1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Exported backup() from scfgsave.c. More... about 23 years ago
Created mail_backup_level and user_backup_level config elements. More... about 23 years ago
Added support for the DATE command (RFC 2980). More... about 23 years ago
Deuce's fixes for file name case sensitivity (Unix compatibility) More... about 23 years ago
Added 2 second delay when recycling server. More... about 23 years ago
Recycles server on accept error. More... about 23 years ago
Added support for MSGID QWK config line (toggle MSGID support). More... about 23 years ago
Added MSGID/REPLY QWK message line support (to maintain threading across networks). More... about 23 years ago
Created sbbs_t::set_qwk_flag member function. More... about 23 years ago
Added QWK MSGID mode/misc bit definition. More... about 23 years ago
Fixed ftn header field support (variable name is hdr, not msg). More... about 23 years ago
Only includes references/reply_id field if it exists in the header (!undefined) More... about 23 years ago
Sets reply_id correctly based on time and number of original message. reply_id property is not created if it doesn't exist in the msg header. msg.id is based on the time the message was imported rather than written. More... about 23 years ago
Only read re:msgnum field if not coming from a QWK network packet. More... about 23 years ago
Checks for invalid socket descriptor before calling FD_SET (will segfault on glibc/libc if called with invalid descriptor). More... about 23 years ago
Checks for invalid socket descriptor before calling FD_SET (will segfault on glibc/libc if called with invalid descriptor). More... about 23 years ago
Added support for parsing and sending of FidoNet-extension headers (e.g. X-FTN-MSGID). More... about 23 years ago
Uses message-id of posted msgs if sender is a slave server (not a client). More... about 23 years ago
socket_check() returns FALSE if passed an invalid socket descriptor. More... about 23 years ago
Fixed typo in 430 (article not found) response. More... about 23 years ago
Renamed ftn_id to ftn_msgid, ftn_reply_id to ftn_reply. Added ftn_pid, ftn_area, and ftn_flags header fields/convenience ptrs. More... about 23 years ago
Added ftn_id and ftn_reply_id msg header properties. More... about 23 years ago
Added ftn_id and ftn_reply_id convenience pointers for FidoNet MSGID and REPLY kludge line values. More... about 23 years ago
Added new command (E) to allow users to edit their posted messages on a specific sub-board (sysop configurable). Implemented support for SUB_DELLAST toggle option (allows deleting of last message only). Option has been in SCFG for a long time, but never implemented. More... about 23 years ago
Added new sub-board toggle options: SUB_EDIT and SUB_EDITLAST to allow users to edit their posted messages on a specific sub-board. Sub-board toggle options now default to last configured state. More... about 23 years ago
Added new sub-board toggle options: SUB_EDIT and SUB_EDITLAST to allow users to edit their posted messages on a specific sub-board. More... about 23 years ago
Added new system toggle options: SM_NOSYSINFO and SM_NONODELIST used to suppress hard-coded displays (system info and active node list) during logon. Updated brace style (finally). More... about 23 years ago
Added new system toggle options: SM_NOSYSINFO and SM_NONODELIST used to suppress hard-coded displays (system info and active node list) during logon. More... about 23 years ago
Fixed mispelling in comment (whoa!). More... about 23 years ago
Fixed chat channel 0 (sysop broadcast channel) bugs related to chat actions. More... about 23 years ago