AmendHub

jcs

/

subtext

/

amendments

/

mail.c

Amendments on January 24, 2024


Amendments on November 27, 2023

mail: Add mail_to_sysop()

Errors can be mailed to the sysop instead of just getting lost in
the console log.
jcs made amendment 563 4 months ago

Amendments on November 16, 2023


Amendments on November 14, 2023

mail: FTN body length is size - 1

This was including an additional null byte at the end of messages
which some FTN packet parsers were (rightly) complaining about.
jcs made amendment 540 5 months ago

Amendments on September 20, 2023

mail: Faster sort

jcs made amendment 527 7 months ago

Amendments on April 7, 2023

session: Turn word wrap into paginator, use in boards+mail

jcs made amendment 467 about 1 year ago

Amendments on March 25, 2023

*: Add more prompt help strings

jcs made amendment 444 about 1 year ago

Amendments on March 15, 2023

mail: Add mail pruning

jcs made amendment 427 about 1 year ago

mail: Bounce mail to sysop, tweak log messages

jcs made amendment 421 about 1 year ago

Amendments on March 14, 2023

mail: Use FTN terminology

jcs made amendment 411 about 1 year ago

Amendments on March 13, 2023

mail: Adapt to fidopkt changes

jcs made amendment 404 about 1 year ago

Amendments on March 11, 2023

mail: List newer messages first

jcs made amendment 394 about 1 year ago

Amendments on March 9, 2023

mail: Get rid of fidonet pending dispatch stuff

At save time, create a fidopkt and hand it to binkp for saving
jcs made amendment 384 about 1 year ago

Amendments on March 8, 2023

mail: Remove unused variable

jcs made amendment 377 about 1 year ago

Amendments on March 7, 2023

binkp+mail: Add support for sending FidoNet packets

When mail is addressed to something with @ and a parseable FidoNet
node, save it and mark it for pending dispatch. When binkp runs,
scan all mail and find messages for dispatch and send them out.
jcs made amendment 364 about 1 year ago

Amendments on March 5, 2023

mail: Import FidoNet mail to local users, store fidopkt data

jcs made amendment 357 about 1 year ago

Amendments on March 2, 2023

mail: Handle malloc failure, use grow_to_fit

jcs made amendment 342 about 1 year ago

Amendments on February 23, 2023

mail: Move to separate bile database

This should reduce the likelihood of corrupting the main user
database.
jcs made amendment 317 about 1 year ago

Amendments on February 22, 2023

session_menu: Handle multi-digit input universally here again

Move the board change into this and update all other menus that input
numbers to use it by supplying a prompt addition and short variable
to write to.
Update sysop, mail, and file menus to list 20 things at a time.
jcs made amendment 308 about 1 year ago

Amendments on February 16, 2023

bile: Add flags arg to bile_delete, make zeroing and purging optional

When deleting a bunch of records in a row, we can avoid writing out
a new map every time.
jcs made amendment 301 about 1 year ago