Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kike: actually use irc_is_valid_key() | Přemysl Janouch | 2015-07-05 | 1 | -8/+8 |
* | kike: resolve the path to PID files better | Přemysl Janouch | 2015-07-02 | 1 | -15/+20 |
* | Bump liberty | Přemysl Janouch | 2015-07-01 | 1 | -6/+5 |
* | kike: optionally write a PID file | Přemysl Janouch | 2015-06-30 | 1 | -2/+60 |
* | kike: fix /topic handling | Přemysl Janouch | 2015-06-28 | 1 | -1/+2 |
* | kike: get rid of "Reason omitted" | Přemysl Janouch | 2015-06-20 | 1 | -1/+1 |
* | kike: send RPL_ISUPPORT in response to VERSION | Přemysl Janouch | 2015-06-19 | 1 | -10/+16 |
* | kike: fix changing channel modes | Přemysl Janouch | 2015-06-18 | 1 | -1/+1 |
* | kike: always allow IRCops to change channel modes | Přemysl Janouch | 2015-06-18 | 1 | -2/+2 |
* | kike: fix CAP with weechat | Přemysl Janouch | 2015-06-14 | 1 | -5/+8 |
* | kike: fix quitting + code shuffling | Přemysl Janouch | 2015-06-13 | 1 | -37/+33 |
* | kike: implement LINKS | Přemysl Janouch | 2015-06-13 | 1 | -0/+18 |
* | kike: implement STATS | Přemysl Janouch | 2015-06-13 | 1 | -47/+148 |
* | kike: implement WHOWAS | Přemysl Janouch | 2015-06-13 | 1 | -2/+87 |
* | kike: finish implementation of NAMES | Přemysl Janouch | 2015-06-13 | 1 | -18/+58 |
* | kike: some refactoring | Přemysl Janouch | 2015-06-13 | 1 | -16/+21 |
* | kike: implement CAP userhost-in-names | Přemysl Janouch | 2015-06-13 | 1 | -3/+11 |
* | kike: implement CAP echo-message | Přemysl Janouch | 2015-06-13 | 1 | -3/+15 |
* | kike: implement CAP invite-notify | Přemysl Janouch | 2015-06-13 | 1 | -1/+21 |
* | kike: refactor CAP processing | Přemysl Janouch | 2015-06-12 | 1 | -73/+138 |
* | kike: implement the multi-prefix capability | Přemysl Janouch | 2015-06-12 | 1 | -16/+67 |
* | kike: stubplement CAP | Přemysl Janouch | 2015-06-11 | 1 | -0/+67 |
* | kike: use * if there's no nickname yet | Přemysl Janouch | 2015-06-11 | 1 | -2/+2 |
* | kike: fix INVITE | Přemysl Janouch | 2015-06-09 | 1 | -10/+6 |
* | kike: refactor INVITE a bit | Přemysl Janouch | 2015-06-08 | 1 | -28/+7 |
* | kike: implement INVITE | Přemysl Janouch | 2015-06-08 | 1 | -3/+74 |
* | kike: fix RPL_WHOISCHANNELS and RPL_NAMREPLY | Přemysl Janouch | 2015-06-07 | 1 | -21/+60 |
* | kike: implement RPL_TOPICWHOTIME | Přemysl Janouch | 2015-06-07 | 1 | -0/+10 |
* | kike: implement RPL_CREATIONTIME | Přemysl Janouch | 2015-06-07 | 1 | -0/+4 |
* | kike: avoid printf-ing a null string | Přemysl Janouch | 2015-06-02 | 1 | -1/+2 |
* | kike: send more RPL_ISUPPORT tokens | Přemysl Janouch | 2015-05-31 | 1 | -2/+5 |
* | kike: use RPL_ISUPPORT | Přemysl Janouch | 2015-05-29 | 1 | -1/+2 |
* | kike: mark an issue with FIXME | Přemysl Janouch | 2015-05-23 | 1 | -0/+4 |
* | kike: unindent a function by refactoring | Přemysl Janouch | 2015-05-04 | 1 | -67/+70 |
* | kike: unfuck mode parsing | Přemysl Janouch | 2015-05-03 | 1 | -201/+288 |
* | Get rid of "All rights reserved" | Přemysl Janouch | 2015-05-01 | 1 | -1/+0 |
* | Rename project to uirc3 | Přemysl Janouch | 2015-04-30 | 1 | -1/+0 |
* | kike: no more shooting ourselves in the foot | Přemysl Janouch | 2015-04-28 | 1 | -12/+1 |
* | degesch: add a note about RPL_ISUPPORT | Přemysl Janouch | 2015-04-21 | 1 | -0/+2 |
* | Prepare for a custom logger in degesch | Přemysl Janouch | 2015-04-11 | 1 | -0/+1 |
* | kike: put a timeout on shutdown | Přemysl Janouch | 2015-04-10 | 1 | -0/+16 |
* | kike: be more careful when closing the connection | Přemysl Janouch | 2015-03-23 | 1 | -2/+24 |
* | Move to liberty | Přemysl Janouch | 2015-02-28 | 1 | -2/+2 |
* | Split function, fix resource leak | Přemysl Janouch | 2015-02-14 | 1 | -44/+48 |
* | Import optimized event loop from ponymap | Přemysl Janouch | 2015-02-12 | 1 | -23/+60 |
* | Import option handler from ponymap | Přemysl Janouch | 2015-02-11 | 1 | -49/+33 |
* | Convert to CMake | Přemysl Janouch | 2015-02-11 | 1 | -1/+2 |
* | s/_func/_fn/ | Přemysl Janouch | 2014-09-19 | 1 | -4/+4 |
* | kike: better debug messages | Přemysl Janouch | 2014-08-19 | 1 | -6/+16 |
* | kike: don't use HOST_NAME_MAX | Přemysl Janouch | 2014-08-18 | 1 | -1/+5 |