aboutsummaryrefslogtreecommitdiff
path: root/kike.c
Commit message (Collapse)AuthorAgeFilesLines
* Split function, fix resource leakPřemysl Janouch2015-02-141-44/+48
|
* Import optimized event loop from ponymapPřemysl Janouch2015-02-121-23/+60
|
* Import option handler from ponymapPřemysl Janouch2015-02-111-49/+33
|
* Convert to CMakePřemysl Janouch2015-02-111-1/+2
|
* s/_func/_fn/Přemysl Janouch2014-09-191-4/+4
|
* kike: better debug messagesPřemysl Janouch2014-08-191-6/+16
| | | | | | | | I had a wonderful "I'm a fucking idiot" moment when I tried connecting over SSL/TLS with no certificate at the server. By the way, ZyklonB crashes with FreeBSD 10's Valgrind and gdb seemingly loses track of execution while in getaddrinfo().
* kike: don't use HOST_NAME_MAXPřemysl Janouch2014-08-181-1/+5
| | | | FreeBSD doesn't have it.
* Deal better with displaying IPv6 addressesPřemysl Janouch2014-08-171-11/+17
|
* kike: go with shorter SHA1 fingerprintsPřemysl Janouch2014-08-131-4/+3
|
* kike: send NICK notification back to ourselvesPřemysl Janouch2014-08-121-9/+5
| | | | Also cleanup.
* kike: also send RPL_AWAY in WHOISPřemysl Janouch2014-08-101-0/+2
|
* kike: fix sending of channel mask listsPřemysl Janouch2014-08-101-1/+1
|
* kike: proper shutdown on accept() failurePřemysl Janouch2014-08-101-3/+5
|
* kike: cleanupPřemysl Janouch2014-08-101-5/+2
|
* kike: allow listening on multiple portsPřemysl Janouch2014-08-101-24/+39
|
* kike: add a trivial flood detectorPřemysl Janouch2014-08-101-0/+53
|
* kike: generate replies from a single text filePřemysl Janouch2014-08-101-160/+1
| | | | | It became a bit difficult to maintain two separate lists. Besides, the inverse generation of a message catalog from source code was a bit strange.
* Remove the `src' directoryPřemysl Janouch2014-08-101-0/+3251
There are not that many files, and aren't going to be.