aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix the YouTube pluginPřemysl Janouch2015-02-231-2/+2
|
* pomodoro: some tuningPřemysl Janouch2015-02-211-3/+3
|
* ZyklonB: fix issues with plugin unloadingPřemysl Janouch2015-02-211-3/+8
|
* Add a useful assertion to the pollerPřemysl Janouch2015-02-211-0/+2
|
* coin: avoid Unicode charactersPřemysl Janouch2015-02-211-1/+1
|
* ZyklonB: Add a "simple" pomodoro plugin in RubyPřemysl Janouch2015-02-211-0/+502
|
* Split function, fix resource leakPřemysl Janouch2015-02-141-44/+48
|
* Add a missing break;Přemysl Janouch2015-02-141-0/+1
|
* Avoid null pointer dereferencePřemysl Janouch2015-02-141-0/+2
| | | | In irc_listen_resolve() with NULL `host'.
* Fix resource leaks in socks_connect()Přemysl Janouch2015-02-141-13/+14
|
* Travis CI: Try adding Coverity scanPřemysl Janouch2015-02-141-0/+12
|
* Travis CI: Make it build againPřemysl Janouch2015-02-121-0/+7
|
* Add another form of YouTube linksPřemysl Janouch2015-02-121-6/+8
|
* Import optimized event loop from ponymapPřemysl Janouch2015-02-123-245/+391
|
* Import option handler from ponymapPřemysl Janouch2015-02-114-98/+216
|
* Convert to CMakePřemysl Janouch2015-02-117-44/+151
|
* Add Travis CI configurationPřemysl Janouch2015-02-081-0/+13
|
* script: fix escaping in the dot commandPřemysl Janouch2014-10-031-3/+3
|
* script: don't get killed because of usersPřemysl Janouch2014-09-271-0/+3
|
* script: watch all memory allocationsPřemysl Janouch2014-09-271-360/+475
| | | | | | And some other miscellaneous changes. Now it should be ready for the real life.
* FixesPřemysl Janouch2014-09-271-1/+3
|
* Fix timersPřemysl Janouch2014-09-201-9/+9
|
* script: set a scricter limit on memoryPřemysl Janouch2014-09-191-0/+12
|
* s/_func/_fn/Přemysl Janouch2014-09-193-16/+16
|
* Fix removal from dispatch in timer callbacksPřemysl Janouch2014-09-191-2/+2
|
* 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().
* ZyklonB: better errors on TLS/SSL failurePřemysl Janouch2014-08-191-3/+13
|
* Another fix for the legacy pollerPřemysl Janouch2014-08-181-1/+1
|
* Fix infinite loop in the legacy pollerPřemysl Janouch2014-08-181-4/+2
|
* kike: don't use HOST_NAME_MAXPřemysl Janouch2014-08-181-1/+5
| | | | FreeBSD doesn't have it.
* Bump _XOPEN_SOURCE to 600Přemysl Janouch2014-08-181-1/+1
| | | | | Otherwise it's not going to compile on FreeBSD, because of e.g. missing v/snprintf() and va_copy().
* Update READMEPřemysl Janouch2014-08-181-1/+1
| | | | | There's no hope of making it work with BSD make, and GNU make is in the ports tree anyway.
* Fix service name to port resolutionPřemysl Janouch2014-08-171-1/+1
|
* ZyklonB: add SOCKS 5/4a supportPřemysl Janouch2014-08-171-11/+444
|
* Deal better with displaying IPv6 addressesPřemysl Janouch2014-08-173-12/+30
|
* Silence GCCPřemysl Janouch2014-08-171-1/+2
|
* ZyklonB: `status' -> use semicolons in outputPřemysl Janouch2014-08-151-6/+9
|
* ZyklonB: make client certificates actually workPřemysl Janouch2014-08-131-1/+2
| | | | | We forgot to set the private key, which can reside in the same file as the certificate, appended at the end.
* kike: go with shorter SHA1 fingerprintsPřemysl Janouch2014-08-132-6/+5
|
* Link with -lrtPřemysl Janouch2014-08-131-1/+2
| | | | The newer glibc isn't that common yet.
* 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
|
* ZyklonB: cleanup not only wrt. timersPřemysl Janouch2014-08-101-81/+95
| | | | The code isn't async enough and needs some further changes.
* ZyklonB: add connection timeoutsPřemysl Janouch2014-08-101-6/+33
|
* Update the READMEPřemysl Janouch2014-08-101-0/+6
|
* kike: fix the MakefilePřemysl Janouch2014-08-102-3/+4
|
* kike: allow listening on multiple portsPřemysl Janouch2014-08-101-24/+39
|