jcs
/subtext
/amendments
/498
README: Add 2.0 items
jcs made amendment 498 about 1 year ago
--- README Wed Nov 30 14:30:00 2022
+++ README Thu Apr 27 17:26:22 2023
@@ -22,6 +22,38 @@ http://amendhub.com/jcs/subtext
Release History
==================================================================
+2.0 - 2023-05-03
+ - Add support for FTN (FidoNet) EchoMail and NetMail, with support for
+ fetching from and sending to a Binkp hub, including PKZIP archives
+ of packets
+ - Move mail to a separate database file for easier backup and less
+ chance of corrupting the user database
+ - Implement sysop paging/answering, which displays the user's message
+ on the screen with a beep
+ - Implement custom "NoModem" protocol for file transfers, used when a
+ host is connecting through the trusted host assuming this is a web
+ gateway
+ - List more items per screen in boards, files, and sysop, and change
+ input handler to collect multiple digits
+ - List newest mail first and a global setting to automatically prune
+ mail after a configurable amount of days
+ - Add option to sysop menu to forcefully hangup/reset the modem, and
+ an option to reboot the system
+ - Add timezone UTC offset setting, use to convert timestamps in FTN
+ messages to local timezone, and add a "timezone" template variable
+ - Add setting for separate maximum idle time for sysops (which can be
+ set to 0 to disable idling out sysop sessions)
+ - Mask password fields in sysop settings menu
+ - Add BOARD_LIST_BOARDS command for main menu, which lists all local
+ boards
+ - Faster session log pruning, and fix a bug where failed logins were
+ still being written to the session log
+ - Fix SHA1 checksum calculation for uploaded files and show occasional
+ progress during calculation
+ - Implement folder file description/notes editing and add an option for
+ sysop to recalculate SHA1 checksum before saving
+ - Try to handle malloc failures gracefully everywhere rather than exiting
+
1.1 - 2022-12-01
- Fix crash that could occur when more than one user is in chat, one user
quits chat, and then remaining users continue to chat