aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ZyklonB: struct plugin_data -> pluginPřemysl Janouch2015-06-151-25/+27
|
* kike: fix CAP with weechatPřemysl Janouch2015-06-141-5/+8
| | | | It requires a message prefix (IMO terribly implemented).
* 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
| | | | Didn't allow ban circumvention.
* 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
|
* degesch: process user mode changesPřemysl Janouch2015-06-071-11/+58
|
* degesch: enable NAMESX if supported by serverPřemysl Janouch2015-06-071-0/+4
|
* kike: fix RPL_WHOISCHANNELS and RPL_NAMREPLYPřemysl Janouch2015-06-071-21/+60
| | | | | Now we automatically split the lists and send multiple replies, but only if it's needed.
* degesch: fix memory leakPřemysl Janouch2015-06-071-8/+8
|
* degesch: print server name in debug outputPřemysl Janouch2015-06-071-2/+8
|
* kike: implement RPL_TOPICWHOTIMEPřemysl Janouch2015-06-071-0/+10
| | | | This one was also trivial.
* kike: implement RPL_CREATIONTIMEPřemysl Janouch2015-06-071-0/+4
| | | | Since it's trivial.
* degesch: fix memory leakPřemysl Janouch2015-06-071-1/+2
|
* degesch: process RPL_TOPICWHOTIMEPřemysl Janouch2015-06-072-0/+32
|
* degesch: process RPL_CREATIONTIMEPřemysl Janouch2015-06-072-0/+38
|
* degesch: parse RPL_CHANNELMODEISPřemysl Janouch2015-06-071-5/+32
|
* degesch: fix logging empty QUIT/PART reasonsPřemysl Janouch2015-06-061-2/+4
|
* degesch: request channel mode after joiningPřemysl Janouch2015-06-061-0/+3
|
* degesch: show our own channel modes in promptPřemysl Janouch2015-06-061-1/+11
|
* degesch: save the topic from RPL_TOPICPřemysl Janouch2015-06-061-0/+6
|
* degesch: refactor irc_process_names()Přemysl Janouch2015-06-061-28/+33
|
* degesch: fix adding user by RPL_NAMREPLYPřemysl Janouch2015-06-061-23/+22
| | | | We didn't create a matching user_channel entry.
* degesch: remove users missing from RPL_NAMREPLYPřemysl Janouch2015-06-061-11/+16
|
* degesch: refactoringPřemysl Janouch2015-06-051-12/+15
|
* degesch: correctly update user prefixesPřemysl Janouch2015-06-051-26/+30
|
* degesch: hack together preliminary MODE parsingPřemysl Janouch2015-06-051-3/+168
|