Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kike: disable TLS session reuse | Přemysl Janouch | 2018-01-09 | 1 | -0/+3 |
| | |||||
* | kike: handle accept() errors better | Přemysl Janouch | 2018-01-09 | 1 | -9/+14 |
| | | | | Might prevent some denial of service attacks. | ||||
* | kike: thorough review, no functional changes | Přemysl Janouch | 2018-01-09 | 1 | -3/+15 |
| | |||||
* | kike: introduce cstr_set() | Přemysl Janouch | 2018-01-08 | 1 | -23/+12 |
| | |||||
* | Bump liberty, avoid fall-through warnings | Přemysl Janouch | 2018-01-07 | 1 | -0/+1 |
| | |||||
* | Rework constructors/destructors | Přemysl Janouch | 2017-06-22 | 1 | -12/+8 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2017-06-22 | 1 | -138/+81 |
| | |||||
* | kike: fix two memory leaks | Přemysl Janouch | 2017-06-22 | 1 | -0/+2 |
| | |||||
* | Avoid the "poller_fd::closed" feature | Přemysl Janouch | 2017-05-06 | 1 | -4/+3 |
| | | | | | | | Reliability enhancement for Linux. This feature was created for ponymap, however we don't care about an extra syscall in most places. Doing it right even saves lines. | ||||
* | Bump liberty | Přemysl Janouch | 2017-01-23 | 1 | -85/+85 |
| | |||||
* | Cleanup | Přemysl Janouch | 2016-12-28 | 1 | -10/+1 |
| | |||||
* | Add support for OpenSSL 1.1.0 | Přemysl Janouch | 2016-12-28 | 1 | -0/+5 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2016-10-11 | 1 | -12/+12 |
| | |||||
* | Better support for the KILL command | Přemysl Janouch | 2016-09-23 | 1 | -0/+5 |
| | |||||
* | ZyklonB, kike: Use pledge(2) in OpenBSD | Přemysl Janouch | 2016-03-30 | 1 | -0/+6 |
| | | | | | | degesch has something like "stdio wpath cpath inet tty proc exec" but given that it's user-extensible and very annoying for users to have it crash, I'm leaving it unrestricted for now. | ||||
* | kike: fix daemonization on *BSD | Přemysl Janouch | 2016-03-13 | 1 | -0/+2 |
| | | | | Bump liberty. | ||||
* | Fix typos | Přemysl Janouch | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | kike: add support for IRCv3.2 server-time | Přemysl Janouch | 2016-01-31 | 1 | -3/+18 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2016-01-17 | 1 | -46/+1 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2016-01-16 | 1 | -1/+0 |
| | |||||
* | kike: more cleanup | Přemysl Janouch | 2016-01-16 | 1 | -12/+8 |
| | |||||
* | kike: allow messages before protocol establishment | Přemysl Janouch | 2016-01-16 | 1 | -9/+4 |
| | | | | We can just queue them. | ||||
* | kike: asynchronous address resolution | Přemysl Janouch | 2016-01-16 | 1 | -58/+132 |
| | | | | As well as some refactoring and cleanup. | ||||
* | Bump liberty, enable TLS SNI | Přemysl Janouch | 2016-01-04 | 1 | -0/+1 |
| | | | | | | | Involves some rewrites to fit the new APIs. SNI has been implemented Mostly just because we can, I don't think it's widely in use and kike doesn't support this feature of the protocol either. | ||||
* | Cleanup | Přemysl Janouch | 2015-12-31 | 1 | -1/+1 |
| | |||||
* | Enable TCP_NODELAY | Přemysl Janouch | 2015-11-22 | 1 | -0/+7 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2015-08-17 | 1 | -4/+4 |
| | |||||
* | More SSL -> TLS renaming | Přemysl Janouch | 2015-07-28 | 1 | -22/+22 |
| | |||||
* | 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 |
| |