summaryrefslogtreecommitdiff
path: root/asciifarm/client/connection.py
AgeCommit message (Collapse)Author
2020-03-06new directory structure for the separate client repotroido
2019-09-26made server -> client messages into objects; clear field when entering ↵troido
different room
2018-01-11Fix potential error if given invalid socket typerakiru
2018-01-11Fix attempt to use non-existent namerakiru
This theoretically also changes the meaning of the code from running the callback always, to only running the callback when there wasn't an error, which is what I'm assuming was meant, but in pratical terms, attempting to use `data` in the case of an error would have raised a `NameError` anyway. `else` on a try block will only run if nothing was raised.
2017-12-31merged roomedge into portal, moved tcommunicate and utils to common folder ↵troido
and fixed package when starting main directory
2017-10-26Pip installable!Wango Fett