summaryrefslogtreecommitdiff
path: root/ircserver.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-01-23move bouncer files into the bouncer directoryTreeki1-393/+0
2014-01-23force user to leave channels when disconnected from serverTreeki1-0/+3
2014-01-23add most of the state tracking for users within channelsTreeki1-5/+104
2014-01-23initial bits for channel buffers, display join/privmsg in themTreeki1-0/+244
2014-01-22add window management, move hacky Python client over to PyQt5Treeki1-7/+17
2014-01-21make a bunch more things private/protected where appropriateTreeki1-1/+1
2014-01-21refactoring: add event handling functions to the Server/IRCServer interfaceTreeki1-0/+28
2014-01-21refactoring: add basic implementation of the IRCServer classTreeki1-0/+9