summaryrefslogtreecommitdiff
path: root/bouncer/ircserver.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2014-02-14oh right, this thing has a name nowTreeki1-1/+1
2014-02-14don't output handled messages to status windowTreeki1-3/+1
2014-01-28implement server configuration loading/savingTreeki1-0/+28
2014-01-27add commands for changing IRCNetworkConfig dataTreeki1-4/+9
2014-01-27add window closing for queriesTreeki1-0/+10
2014-01-26add simple CTCP supportTreeki1-3/+83
2014-01-25add query windowsTreeki1-4/+63
2014-01-25add processing for the KICK irc messageTreeki1-1/+19
2014-01-25add channel topic trackingTreeki1-0/+57
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