openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
Synchronet BBS
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 1 hour
ago. based on code collected
about 2 hours
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 1,305 of 1,421
Search / Filter on:
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().
rswindell
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.
rswindell
More...
almost 23 years ago
Bugfix: when executing native Unix external program: sbbsdata and sbbsexec env variables were uninitialized and sbbsctrl contained wrong value.
rswindell
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.
rswindell
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).
rswindell
More...
almost 23 years ago
Merlin's 'findfile' modification.
rswindell
More...
almost 23 years ago
Linux versions of ctime_r and asctime_r do not have a buflen argument (whoops). Hopefully *BSD prototypes agree. :-(
rswindell
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
rswindell
More...
almost 23 years ago
websrvr.dll is dependant on sbbs.lib.
rswindell
More...
almost 23 years ago
Changed localtime_r and gmtime_r prototypes to match Unix prototypes (added const qualifier).
rswindell
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.
rswindell
More...
almost 23 years ago
Bugfix: doesn't skip first telnet address for a BBS, even if dupe.
rswindell
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).
rswindell
More...
almost 23 years ago
duplicate IPs not added to index
rswindell
More...
almost 23 years ago
Fixed memory leak in send_headers().
rswindell
More...
almost 23 years ago
Eliminated unused variable warning.
rswindell
More...
almost 23 years ago
Deuce rewrote all the CGI handling stuff for Unix (nothing done for Win32).
rswindell
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
rswindell
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.
rswindell
More...
almost 23 years ago
Added support for "LIST OVERVIEW.FMT" command. Improved handling of invalid command syntax (missing arguments).
rswindell
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.
rswindell
More...
almost 23 years ago
Added option (NO_CGI) to disable CGI support in the web server.
rswindell
More...
almost 23 years ago
Changed default extension for server-side JavaScript files in the webserver from .ssjs to .js.
rswindell
More...
almost 23 years ago
This file no longer contains anything unique about FreeBSD.
rswindell
More...
almost 23 years ago
Listed NO_RECYCLE as valid option in comments for servers. Filled out the example [Web] section.
rswindell
More...
almost 23 years ago
Added sbbs.lib to release link rule.
rswindell
More...
almost 23 years ago
Fixed release output directories.
rswindell
More...
almost 23 years ago
Lowered warning level.
rswindell
More...
almost 23 years ago
Increased revision to K.
rswindell
More...
almost 23 years ago
Eliminated msvc compilation warnings.
rswindell
More...
almost 23 years ago
←
1
2
…
1301
1302
1303
1304
1305
1306
1307
1308
1309
…
1420
1421
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree