Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jimloco/Csocket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: znc/Csocket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 2 files changed
  • 7 contributors

Commits on Nov 8, 2018

  1. Configuration menu
    Copy the full SHA
    7b13aed View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Configuration menu
    Copy the full SHA
    686779a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    87f3dac View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    2d3a236 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43b9ec0 View commit details
    Browse the repository at this point in the history
  3. Use C++11 steady clock for timers

    To prevent possible issues with DST and leap seconds
    DarthGandalf committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    81d27e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2025

  1. Few changes to unix sockets

    1. cleanup the file upon closing the listen socket, otherwise next attempt to open it will fail with "address already in use". Doing it after, not before, to avoid removing unrelated files accidentally and by malicious user
    2. rename the functions to avoid conflict with ZNC's module socket functions, which are only supposed to be called via the manager for simplicity of writing modules
    DarthGandalf committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    cf9a613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8399395 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Configuration menu
    Copy the full SHA
    3f536e9 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Configuration menu
    Copy the full SHA
    e21e85d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

  1. Configuration menu
    Copy the full SHA
    cde4a44 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Fix code formatting for commit 81d27e6

    Signed-off-by: Celelibi <[email protected]>
    Celelibi committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    8166cda View commit details
    Browse the repository at this point in the history
  2. Fix code formatting for commit cf9a613

    Signed-off-by: Celelibi <[email protected]>
    Celelibi committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    eeec694 View commit details
    Browse the repository at this point in the history
  3. Fix code formatting for commit e21e85d

    Signed-off-by: Celelibi <[email protected]>
    Celelibi committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    becfe6a View commit details
    Browse the repository at this point in the history
  4. Fix code formatting for commit cde4a44

    Signed-off-by: Celelibi <[email protected]>
    Celelibi committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    7d860e4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from Celelibi/fix-formatting

    Fix formatting
    DarthGandalf authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    95b9df3 View commit details
    Browse the repository at this point in the history
Loading