AmendHub

jcs

/

subtext

/

amendments

/

db.h

Amendments on March 1, 2022

session: Persist session logs to a separate bile db, add recent command

This file will get a lot of activity, so put it in a separate file for
easy rotation and to avoid corruption of the important user database
jcs made amendment 83 over 2 years ago

Amendments on January 29, 2022


Amendments on January 22, 2022

db: Expand phone number field

jcs made amendment 60 over 2 years ago

Amendments on January 18, 2022


Amendments on January 15, 2022

db: Adapt to new bile API

jcs made amendment 52 over 2 years ago

Amendments on January 5, 2022

db+user: Switch database from resource files to bile format

jcs made amendment 48 over 2 years ago

Amendments on December 31, 2021

*: Lots of unrelated changes lost to repo corruption :(

session: Better handle autologin, look like it's actually logging in
main: Handle GoAway, stop using WaitNextEvent
ansi: Terminate calls to ansi() with ANSI_END instead of NULL
chat: Implement /help and /quit
console: Lots of speed improvements
*: Standarize on "column" and "line"
session: Various bugfixes, mark ending sessions and check everywhere
console: Fix attr resetting in redraw, fixes one-char bold items
session: Support specific-width varible expansion in session_load_view
jcs made amendment 39 over 2 years ago

Amendments on December 7, 2021

session: Support view templates

Properly close sessions in telnet+console
jcs made amendment 17 over 2 years ago

Amendments on December 6, 2021

db: Store last-used db file as the resource, use it by default

This way we don't have to keep opening the file at startup.
Also pass around the file as a char * instead of an SFReply or
AppFile.
jcs made amendment 13 over 2 years ago

Amendments on December 5, 2021

db+user: Initial work on creating a database, creating users

Of note, 'C###' templates are a C string in ### bytes in hex, not dec
jcs made amendment 8 over 2 years ago