AmendHub

jcs

/

subtext

/

amendments

/

session.h

Amendments on January 18, 2022

focusable: Introduce focusable objects

Instead of tracking a current console, track a focusable object that
has callbacks to window-specific functions for things like keyboard
input, mouse input, updating, etc. This lets the main loop not care
about which window is getting input and lets each type of window
(console, settings, etc.) deal with input as it needs to, in its own
file.
jcs made amendment 55 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 January 2, 2022

session: Add session_flush, make output routines not autoflush

This lets us flush at certain places to send it out once we've built
up a whole line or whatever to smooth out the output
jcs made amendment 42 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

session: Switch to session_{printf,output,output_string}

Also finish session_bar to concatenate both sides of the bar
jcs made amendment 34 over 2 years ago

session: Use new ansi() interface, add session_bar helper

jcs made amendment 33 over 2 years ago

Amendments on December 13, 2021

session: Add a "who's online" command

jcs made amendment 28 over 2 years ago

Amendments on December 12, 2021

ansi: Move ANSI output stuff to dedicated files

Start tallying sessions to be stored in the future
jcs made amendment 27 over 2 years ago

Amendments on December 10, 2021

console: Fix attribute storing, do output from thread

This doesn't seem to break things and makes it more responsive
jcs made amendment 22 over 2 years ago

Amendments on December 9, 2021

all: err(1, ...) -> panic()

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

user+session: Implement user authentication

jcs made amendment 14 over 2 years ago

Amendments on November 30, 2021

telnet: Add support for telnet nodes

jcs made amendment 4 over 2 years ago

Amendments on November 28, 2021


Amendments on November 22, 2021

Initial import

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