1
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now checks sbbs_t::getnodedat return value for error status. More... about 23 years ago
Changed sbbs_t get/putnode member functions to return error status (int). More... about 23 years ago
Changed sbbs_t get/putnode member functions to return error status (int). More... about 23 years ago
Added support for the STAT command. Added read/posted messages stats after logoff. More... about 23 years ago
Only sets keep-alive option on TCP (STREAM) sockets. More... about 23 years ago
Changed PostLink and QWK call-out events to run in foreground (to avoid packet open conflicts) and use the command-shell (for shell scripts on Unix). More... about 23 years ago
Fixed bcc compile warnings. More... about 23 years ago
Fixed bcc compile warning. More... about 23 years ago
Added echocfg build rule. More... about 23 years ago
More updating for Unix and Win32 compatibility. More... about 23 years ago
Added echocfg as a target. More... about 23 years ago
Eliminated bcc pointer conversion warning in js_setsockopt. More... about 23 years ago
SBBSecho configuration program ported to Unix and new UIFC by Deuce. More... about 23 years ago
Added support for '/' (root dir) request - needed for FORG compatibility. More... about 23 years ago
Fixed a couple of bugs in ugetstr with K_EDIT mode.
rob
More... about 23 years ago
No longer using ChildEvent to signal thread termination. More... about 23 years ago
Use TThread::WaitFor, to wait for thread to terminate. More... about 23 years ago
Create thread suspended. More... about 23 years ago
Eliminate gcc warnings about sprintf field width's not being of type int. More... about 23 years ago
Fix for socket libraries that don't define SO_ACCEPTCONN. More... about 23 years ago
Moved KEEPALIVE in the socket options array (sockopts). More... about 23 years ago
Added socket options (?sockopts) special request handler. More... about 23 years ago
Removed the WinSock socket option definitions as they were not Unix compatible. Added socket option name array (sockopts) for use with new Socket.get/setoption method usage. More... about 23 years ago
Added support for the SO_TYPE socket option. More... about 23 years ago
Fixed bug in last commit to set_socket_options. More... about 23 years ago
No need to reset socket options after accept. More... about 23 years ago
Adding "LINGER" support to set_socket_option, not setting LINGER by default. More... about 23 years ago
set_socket_options enables LINGER option by default. No need to reset options after accept(). More... about 23 years ago
set_socket_options enables LINGER option by default. More... about 23 years ago
Fixed bug in getoption method. More... about 23 years ago