aboutsummaryrefslogtreecommitdiff
path: root/servers/py-trio-struct/entities.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* routine backup - do note that tls clientcert is still brokenAndrew Yu2022-05-161-1/+3
|
* tls still brokenAndrew Yu2022-05-121-2/+0
|
* TLS-only, I guess!Andrew Yu2022-05-121-2/+2
|
* supposedly reset the queue to user queues (untested)Andrew Yu2022-05-081-6/+0
| | | | | | | | | | | | | | | basically because of how python objects work, you could do: a = something l1.append(a) l2.append(a) l3.append(a) the appended items in all three lists are still the same objects, and thus do not use extra ram no channel queues are needed
* UNTESTED: channel-based shared message queue and IdiotErrorAndrew Yu2022-05-071-1/+9
|
* now channels will give a JOIN command to clients on login, and we have a MOTDAndrew Yu2022-05-071-0/+1
|
* first attempt at chanmsgAndrew Yu2022-05-071-0/+14
|
* PRIVMSG works for connected clients, message queues are unimplementedAndrew Yu2022-05-051-0/+1
|
* logins are workingAndrew Yu2022-04-301-3/+4
|
* basic parse loop doneAndrew Yu2022-04-301-7/+1
|
* error: circular importAndrew Yu2022-04-301-0/+65