AmendHub

jcs

/

subtext

/

amendments

/

mail.h

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 March 15, 2023

mail: Add mail pruning

jcs made amendment 427 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 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 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 May 24, 2022

mail: Rewrite, yet again

Implement pagination, move message actions to a sub-menu when viewing
a message by its index on the current page
jcs made amendment 110 about 1 year ago

Amendments on May 23, 2022

*: Lots of deck chair rearranging

Move things from db files to their respective areas
Make username map contain normal username, just do strcasecmp check
during user_find_by_username.
jcs made amendment 107 about 1 year ago

Amendments on February 18, 2022

session: Support template variables in ternary expressions

Instead of only supporting hard-coded strings, we can now output the
value of a variable based on the conditional.
Since we're using ?: for ternary conditionals, switch variable length
character from : to | (e.g., "username|10")
jcs made amendment 77 over 2 years ago

Amendments on February 17, 2022


Amendments on January 29, 2022