summaryrefslogtreecommitdiff
path: root/bouncer/core.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-15make session keepalive timeout configurable in config.iniTreeki1-2/+1
2014-02-15add limiting of the amount of messages in a windowTreeki1-0/+1
2014-02-15implement rudimentary password authenticationTreeki1-0/+2
2014-02-14fix up a bunch more output messages to use RichTextBuilder, etcTreeki1-0/+1
2014-02-14oh right, this thing has a name nowTreeki1-0/+3
2014-02-14add richtext support and message prioritiesTreeki1-1/+3
2014-01-28implement server configuration loading/savingTreeki1-0/+11
2014-01-27add commands for changing IRCNetworkConfig dataTreeki1-5/+11
2014-01-27add window closing for queriesTreeki1-0/+7
2014-01-26add simple CTCP supportTreeki1-0/+2
2014-01-25add query windowsTreeki1-0/+20
2014-01-25add processing for the KICK irc messageTreeki1-0/+1
2014-01-25add channel topic trackingTreeki1-0/+3
2014-01-24show nick prefixes in client nicklist, sync modes correctlyTreeki1-0/+1
2014-01-23move bouncer files into the bouncer directoryTreeki1-0/+0
2014-01-23add build_static.sh, make gnutls usage a defineTreeki1-2/+14
2014-01-23sync user lists to clients, add support to python client, other assorted fixesTreeki1-0/+8
2014-01-23force user to leave channels when disconnected from serverTreeki1-0/+2
2014-01-23add most of the state tracking for users within channelsTreeki1-0/+12
2014-01-23initial bits for channel buffers, display join/privmsg in themTreeki1-0/+40
2014-01-22add window management, move hacky Python client over to PyQt5Treeki1-3/+57
2014-01-21make a bunch more things private/protected where appropriateTreeki1-20/+35
2014-01-21refactoring: add event handling functions to the Server/IRCServer interfaceTreeki1-2/+15
2014-01-21refactoring: add basic implementation of the IRCServer classTreeki1-4/+25
2014-01-20split every class up into a separate fileTreeki1-0/+22
2014-01-20add MobileClient class and move some bits into itTreeki1-2/+23
2014-01-20add server management functions to NetCoreTreeki1-0/+6
2014-01-20refactoring: replace global state with NetCore and Bouncer classesTreeki1-3/+30
2014-01-17flesh out the Python client more to add connect/disconnect commands, and fix ...Treeki1-1/+4
2014-01-17implement support for the buffered packets protocol into the bouncer, and par...Treeki1-3/+21
2014-01-17lots of code cleanup, add session resuming, add simple python client for testingTreeki1-0/+99