aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* degesch: fix /invitePřemysl Janouch2015-06-182-7/+33
* degesch: fix /whois, /whowasPřemysl Janouch2015-06-181-4/+14
* degesch: fix /mode after breaking itPřemysl Janouch2015-06-181-4/+6
* degesch: fix /ban, add /unbanPřemysl Janouch2015-06-181-28/+85
* degesch: fix /kickbanPřemysl Janouch2015-06-181-4/+10
* degesch: fix sending the reason in /kickPřemysl Janouch2015-06-181-2/+7
* kike: fix changing channel modesPřemysl Janouch2015-06-181-1/+1
* degesch: cleanupPřemysl Janouch2015-06-181-36/+16
* kike: always allow IRCops to change channel modesPřemysl Janouch2015-06-181-2/+2
* degesch: fix /mode to work for user modesPřemysl Janouch2015-06-181-11/+38
* degesch: fix /mode on servers with +channelsPřemysl Janouch2015-06-171-2/+9
* degesch: add /op, /deop, /voice, /devoicePřemysl Janouch2015-06-171-1/+65
* degesch: parse MODES from RPL_ISUPPORTPřemysl Janouch2015-06-171-1/+17
* degesch: add /statsPřemysl Janouch2015-06-171-0/+17
* degesch: fix highlightsPřemysl Janouch2015-06-161-1/+1
* ZyklonB: factor out plugin_process_ipc()Přemysl Janouch2015-06-151-46/+50
* ZyklonB: allow killing zombiesPřemysl Janouch2015-06-151-6/+27
* ZyklonB: factor out make_status_report()Přemysl Janouch2015-06-151-27/+33
* ZyklonB: unfuck registrationPřemysl Janouch2015-06-151-9/+7
* ZyklonB: factor out try_reap_plugin()Přemysl Janouch2015-06-151-25/+30
* ZyklonB: factor out on_plugin_death()Přemysl Janouch2015-06-151-40/+46
* ZyklonB: struct plugin_data -> pluginPřemysl Janouch2015-06-151-25/+27
* kike: fix CAP with weechatPřemysl Janouch2015-06-141-5/+8
* degesch: fix SOCKS failure handlingPřemysl Janouch2015-06-141-1/+1
* degesch: ask for CAP multi-prefix, invite-notifyPřemysl Janouch2015-06-141-4/+47
* kike: update status in READMEPřemysl Janouch2015-06-131-2/+2
* kike: fix quitting + code shufflingPřemysl Janouch2015-06-131-37/+33
* kike: implement LINKSPřemysl Janouch2015-06-132-0/+20
* kike: implement STATSPřemysl Janouch2015-06-132-47/+152
* kike: implement WHOWASPřemysl Janouch2015-06-132-2/+90
* kike: finish implementation of NAMESPřemysl Janouch2015-06-131-18/+58
* kike: some refactoringPřemysl Janouch2015-06-131-16/+21
* kike: implement CAP userhost-in-namesPřemysl Janouch2015-06-131-3/+11
* kike: implement CAP echo-messagePřemysl Janouch2015-06-131-3/+15
* kike: implement CAP invite-notifyPřemysl Janouch2015-06-131-1/+21
* kike: refactor CAP processingPřemysl Janouch2015-06-121-73/+138
* kike: implement the multi-prefix capabilityPřemysl Janouch2015-06-121-16/+67
* kike: stubplement CAPPřemysl Janouch2015-06-112-0/+68
* kike: use * if there's no nickname yetPřemysl Janouch2015-06-111-2/+2
* Bump libertyPřemysl Janouch2015-06-111-0/+0
* degesch: process INVITEPřemysl Janouch2015-06-101-0/+30
* degesch: handle RPL_UMODEISPřemysl Janouch2015-06-101-0/+15
* kike: fix INVITEPřemysl Janouch2015-06-091-10/+6
* kike: refactor INVITE a bitPřemysl Janouch2015-06-081-28/+7
* kike: implement INVITEPřemysl Janouch2015-06-082-3/+76
* degesch: show channel prefixes in PRIVMSG linesPřemysl Janouch2015-06-071-4/+38
* degesch: shuffle code aroundPřemysl Janouch2015-06-071-95/+94
* degesch: sort modes on changePřemysl Janouch2015-06-071-1/+7
* degesch: further refactor MODE processingPřemysl Janouch2015-06-071-57/+35
* degesch: refactor MODE processingPřemysl Janouch2015-06-071-51/+33