AmendHub

jcs

/

subtext

/

amendments

/

telnet.c

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

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

telnet: Add IAC processing, redo how socket slots are handled

Only setup one listener at a time and as soon as it gets a connection,
start up another one (up to the limit of slots)
jcs made amendment 19 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


Amendments on November 30, 2021

telnet: Buffer input into ibuf

jcs made amendment 6 over 2 years ago

telnet: Add support for telnet nodes

jcs made amendment 4 over 2 years ago