1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added newline at end of file to make gcc happy <sigh>. More... almost 23 years ago
Changed generated MSGID format to be a bit more "standard": removed subcode and message number of originaddr portion, changed serialno to use only 27 bits of the import time and the low 5 bits of the message number to generate a more unique serialno. More... almost 23 years ago
CWD's to paths with trailing filenames now fail (as they should). When IE fails to download a file, it attempts to CWD to the path, and if the CWD succeeds the subsequent requested paths are all wrong. This fixes that problem. More... almost 23 years ago
Added support for the XGTITLE NNTP command (no wildmat support). More... almost 23 years ago
Added tear & taglines to local messages for QNET accounts (Tracker1's mod). More... almost 23 years ago
freediskspace property is return as double if sign bit is set (so free space >= 4GB is read as 4GB and not -1). More... almost 23 years ago
Event script to check free disk space and send warning e-mail to sysop. More... almost 23 years ago
Added Continue? questions during new user procedure to give user an "opt-out". More... almost 23 years ago
If PREFIX and __unix__ is predefined, $PREFIX/etc will be used as the default location of the sbbs.ini file. More... almost 23 years ago
Changed newuser() to return BOOL. More... almost 23 years ago
Updated for new xpdev wrappers (replacing smbwrap). More... almost 23 years ago
Bugfix: wasn't setting import date/time which was causing MSGID's to be created with serialno's of all 0's. More... almost 23 years ago
Now documents MsgBase class. More... almost 23 years ago
Updated documentation. More... almost 23 years ago
Removed unused variable. More... almost 23 years ago
Uses new method and property definitions (for embedded documentation). More... almost 23 years ago
Now documents global properties and methods. More... almost 23 years ago
Created _global property, used by jsdocs.js to enumerate global methods. More... almost 23 years ago
Updated embedded documentation. More... almost 23 years ago
Fixed bug in search mode. More... almost 23 years ago
Changed the logic to determine the maximum length of a "to user" name, if a sub-board is networked into multiple network types, the largest supported length will be used (and obviously truncated for the other networks). More... almost 23 years ago
New version supports UDP finger services for much faster responses to sys/user listings (major contributions by Deuce). More... almost 23 years ago
Created descriptions of manually-created properties (not in property table). More... almost 23 years ago
Creates an hotlink index at the top of the document. More... almost 23 years ago
Added support for object/class descriptions and constructor descriptions. More... almost 23 years ago
Functions/methods are always defined in the constructor rather than the class structure (eliminating need for the js_MethodsToFunctions function). Using new js_DescribeObject and js_DescribeConstructor functions (in debug builds only). More... almost 23 years ago
Using new js_DescribeObject function (in debug builds only). More... almost 23 years ago
Eliminated unnecessary function: js_MethodsToFunctions, functions are now always defined in the constructor, rather than in the class structure. Created js_DescribeObject and js_DescribeConstructor functions to create the invisible properties used by the new jsdocs.js script to create the HTML docs. More... almost 23 years ago
Store connect last error value in sendmail_thread. More... almost 23 years ago
Created new system method: matchuserdata() - searches for an exact string match of any user record data field and returns the number of the first matching user. More... almost 23 years ago