summaryrefslogtreecommitdiff
path: root/python_client.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-02-15add nick colours, fix a bug with RGB colours in richtextTreeki1-2/+3
2014-02-15implement rudimentary password authenticationTreeki1-1/+11
2014-02-14oh right, this thing has a name nowTreeki1-1/+1
2014-02-14add richtext support and message prioritiesTreeki1-3/+106
2014-01-27make the test client's connection handling a little more robust, not that it ↵Treeki1-5/+23
matters much
2014-01-27add window closing for queriesTreeki1-2/+19
2014-01-25add query windowsTreeki1-1/+8
2014-01-25add channel topic trackingTreeki1-2/+16
2014-01-24show nick prefixes in client nicklist, sync modes correctlyTreeki1-21/+45
2014-01-23sync user lists to clients, add support to python client, other assorted fixesTreeki1-1/+125
2014-01-22add window management, move hacky Python client over to PyQt5Treeki1-38/+168
2014-01-19fix lots more bugs in both the bouncer and clientTreeki1-3/+4
2014-01-17flesh out the Python client more to add connect/disconnect commands, and fix ↵Treeki1-27/+67
various bugs
2014-01-17implement support for the buffered packets protocol into the bouncer, and ↵Treeki1-7/+84
partial support into the Python client
2014-01-17lots of code cleanup, add session resuming, add simple python client for testingTreeki1-0/+23