Age | Commit message (Expand) | Author | Files | Lines |
2014-01-24 | show nick prefixes in client nicklist, sync modes correctly | Treeki | 1 | -0/+1 |
2014-01-23 | move bouncer files into the bouncer directory | Treeki | 1 | -0/+0 |
2014-01-23 | add build_static.sh, make gnutls usage a define | Treeki | 1 | -2/+14 |
2014-01-23 | sync user lists to clients, add support to python client, other assorted fixes | Treeki | 1 | -0/+8 |
2014-01-23 | force user to leave channels when disconnected from server | Treeki | 1 | -0/+2 |
2014-01-23 | add most of the state tracking for users within channels | Treeki | 1 | -0/+12 |
2014-01-23 | initial bits for channel buffers, display join/privmsg in them | Treeki | 1 | -0/+40 |
2014-01-22 | add window management, move hacky Python client over to PyQt5 | Treeki | 1 | -3/+57 |
2014-01-21 | make a bunch more things private/protected where appropriate | Treeki | 1 | -20/+35 |
2014-01-21 | refactoring: add event handling functions to the Server/IRCServer interface | Treeki | 1 | -2/+15 |
2014-01-21 | refactoring: add basic implementation of the IRCServer class | Treeki | 1 | -4/+25 |
2014-01-20 | split every class up into a separate file | Treeki | 1 | -0/+22 |
2014-01-20 | add MobileClient class and move some bits into it | Treeki | 1 | -2/+23 |
2014-01-20 | add server management functions to NetCore | Treeki | 1 | -0/+6 |
2014-01-20 | refactoring: replace global state with NetCore and Bouncer classes | Treeki | 1 | -3/+30 |
2014-01-17 | flesh out the Python client more to add connect/disconnect commands, and fix ... | Treeki | 1 | -1/+4 |
2014-01-17 | implement support for the buffered packets protocol into the bouncer, and par... | Treeki | 1 | -3/+21 |
2014-01-17 | lots of code cleanup, add session resuming, add simple python client for testing | Treeki | 1 | -0/+99 |