jcs
/subtext
/amendments
Amendments on November 22, 2021
Initial import
Work on a functioning console
Amendments on November 28, 2021
jcs made amendment
2
over 2 years ago
Amendments on November 30, 2021
jcs made amendment
3
over 2 years ago
jcs made amendment
4
over 2 years ago
console: Add a speed hack to pass in cell hints
Rather than having to scan the entire cell array, just update the
cells in the hints
jcs made amendment
6
over 2 years ago
Amendments on December 5, 2021
sha2: Import SHA256 code from OpenBSD
Little-endian support was removed, along with SHA384/SHA512 support
db+user: Initial work on creating a database, creating users
Of note, 'C###' templates are a C string in ### bytes in hex, not dec
Amendments on December 6, 2021
jcs made amendment
9
over 2 years ago
jcs made amendment
10
over 2 years ago
jcs made amendment
11
over 2 years ago
jcs made amendment
12
over 2 years ago
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
14
over 2 years ago
Amendments on December 7, 2021
jcs made amendment
15
over 2 years ago
jcs made amendment
16
over 2 years ago
session: Support view templates
Properly close sessions in telnet+console
Amendments on December 9, 2021
jcs made amendment
18
over 2 years ago
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)
tcp: Fix stupid commandTimeoutValue setting in TCPPassiveOpen
This was causing listens to fail after 30 seconds :/
Also add UDPMaxMTUSize