Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SSL -> TLS; fix error handling | Přemysl Janouch | 2015-07-15 | 1 | -19/+23 |
| | |||||
* | Unfuck OpenSSL error messages | Přemysl Janouch | 2015-07-15 | 1 | -9/+4 |
| | | | | We still take just the first error message in the queue, though. | ||||
* | Bump liberty | Přemysl Janouch | 2015-07-15 | 1 | -0/+3 |
| | |||||
* | Bump liberty, fix map iterators | Přemysl Janouch | 2015-07-14 | 1 | -13/+12 |
| | |||||
* | Disable SSL 2 and 3 | Přemysl Janouch | 2015-07-13 | 1 | -0/+3 |
| | |||||
* | Cleanup | Přemysl Janouch | 2015-07-12 | 1 | -2/+0 |
| | |||||
* | kike: allow specifying the cipher list | Přemysl Janouch | 2015-07-12 | 1 | -1/+8 |
| | |||||
* | kike: add some OpenSSL information to debug log | Přemysl Janouch | 2015-07-12 | 1 | -0/+33 |
| | |||||
* | Call ERR_clear_error() where necessary | Přemysl Janouch | 2015-07-12 | 1 | -0/+2 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2015-07-11 | 1 | -16/+18 |
| | |||||
* | Fix various issues reported by Coverity | Přemysl Janouch | 2015-07-11 | 1 | -1/+4 |
| | |||||
* | kike: fix daemonization | Přemysl Janouch | 2015-07-08 | 1 | -8/+32 |
| | | | | | | First of all, we used to write the wrong PID in the file. Second of all, systemd needs some extra BS to not kill us immediately. | ||||
* | kike: fix a minor issue in on_signal_pipe_readable | Přemysl Janouch | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | It was rather distracting and confusing. | ||||
* | kike: send RPL_ISUPPORT in response to VERSION | Přemysl Janouch | 2015-06-19 | 1 | -10/+16 |
| | | | | Most servers do it. | ||||
* | 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 |
| | | | | It requires a message prefix (IMO terribly implemented). | ||||
* | 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 |
| | | | | Didn't allow ban circumvention. | ||||
* | 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 |
| | | | | | Now we automatically split the lists and send multiple replies, but only if it's needed. | ||||
* | kike: implement RPL_TOPICWHOTIME | Přemysl Janouch | 2015-06-07 | 1 | -0/+10 |
| | | | | This one was also trivial. | ||||
* | kike: implement RPL_CREATIONTIME | Přemysl Janouch | 2015-06-07 | 1 | -0/+4 |
| | | | | Since it's trivial. | ||||
* | 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 |
| | | | | And fix a hidden memory leak while we're at it. | ||||
* | 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 |
| |