aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
Commit message (Expand)AuthorAgeFilesLines
* degesch: fix /queryPřemysl Janouch2015-06-211-0/+2
* degesch: fix /nick handlingPřemysl Janouch2015-06-211-6/+20
* degesch: implement the rest of buffer mergingPřemysl Janouch2015-06-211-2/+33
* degesch: show usage on /buffer move failurePřemysl Janouch2015-06-211-2/+3
* degesch: implement /buffer movePřemysl Janouch2015-06-211-5/+33
* degesch: change arguments to handle_buffer_close()Přemysl Janouch2015-06-211-6/+5
* degesch: make highlights more obviousPřemysl Janouch2015-06-211-1/+10
* degesch: implement /buffer clearPřemysl Janouch2015-06-211-1/+13
* degesch: make buffer_send_*() accept a NULL bufferPřemysl Janouch2015-06-201-47/+42
* degesch: fix display of RPL_INVITINGPřemysl Janouch2015-06-201-0/+24
* degesch: reset server info on disconnectPřemysl Janouch2015-06-201-34/+60
* degesch: add support for IRCv3.2 echo-messagePřemysl Janouch2015-06-201-8/+28
* degesch: shuffle some codePřemysl Janouch2015-06-201-38/+42
* degesch: fix trivial user command handlersPřemysl Janouch2015-06-201-2/+2
* degesch: further cleanupsPřemysl Janouch2015-06-201-40/+29
* degesch: fix invalid free()Přemysl Janouch2015-06-201-1/+2
* degesch: refactor user command handlingPřemysl Janouch2015-06-201-442/+397
* degesch: further cleanupsPřemysl Janouch2015-06-191-53/+44
* degesch: get rid of some repeating codePřemysl Janouch2015-06-191-118/+55
* degesch: fix /join, /part, /cyclePřemysl Janouch2015-06-191-29/+55
* degesch: allow specifying server in /disconnectPřemysl Janouch2015-06-191-7/+13
* degesch: update user command usages and commentsPřemysl Janouch2015-06-181-8/+6
* degesch: fix /invitePřemysl Janouch2015-06-181-7/+22
* 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
* degesch: cleanupPřemysl Janouch2015-06-181-36/+16
* 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
* 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
* degesch: process INVITEPřemysl Janouch2015-06-101-0/+30
* degesch: handle RPL_UMODEISPřemysl Janouch2015-06-101-0/+15
* 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
* degesch: process user mode changesPřemysl Janouch2015-06-071-11/+58
* degesch: enable NAMESX if supported by serverPřemysl Janouch2015-06-071-0/+4
* degesch: fix memory leakPřemysl Janouch2015-06-071-8/+8
* degesch: print server name in debug outputPřemysl Janouch2015-06-071-2/+8
* degesch: fix memory leakPřemysl Janouch2015-06-071-1/+2
* degesch: process RPL_TOPICWHOTIMEPřemysl Janouch2015-06-071-0/+31