1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Sep 10, 2024 — Sep 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now creates all the user objects (user, msg_area, and file_area) and the classes: Socket and MsgBase. More... almost 23 years ago
Disabled socket debug. More... almost 23 years ago
js_CreateFileAreaObject doesn't use html_index_file if it's NULL. More... almost 23 years ago
Created single function to create user-specific objects: user, msg_area, and file_area (for convenience). More... almost 23 years ago
Added menu option to edit text/ip-silent.can (silent IP filtering). More... almost 23 years ago
Created global write() and writeln() methods to make it consistent with FTP and Web server available global methods. More... almost 23 years ago
js_setup now defines argv and argc (always empty). More... almost 23 years ago
No longer necessary (using auto-dependency checking in makefiles). More... almost 23 years ago
Enabled auto-dependency checking (no longer uses depends.mk). More... almost 23 years ago
Eliminated unused variable in js_strlen(). More... almost 23 years ago
Enabled auto-dependency checking (no longer uses depends.mk). More... almost 23 years ago
Added web server keys: IndexFileName and JavaScriptExtension. More... almost 23 years ago
Fixed segfault bug in apply_encoding() if encoding type isnt' found. Added support for server-side JavaScript execution (html/*.ssjs). Added support for text/ip-silent.can silent IP-address filter file. More... almost 23 years ago
Added prototype for web_ver(). Added js_ext (server-side javascript extension) to startup structure. More... almost 23 years ago
Fixed LOCAL_FSYS option in FTP section. Added Web section (empty). More... almost 23 years ago
trashcan() now delays 500 milliseconds after displaying the optional bad*.msg file (give time for tx buffer to clear before disconnecting). More... almost 23 years ago
Added support for text/ip-silent.can. Connections from IP addresses in this file are silently refused (same format as other text/*.can files). More... almost 23 years ago
save_msg() method will open the message (correctly) base if necessary. put_msg_header() method now update the index record too (to/from/subj/attr). More... almost 23 years ago
Changed the method of FTN MSGID serial number generation to be more unique. More... almost 23 years ago
More accurate (case insensitive) check for .wip and .rip file extensions. More... almost 23 years ago
Fixed recursive macro usage. More... almost 23 years ago
save_msg() method won't open the message base if it's not already open. More... almost 23 years ago
Deuce's beautifications and modifications to support OpenBSD. More... almost 23 years ago
Deuce's modification for a configurable path to the Baja executable. More... almost 23 years ago
msgbase.settings was changed to msgbase.cfg.settings. More... almost 23 years ago
Deuce's beautifications and modifications to support OpenBSD. More... almost 23 years ago
Created strlen() method to return length of string, excluding Ctrl-A codes. More... almost 23 years ago
Removed "read only" from property descriptions (they're all read only). More... almost 23 years ago
Sub-board configuration properties are created in a sub-object (MsgBase.cfg). More... almost 23 years ago
Introduced new command-line option (-d) to set default values for header fields (to, from, from_number, and subject) when importing messages. More... almost 23 years ago