Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-24 | reverse the order of the user modes bitfield; top bit = highest power mode | Treeki | 1 | -4/+4 | |
2014-01-24 | show nick prefixes in client nicklist, sync modes correctly | Treeki | 1 | -0/+15 | |
2014-01-23 | move bouncer files into the bouncer directory | Treeki | 1 | -0/+0 | |
2014-01-23 | force user to leave channels when disconnected from server | Treeki | 1 | -0/+3 | |
2014-01-23 | add most of the state tracking for users within channels | Treeki | 1 | -5/+104 | |
2014-01-23 | initial bits for channel buffers, display join/privmsg in them | Treeki | 1 | -0/+244 | |
2014-01-22 | add window management, move hacky Python client over to PyQt5 | Treeki | 1 | -7/+17 | |
2014-01-21 | make a bunch more things private/protected where appropriate | Treeki | 1 | -1/+1 | |
2014-01-21 | refactoring: add event handling functions to the Server/IRCServer interface | Treeki | 1 | -0/+28 | |
2014-01-21 | refactoring: add basic implementation of the IRCServer class | Treeki | 1 | -0/+9 | |