aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SOCKS: simplify codePřemysl Janouch2015-07-211-39/+22
* Fix SOCKS5 nopass authenticationPřemysl Janouch2015-07-211-1/+2
* Get at least SOCKS4A workingPřemysl Janouch2015-07-211-20/+26
* Rewrite socks to asyncPřemysl Janouch2015-07-203-335/+742
* degesch: allow unterminated CTCP messagesPřemysl Janouch2015-07-191-7/+13
* degesch: fix literal IPv6 server addressesPřemysl Janouch2015-07-191-1/+6
* degesch: add a "command_delay" option to serversPřemysl Janouch2015-07-181-13/+37
* degesch: refactor and fix reconnect delaysPřemysl Janouch2015-07-181-13/+19
* degesch: allow executing a command when registeredPřemysl Janouch2015-07-181-14/+30
* degesch: add exponential reconnect backoffPřemysl Janouch2015-07-171-1/+29
* degesch: allow multiple commands in aliasesPřemysl Janouch2015-07-161-43/+75
* degesch: skip unrecognized config items in /setPřemysl Janouch2015-07-161-1/+5
* SSL -> TLS; fix error handlingPřemysl Janouch2015-07-152-30/+41
* Unfuck OpenSSL error messagesPřemysl Janouch2015-07-152-13/+6
* degesch: set a limit on backlog entriesPřemysl Janouch2015-07-151-0/+11
* degesch: fix some encoding issuesPřemysl Janouch2015-07-151-6/+10
* Fix compiler warningPřemysl Janouch2015-07-151-2/+2
* Bump libertyPřemysl Janouch2015-07-153-1/+4
* Update READMEPřemysl Janouch2015-07-151-12/+10
* Bump liberty, fix map iteratorsPřemysl Janouch2015-07-144-31/+17
* degesch: implement /server renamePřemysl Janouch2015-07-142-13/+86
* degesch: fix server loadingPřemysl Janouch2015-07-141-1/+4
* degesch: simplify check_server_name_for_addition()Přemysl Janouch2015-07-141-13/+11
* degesch: implement /server removePřemysl Janouch2015-07-141-2/+59
* degesch: finally fix rearm_date_change_timer()Přemysl Janouch2015-07-141-3/+11
* degesch: factor out buffer_remove_safe()Přemysl Janouch2015-07-141-6/+11
* degesch: make "/server" alone list all serversPřemysl Janouch2015-07-131-2/+6
* degesch: fix the date change timerPřemysl Janouch2015-07-131-2/+2
* degesch: fix /server addPřemysl Janouch2015-07-131-1/+1
* ZyklonB: fix certificate verificationPřemysl Janouch2015-07-131-3/+2
* Disable SSL 2 and 3Přemysl Janouch2015-07-133-1/+8
* degesch: don't save on quit after a parse errorPřemysl Janouch2015-07-131-0/+4
* degesch: force a TLS handshakePřemysl Janouch2015-07-131-1/+3
* CleanupPřemysl Janouch2015-07-122-3/+0
* kike: allow specifying the cipher listPřemysl Janouch2015-07-121-1/+8
* degesch: add an "ssl_ciphers" option to serversPřemysl Janouch2015-07-121-1/+8
* degesch: log certificate verification errorsPřemysl Janouch2015-07-121-0/+7
* kike: add some OpenSSL information to debug logPřemysl Janouch2015-07-121-0/+33
* Call ERR_clear_error() where necessaryPřemysl Janouch2015-07-123-0/+6
* degesch: fix certificate verificationPřemysl Janouch2015-07-121-2/+30
* degesch: fix failure handling in SSL_CTX creationPřemysl Janouch2015-07-121-4/+4
* degesch: rejoin channels on reconnectPřemysl Janouch2015-07-121-11/+27
* degesch: fix the date change timerPřemysl Janouch2015-07-121-3/+4
* degesch: fix nick cyclingPřemysl Janouch2015-07-111-1/+1
* degesch: make /disconnect abort reconnect timerPřemysl Janouch2015-07-111-0/+5
* Bump libertyPřemysl Janouch2015-07-115-141/+48
* Update READMEPřemysl Janouch2015-07-111-16/+27
* Fix various issues reported by CoverityPřemysl Janouch2015-07-113-6/+12
* Travis CI: update Coverity project infoPřemysl Janouch2015-07-111-1/+1
* degesch: add "autoconnect" option for serversPřemysl Janouch2015-07-111-3/+7