summaryrefslogtreecommitdiff
path: root/bouncer (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-14missing include in buffer.hTreeki1-0/+1
2014-02-12fix NetCore::quitFlag being uninitialised (thanks, Valgrind/memcheck!)Treeki1-0/+2
2014-02-12clean up TLS stateTreeki1-0/+12
2014-02-12stop DNS thread cleanly when exitingTreeki3-1/+17
2014-02-12bouncer: fix massive memory leak where cached packets were not freedTreeki1-2/+7
2014-02-12bouncer: silently ignore packets from the client that we've already seenTreeki1-2/+12
2014-01-28implement server configuration loading/savingTreeki9-2/+216
2014-01-27add commands for changing IRCNetworkConfig dataTreeki4-40/+125
2014-01-27add window closing for queriesTreeki4-0/+36
2014-01-26add simple CTCP supportTreeki3-3/+129
2014-01-25add query windowsTreeki3-8/+201
2014-01-25add processing for the KICK irc messageTreeki3-1/+60
2014-01-25add channel topic trackingTreeki3-0/+97
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 correctlyTreeki3-17/+29
2014-01-23move bouncer files into the bouncer directoryTreeki14-0/+2756