• src/sbbs3/services.c

    From Rob Swindell (on Windows)@1:103/705 to Git commit to main/sbbs/master on Mon May 1 12:00:24 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/d057ff6d2d14f5be4e219833
    Modified Files:
    src/sbbs3/services.c
    Log Message:
    Fix valgrind-reported memleak (on recycle), not freeing interfaces string list(seeing a pattern here) :-)
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Sun Dec 17 01:14:26 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/41b6e894c55e20e20a4aae64
    Modified Files:
    src/sbbs3/services.c
    Log Message:
    Log client IP address in "Logging in" log message
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Sun Dec 17 01:37:48 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/76706b71762af88781ab5922
    Modified Files:
    src/sbbs3/services.c
    Log Message:
    Fix bug in previous commit: wrong client->addr
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Jan 29 11:42:44 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/5634092ad3f89d6e63fd52d9
    Modified Files:
    src/sbbs3/services.c
    Log Message:
    Fix apparent session leak in services.

    It appears that after successful completion of a JS service, the
    TLS session is never destroyed.

    If this fix isn't valid for #707, we should see a bunch of
    "Destroying a session (...) that's not in sess_list" log messages

    Thanks Keyop!
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed Feb 7 14:47:34 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/9c9d6a151e2f7fa2e19305e9
    Modified Files:
    src/sbbs3/services.c
    Log Message:
    Another time_t printf
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Thu Jul 11 18:32:36 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8dfbba2f749476ede8d78dc2
    Modified Files:
    src/sbbs3/services.c
    Log Message:
    Track/log/publish-to-MQTT services server (total) client highwater mark

    Like the other servers.

    A sysop likely would want to know which services/protocols had what
    utilization (as a portion of the total highwater mark), so that'll have to
    be added later.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Tue Dec 10 16:27:54 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/169b770f777ca20ecd7502f3
    Modified Files:
    src/sbbs3/services.c
    Log Message:
    Add/use errprintf() to lower severity of repeated error messages

    part of fix for issue #619
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Mon Dec 16 18:24:30 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/23b07625c9c2f35c24542f23
    Modified Files:
    src/sbbs3/services.c
    Log Message:
    Lower severity of repeated error messages in js_ErrorReporter()

    A copy/paste from websrvr.c
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Mon Mar 3 22:11:50 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/f06ac1e44385de61bb98ccb5
    Modified Files:
    src/sbbs3/services.c
    Log Message:
    Fix restart of services after a stop

    Bug introduced in commit 88e8688baac4a83830fdd06509af4b940a65eccf
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on macOS)@1:103/705 to Git commit to main/sbbs/master on Sun Mar 9 22:57:34 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/f05b1f5cfc99199ad8cc8524
    Modified Files:
    src/sbbs3/services.c
    Log Message:
    Don't clear the 'terminated' flag after binding sockets

    A sysop could hit 'q' to quit (sbbs, console mode) while the binding is taking place.
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Wed Apr 30 17:34:16 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/079a19d9322dba7f6af56c7e
    Modified Files:
    src/sbbs3/services.c
    Log Message:
    Include client IP address in UDP "created client socket" debug log msg

    Fix issue #919
    --- SBBSecho 3.24-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)