1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
js_initcx() now creates the user objects (e.g. msg_area, file_area, etc.), so now non-user services (like the finger service) can still have access to these objects without requiring a false login(). More... almost 23 years ago
sbbs_t.js_init now creates the user objects (e.g. msg_area, file_area, etc.), so now non-user threads (like the event thread) can still have access to these objects. More... almost 23 years ago
Bugfix: when executing native Unix external program: sbbsdata and sbbsexec env variables were uninitialized and sbbsctrl contained wrong value. More... almost 23 years ago
No longer adds the Organization header field to messages received via SMTP. New log entry when a delivery failure notification message is created. More... almost 23 years ago
js_CreateUserObjects() can now be called with a NULL user pointer, this allows for accessing the user objects (msg_area, file_area, etc) even if there is no user "logged-in" (e.g. the finger service). More... almost 23 years ago
Merlin's 'findfile' modification. More... almost 23 years ago
Linux versions of ctime_r and asctime_r do not have a buflen argument (whoops). Hopefully *BSD prototypes agree. :-( More... almost 23 years ago
Switched from std C time functions (gmtime, localtime, and ctime) to reentrant variants (gmtime_r, localtime_r, and ctime_r) for thread-safe operation on Unix More... almost 23 years ago
websrvr.dll is dependant on sbbs.lib. More... almost 23 years ago
Changed localtime_r and gmtime_r prototypes to match Unix prototypes (added const qualifier). More... almost 23 years ago
Win32 implementations of recursive (thread-safe) std C time functions on Unix: localtime_r, gmtime_r, ctime_r, and asctime_r. More... almost 23 years ago
Bugfix: doesn't skip first telnet address for a BBS, even if dupe. More... almost 23 years ago
dnsbl_exempt.cfg is now checked against the IP address and the hostname of the sending server (if either matches, the server is exempt). More... almost 23 years ago
duplicate IPs not added to index More... almost 23 years ago
Fixed memory leak in send_headers(). More... almost 23 years ago
Eliminated unused variable warning. More... almost 23 years ago
Deuce rewrote all the CGI handling stuff for Unix (nothing done for Win32). More... almost 23 years ago
smb_incmsg() now opens (and closes) the .sda file if it wasn't already opened fix for error in mail server: !BOUNCE ERROR -100 (msgbase not open) incrementing data allocation units More... almost 23 years ago
Include host_name (which may be different from Internet e-mail address) in determining if a received SMTP message is for the local system or not. More... almost 23 years ago
Added support for "LIST OVERVIEW.FMT" command. Improved handling of invalid command syntax (missing arguments). More... almost 23 years ago
Fixed bugs (same bug) in grow_enviro() and grow_heads(), memset was zeroing more memory than was allocated. Note to Deuce: pointer arithmatic can be hairy. This was the bug that was causing segfaults/access violations in close_request. More... almost 23 years ago
Added option (NO_CGI) to disable CGI support in the web server. More... almost 23 years ago
Changed default extension for server-side JavaScript files in the webserver from .ssjs to .js. More... almost 23 years ago
This file no longer contains anything unique about FreeBSD. More... almost 23 years ago
Listed NO_RECYCLE as valid option in comments for servers. Filled out the example [Web] section. More... almost 23 years ago
Added sbbs.lib to release link rule. More... almost 23 years ago
Fixed release output directories. More... almost 23 years ago
Lowered warning level. More... almost 23 years ago
Increased revision to K. More... almost 23 years ago
Eliminated msvc compilation warnings. More... almost 23 years ago