Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | degesch: add a "command_delay" option to servers | Přemysl Janouch | 2015-07-18 | 1 | -13/+37 |
* | degesch: refactor and fix reconnect delays | Přemysl Janouch | 2015-07-18 | 1 | -13/+19 |
* | degesch: allow executing a command when registered | Přemysl Janouch | 2015-07-18 | 1 | -14/+30 |
* | degesch: add exponential reconnect backoff | Přemysl Janouch | 2015-07-17 | 1 | -1/+29 |
* | degesch: allow multiple commands in aliases | Přemysl Janouch | 2015-07-16 | 1 | -43/+75 |
* | degesch: skip unrecognized config items in /set | Přemysl Janouch | 2015-07-16 | 1 | -1/+5 |
* | SSL -> TLS; fix error handling | Přemysl Janouch | 2015-07-15 | 2 | -30/+41 |
* | Unfuck OpenSSL error messages | Přemysl Janouch | 2015-07-15 | 2 | -13/+6 |
* | degesch: set a limit on backlog entries | Přemysl Janouch | 2015-07-15 | 1 | -0/+11 |
* | degesch: fix some encoding issues | Přemysl Janouch | 2015-07-15 | 1 | -6/+10 |
* | Fix compiler warning | Přemysl Janouch | 2015-07-15 | 1 | -2/+2 |
* | Bump liberty | Přemysl Janouch | 2015-07-15 | 3 | -1/+4 |
* | Update README | Přemysl Janouch | 2015-07-15 | 1 | -12/+10 |
* | Bump liberty, fix map iterators | Přemysl Janouch | 2015-07-14 | 4 | -31/+17 |
* | degesch: implement /server rename | Přemysl Janouch | 2015-07-14 | 2 | -13/+86 |
* | degesch: fix server loading | Přemysl Janouch | 2015-07-14 | 1 | -1/+4 |
* | degesch: simplify check_server_name_for_addition() | Přemysl Janouch | 2015-07-14 | 1 | -13/+11 |
* | degesch: implement /server remove | Přemysl Janouch | 2015-07-14 | 1 | -2/+59 |
* | degesch: finally fix rearm_date_change_timer() | Přemysl Janouch | 2015-07-14 | 1 | -3/+11 |
* | degesch: factor out buffer_remove_safe() | Přemysl Janouch | 2015-07-14 | 1 | -6/+11 |
* | degesch: make "/server" alone list all servers | Přemysl Janouch | 2015-07-13 | 1 | -2/+6 |
* | degesch: fix the date change timer | Přemysl Janouch | 2015-07-13 | 1 | -2/+2 |
* | degesch: fix /server add | Přemysl Janouch | 2015-07-13 | 1 | -1/+1 |
* | ZyklonB: fix certificate verification | Přemysl Janouch | 2015-07-13 | 1 | -3/+2 |
* | Disable SSL 2 and 3 | Přemysl Janouch | 2015-07-13 | 3 | -1/+8 |
* | degesch: don't save on quit after a parse error | Přemysl Janouch | 2015-07-13 | 1 | -0/+4 |
* | degesch: force a TLS handshake | Přemysl Janouch | 2015-07-13 | 1 | -1/+3 |
* | Cleanup | Přemysl Janouch | 2015-07-12 | 2 | -3/+0 |
* | kike: allow specifying the cipher list | Přemysl Janouch | 2015-07-12 | 1 | -1/+8 |
* | degesch: add an "ssl_ciphers" option to servers | Přemysl Janouch | 2015-07-12 | 1 | -1/+8 |
* | degesch: log certificate verification errors | Přemysl Janouch | 2015-07-12 | 1 | -0/+7 |
* | 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 | 3 | -0/+6 |
* | degesch: fix certificate verification | Přemysl Janouch | 2015-07-12 | 1 | -2/+30 |
* | degesch: fix failure handling in SSL_CTX creation | Přemysl Janouch | 2015-07-12 | 1 | -4/+4 |
* | degesch: rejoin channels on reconnect | Přemysl Janouch | 2015-07-12 | 1 | -11/+27 |
* | degesch: fix the date change timer | Přemysl Janouch | 2015-07-12 | 1 | -3/+4 |
* | degesch: fix nick cycling | Přemysl Janouch | 2015-07-11 | 1 | -1/+1 |
* | degesch: make /disconnect abort reconnect timer | Přemysl Janouch | 2015-07-11 | 1 | -0/+5 |
* | Bump liberty | Přemysl Janouch | 2015-07-11 | 5 | -141/+48 |
* | Update README | Přemysl Janouch | 2015-07-11 | 1 | -16/+27 |
* | Fix various issues reported by Coverity | Přemysl Janouch | 2015-07-11 | 3 | -6/+12 |
* | Travis CI: update Coverity project info | Přemysl Janouch | 2015-07-11 | 1 | -1/+1 |
* | degesch: add "autoconnect" option for servers | Přemysl Janouch | 2015-07-11 | 1 | -3/+7 |
* | degesch: write date change messages earlier | Přemysl Janouch | 2015-07-11 | 1 | -1/+25 |
* | degesch: print a marker for unread messages | Přemysl Janouch | 2015-07-11 | 1 | -24/+45 |
* | degesch: log CAP traffic | Přemysl Janouch | 2015-07-11 | 1 | -1/+13 |
* | degesch: log disconnection in all buffers | Přemysl Janouch | 2015-07-11 | 1 | -10/+22 |
* | degesch: sanitize terminal output | Přemysl Janouch | 2015-07-11 | 1 | -15/+22 |
* | degesch: move the -d option to configuration | Přemysl Janouch | 2015-07-11 | 1 | -4/+13 |