|
|
AddressXlation.h |
*: Lots of little cleanup |
1 year ago |
|
GUIDE |
GUIDE: Mention NoModem |
1 month ago |
|
LICENSE |
LICENSE: Add |
6 months ago |
|
MacTCP.h |
*: Lots of little cleanup |
1 year ago |
|
README |
README: 2.0.1 |
1 month ago |
|
ansi.c |
ansi: Fix panic message |
2 months ago |
|
ansi.h |
session: Don't run all session_printf formats through expand_template |
11 months ago |
|
bile.c |
bile: Only do synchronous PBFlushFile calls, fixes possible lockup |
1 month ago |
|
bile.h |
bile: Cope with malloc/realloc failures gracefully when possible |
3 months ago |
|
binkp.c |
binkp: Always set next poll to interval seconds even on failure |
1 month ago |
|
binkp.h |
binkp: Move polling out of here, tweak some log messages |
2 months ago |
|
board.c |
board: Delete cached index if id_map fails allocation |
1 month ago |
|
board.h |
board+main_menu: Add ACTION_BOARD_LIST_BOARDS, fix bug in indexing |
2 months ago |
|
chat.c |
session+chat: Finally implement sysop paging/answering |
1 month ago |
|
chat.h |
session+chat: Finally implement sysop paging/answering |
1 month ago |
|
console.c |
console: Dismiss any progress dialog before opening |
1 month ago |
|
console.h |
focusable: Introduce focusable objects |
1 year ago |
|
crc.c |
crc: Fix UpdateCRC32 macro, move tables into C file |
10 months ago |
|
crc.h |
crc: Add explicit casting to UpdateCRC like UpdateCRC32 |
10 months ago |
|
db.c |
db: Add ftn_max_tossed_message_size and max_sysop_idle_minutes |
1 month ago |
|
db.h |
db: Add ftn_max_tossed_message_size and max_sysop_idle_minutes |
1 month ago |
|
dnr.c |
dnr: Don't require a pointer to a pointer for DNSResolveName |
1 month ago |
|
fidopkt.c |
fidopkt: Crank scratch buffer size in fidopkt_encode_message |
1 month ago |
|
fidopkt.h |
fidopkt: A single packet can have multiple messages in it |
2 months ago |
|
focusable.c |
focusable: Allow add_focusable to fail |
3 months ago |
|
focusable.h |
focusable: Allow add_focusable to fail |
3 months ago |
|
folder.c |
folder: Tweak failure message |
1 month ago |
|
folder.h |
binkp: Import unseen messages into boards with matching fidonet_area |
3 months ago |
|
logger.c |
logger: Shorten 'No one connected' to '0 connected' |
1 month ago |
|
logger.h |
logger: There will only be one, stop passing object around |
8 months ago |
|
mail.c |
session: Turn word wrap into paginator, use in boards+mail |
1 month ago |
|
mail.h |
mail: Add mail pruning |
2 months ago |
|
main.c |
binkp: Setup binkp_*_dir variables even if we're not polling |
1 month ago |
|
main_menu.c |
board+main_menu: Add ACTION_BOARD_LIST_BOARDS, fix bug in indexing |
2 months ago |
|
main_menu.h |
board+main_menu: Add ACTION_BOARD_LIST_BOARDS, fix bug in indexing |
2 months ago |
|
nomodem.c |
nomodem: Read upload data from ibuf in chunks to speed it up a little |
1 month ago |
|
nomodem.h |
nomodem: Read upload data from ibuf in chunks to speed it up a little |
1 month ago |
|
puff.c |
puff: Add small inflate module from zlib |
3 months ago |
|
puff.h |
puff: Add small inflate module from zlib |
3 months ago |
|
serial.c |
serial: Add error checking, session buf canaries to try to find bug |
2 months ago |
|
serial_local.h |
serial: Start on serial modem support |
1 year ago |
|
session.c |
session: Add session_get_chars to take multiple chars at once |
1 month ago |
|
session.h |
session: Add session_get_chars to take multiple chars at once |
1 month ago |
|
settings.c |
*: Add more prompt help strings |
2 months ago |
|
settings.h |
settings: Make struct_editor use session_menu |
2 months ago |
|
sha1.c |
*: Move some big char buffers from the stack to the heap |
10 months ago |
|
sha1.h |
sha1: Import from OpenBSD |
11 months ago |
|
sha2.c |
sha1: Import from OpenBSD |
11 months ago |
|
sha2.h |
sha1: Import from OpenBSD |
11 months ago |
|
signup.c |
signup: Handle malloc and user_save failure |
3 months ago |
|
signup.h |
signup: Add interactive user account creation |
1 year ago |
|
strcasecmp.c |
strcasecmp: Add from OpenBSD |
1 year ago |
|
subtext.h |
main: Move periodic jobs and binkp polling to one thread here |
2 months ago |
|
subtext.π.r |
Rez: Fix FILES_MENU, add commented-out BOARD_LIST_BOARDS |
1 month ago |
|
sysop.c |
sysop: Add menu option to reboot the system through Shutdown Manager |
1 month ago |
|
sysop.h |
session: Add session_menu, use it everywhere |
1 year ago |
|
tcp.c |
tcp: Add copyright header |
1 month ago |
|
tcp.h |
dnr: Don't require a pointer to a pointer for DNSResolveName |
1 month ago |
|
telnet.c |
telnet: Handle (ignore) IAC NOP, don't put unhandled IACs in output |
1 month ago |
|
telnet.h |
telnet: Remove local banning, just use UDP sending to trusted proxy |
10 months ago |
|
tetab.c |
settings: Move to interactive text-based menu for sysops |
1 year ago |
|
tetab.h |
settings: Start on settings windows |
1 year ago |
|
user.c |
user: Update username cache in user_find_by_username if no users |
3 months ago |
|
user.h |
user: Handle malloc failure |
3 months ago |
|
user_settings.c |
*: Add more prompt help strings |
2 months ago |
|
user_settings.h |
session: Don't set default terminal type, if node doesn't, prompt user |
9 months ago |
|
uthread.c |
uthread: Add uthread_wakeup |
3 months ago |
|
uthread.h |
uthread: Add uthread_wakeup |
3 months ago |
|
util.c |
util: In progress, if string looks like it will wrap, move text up |
1 month ago |
|
util.h |
util: getpath doesn't need a Str255 *, it's not allocating anything |
2 months ago |
|
zip.c |
zip: Make zip_read_file return an error code depending on failure |
2 months ago |
|
zip.h |
zip: Make zip_read_file return an error code depending on failure |
2 months ago |
|
zmodem.c |
zmodem: Set ZP0 to something in ZRINIT |
1 month ago |
|
zmodem.h |
*: Move some big char buffers from the stack to the heap |
10 months ago |