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
New name for remote IP address property. More... about 23 years ago
Added additional bool parameter to msgbase get_msg_body call to enable rfc822 encoding of message text. More... about 23 years ago
get_msg_body and get_msg_tail methods now take additional bool parameter indicating whether the message is to be rfc822-encoded or not (defaults to false). This solves the problem of the nntp service and newslink module sending messages with dots in the first character of a line incorrectly. More... about 23 years ago
Created the following properties: local_ip_address, local_port, remote_ip_address (was ip_address), and remote_port. More... about 23 years ago
If the menu file text/menu/xtrn/code.* exists (where code is the external program's internal code), the file will be displayed to the user before the door is run. More... about 23 years ago
Tracker1's modification to set the "to" field of posted messages based on the from field of the message referenced in "references" header field (if present). More... about 23 years ago
Parses the "references" header and stores in the message header field: reply_id. More... about 23 years ago
save_msg() and put_msg_header() methods now parse the header object's id and reply_id properties and place them in the appropriate SMB header fields. get_msg_header() method defines only the following properties as read only: number, id, and reply_id - the rest are now read/write. More... about 23 years ago
Created new SBBSecho toggle option: Strip Line Feeds From Outgoing Messages (used to always do this, but some non-conforming echomail programs apparently treat sole-carriage returns as soft-CRs and ignore/strip them). More... about 23 years ago
Changed recv, recvline, and peek methods to support unlimited buffer lengths. More... about 23 years ago
Tracker1's modification to replace spaces with underscores in e-mail address. More... about 23 years ago
More debug output. More... about 23 years ago
Changed socket_check to support UDP sockets via the EMSGSIZE error. More... about 23 years ago
Fixed UDP support by binding client socket to local address and port. More... about 23 years ago
Fixed EMSGSIZE definition for WinSock. Added SOCKADDR definition for non-WinSock. More... about 23 years ago
Created poll() method - with optional timeout argument (in seconds). More... about 23 years ago
Fixed bug in replace_text() method when called with empty string (""). More... about 23 years ago
Added support for missing argument to ARTICLE, HEAD, BODY, and STAT cmds. More... about 23 years ago
Initial support for UDP services. More... about 23 years ago
Better debug output. More... about 23 years ago
Fixed the following methods (were corrupting passed string buffer): ascii_str(), strip_ctrl(), strip_exascii(), and truncps(). More... about 23 years ago
Non-exclusive timed events can now run *while* the event node is "in use". Fixed bug with multiple instances and non-exclusive events, was setting node status to WFC even if user was online. More... about 23 years ago
Fixed is_connected property for externally created/connected sockets (e.g. client.socket). More... about 23 years ago
Added event log output when changing node status to WFC. More... about 23 years ago
Using local is_connected variables instead of sock.is_connected. More... about 23 years ago
Fixed check for local system in system list. More... about 23 years ago
Now cache's IP addresses in list file for faster system/user listing. Displays time header for newer finger services that include time online. Displays how long the system/user listing took (in seconds). More... about 23 years ago
Changed default configuration values. More... about 23 years ago
Added support for the /W (show window) command. More... about 23 years ago
Added testing for inter-bbs messaging support (awhile ago). More... about 23 years ago