AmendHub

jcs

/

subtext

/

amendments

/

util.h

Amendments on January 29, 2022

util: Add member_size and EXPAND_TO_FIT macros

jcs made amendment 68 over 2 years ago

Amendments on January 26, 2022

session: Add custom templating with {{ }}

{{B}} and {{/}} inline are much easier than using printf with ansi()
calls. Also allows some logic in templates like showing different
strings in the main menu depending on the user.
jcs made amendment 66 over 2 years ago

Amendments on January 22, 2022


Amendments on January 14, 2022

util: Sync with files from Amend

jcs made amendment 51 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 23, 2021

chat: Start on multi-user chat

jcs made amendment 38 over 2 years ago

Amendments on December 15, 2021

util: Add strlcat

jcs made amendment 30 over 2 years ago

Amendments on December 12, 2021

util: Simplify ordinal, just return suffix

It's probably always going to be printed with sprintf anyway, just let
the caller handle concatenating the two
jcs made amendment 25 over 2 years ago

Amendments on December 10, 2021

util: Add ordinal

jcs made amendment 23 over 2 years ago

Amendments on December 9, 2021


Amendments on December 7, 2021

util: add xmallocarray and strlcpy

jcs made amendment 16 over 2 years ago

Amendments on December 6, 2021

util: Add xSetHandleSize

jcs made amendment 9 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

Amendments on November 22, 2021

Initial import

Work on a functioning console
jcs made amendment 1 over 2 years ago