Just a sample of the Echomail archive
[ << oldest | < older | list | newer > | newest >> ]
|  Message 48350  |
|  Rob Swindell (on Windows 11) to Git commit to main/sbbs/master  |
|  src/sbbs3/js_socket.cpp  |
|  18 Dec 25 18:17:32  |
 
TZUTC: -0800
MSGID: 53776.syncprog@1:103/705 2daabdcc
PID: Synchronet 3.21a-Linux master/48922a15c Dec 17 2025 GCC 12.2.0
TID: SBBSecho 3.33-Linux master/48922a15c Dec 17 2025 GCC 12.2.0
BBSID: VERT
CHRS: ASCII 1
FORMAT: flowed
https://gitlab.synchro.net/main/sbbs/-/commit/130d267d095b28c5c829b2d3
Modified Files:
src/sbbs3/js_socket.cpp
Log Message:
Code clean-up
- TRUE -> true
- Eliminate unnecessary free(NULL) checks
- Fix the potential socket leaks in error handling in socket constructors
as reported by ChatGPT via Nelgin
Something I noticed while doing this: functions in this file call
call_socket_open_callback() from main.cpp either directly or via a callback
from xpms API calls. This only work if the terminal server is running and has
been initialized. So ... running other servers in their own process without
the terminal server (as some sysops do) won't count open sockets accurately.
|
[ << oldest | < older | list | newer > | newest >> ]