summaryrefslogtreecommitdiff
path: root/bouncer/ircserver.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2014-01-24reverse the order of the user modes bitfield; top bit = highest power modeTreeki1-4/+4
2014-01-24show nick prefixes in client nicklist, sync modes correctlyTreeki1-0/+15
2014-01-23move bouncer files into the bouncer directoryTreeki1-0/+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