aboutsummaryrefslogtreecommitdiff
path: root/kike.c
Commit message (Expand)AuthorAgeFilesLines
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-211-3/+2
* kike: disable TLS session reusePřemysl Janouch2018-01-091-0/+3
* kike: handle accept() errors betterPřemysl Janouch2018-01-091-9/+14
* kike: thorough review, no functional changesPřemysl Janouch2018-01-091-3/+15
* kike: introduce cstr_set()Přemysl Janouch2018-01-081-23/+12
* Bump liberty, avoid fall-through warningsPřemysl Janouch2018-01-071-0/+1
* Rework constructors/destructorsPřemysl Janouch2017-06-221-12/+8
* Bump libertyPřemysl Janouch2017-06-221-138/+81
* kike: fix two memory leaksPřemysl Janouch2017-06-221-0/+2
* Avoid the "poller_fd::closed" featurePřemysl Janouch2017-05-061-4/+3
* Bump libertyPřemysl Janouch2017-01-231-85/+85
* CleanupPřemysl Janouch2016-12-281-10/+1
* Add support for OpenSSL 1.1.0Přemysl Janouch2016-12-281-0/+5
* Bump libertyPřemysl Janouch2016-10-111-12/+12
* Better support for the KILL commandPřemysl Janouch2016-09-231-0/+5
* ZyklonB, kike: Use pledge(2) in OpenBSDPřemysl Janouch2016-03-301-0/+6
* kike: fix daemonization on *BSDPřemysl Janouch2016-03-131-0/+2
* Fix typosPřemysl Janouch2016-02-091-1/+1
* kike: add support for IRCv3.2 server-timePřemysl Janouch2016-01-311-3/+18
* Bump libertyPřemysl Janouch2016-01-171-46/+1
* Bump libertyPřemysl Janouch2016-01-161-1/+0
* kike: more cleanupPřemysl Janouch2016-01-161-12/+8
* kike: allow messages before protocol establishmentPřemysl Janouch2016-01-161-9/+4
* kike: asynchronous address resolutionPřemysl Janouch2016-01-161-58/+132
* Bump liberty, enable TLS SNIPřemysl Janouch2016-01-041-0/+1
* CleanupPřemysl Janouch2015-12-311-1/+1
* Enable TCP_NODELAYPřemysl Janouch2015-11-221-0/+7
* Bump libertyPřemysl Janouch2015-08-171-4/+4
* More SSL -> TLS renamingPřemysl Janouch2015-07-281-22/+22
* SSL -> TLS; fix error handlingPřemysl Janouch2015-07-151-19/+23
* Unfuck OpenSSL error messagesPřemysl Janouch2015-07-151-9/+4
* Bump libertyPřemysl Janouch2015-07-151-0/+3
* Bump liberty, fix map iteratorsPřemysl Janouch2015-07-141-13/+12
* Disable SSL 2 and 3Přemysl Janouch2015-07-131-0/+3
* CleanupPřemysl Janouch2015-07-121-2/+0
* kike: allow specifying the cipher listPřemysl Janouch2015-07-121-1/+8
* kike: add some OpenSSL information to debug logPřemysl Janouch2015-07-121-0/+33
* Call ERR_clear_error() where necessaryPřemysl Janouch2015-07-121-0/+2
* Bump libertyPřemysl Janouch2015-07-111-16/+18
* Fix various issues reported by CoverityPřemysl Janouch2015-07-111-1/+4
* kike: fix daemonizationPřemysl Janouch2015-07-081-8/+32
* kike: fix a minor issue in on_signal_pipe_readablePřemysl Janouch2015-07-071-1/+1
* kike: actually use irc_is_valid_key()Přemysl Janouch2015-07-051-8/+8
* kike: resolve the path to PID files betterPřemysl Janouch2015-07-021-15/+20
* Bump libertyPřemysl Janouch2015-07-011-6/+5
* kike: optionally write a PID filePřemysl Janouch2015-06-301-2/+60
* kike: fix /topic handlingPřemysl Janouch2015-06-281-1/+2
* kike: get rid of "Reason omitted"Přemysl Janouch2015-06-201-1/+1
* kike: send RPL_ISUPPORT in response to VERSIONPřemysl Janouch2015-06-191-10/+16
* kike: fix changing channel modesPřemysl Janouch2015-06-181-1/+1