1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated color codes in help. More... over 23 years ago
Added toggle option to enable "Monitor Time Left" (XTRN_CHKTIME) More... over 23 years ago
Added debugging to cleanup(). More... over 23 years ago
Created EX_CHKTIME mode bit to check time left online while in external(). More... over 23 years ago
Created EX_CHKTIME mode bit to check time online in external(). More... over 23 years ago
No longer sets/checks time zone. More... over 23 years ago
Created sys_misc flag to use local/system time zone instead of GMT/UTC. System toggles default to previously configured state. More... over 23 years ago
Created sys_misc flag to use local/system time zone instead of GMT/UTC. More... over 23 years ago
Fixed "Search all libraries for new message" prompt using new yesnobar format. More... over 23 years ago
Changed use of gmtime() to localtime() for systems using localtime rather than GMT/UTC. More... over 23 years ago
Fixed output_sem re-initialization bug that caused segfaults in Linux and *may* have been a cause of occasional output blocks in Win32. More... over 23 years ago
Changed paths to be Unix-friendly. More... over 23 years ago
Default Bullseye! Bulletin menu file. More... over 23 years ago
Default Bullseye! Bulletin configuration file. More... over 23 years ago
Mail maintenance/purge event no longer tries to delete msgs in an empty base. More... over 23 years ago
Changed configuration and menu filenames to lowercase for Unix-compatibility. More... over 23 years ago
Fixes for strings/files ending in a single Ctrl-A char. More... over 23 years ago
Fixed mnemonics() for strings that end in a Ctrl-A char. More... over 23 years ago
Fixed stripattr() for strings that end in a Ctrl-A char. More... over 23 years ago
exascii_str now ignores Ctrl-A codes with high-bit set. Fixed bputs() for strings that end in a Ctrl-A char. More... over 23 years ago
Fixed UserDefaultsAutoLogon line to match style of other default config lines. More... over 23 years ago
No longer clears useron number in node listing. Multinode chat users need this value to display the user name that left multinode chat (disconnected). More... over 23 years ago
Added bounds checking to strip_ctrl and strip_exascii functions. More... over 23 years ago
Created methods: ascii_str (convert ex-ascii string to pure ascii) and strip_exascii (remove all ex-ascii chars from string). More... over 23 years ago
hangup() now handles calling client_off(). More... over 23 years ago
Added code to putusername() to automatically fix a corrupted name.dat file. More... over 23 years ago
Fixed typo (\b instead of \1b) in NTotalUsers line. More... over 23 years ago
js_BranchCallback() now generates JavaScript errors if locally terminated or an infinite loop is detected. More... over 23 years ago
js_BranchCallback() now generates JavaScript errors if locally terminated or an infinite loop is detected. js_execfile() now resets loop counter before executing scripts. More... over 23 years ago
output_thread sets terminated to true if locally terminated. More... over 23 years ago