Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Disable SSL 2 and 3 | Přemysl Janouch | 2015-07-13 | 1 | -0/+3 |
| | |||||
* | 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 |
| | | | | This is sort of a no-op. | ||||
* | Cleanup | Přemysl Janouch | 2015-07-12 | 1 | -1/+0 |
| | |||||
* | 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 |
| | | | | At last, there should be no more serious issues with TLS. | ||||
* | Call ERR_clear_error() where necessary | Přemysl Janouch | 2015-07-12 | 1 | -0/+2 |
| | |||||
* | degesch: fix certificate verification | Přemysl Janouch | 2015-07-12 | 1 | -2/+30 |
| | | | | Also print some certificate information while connecting. | ||||
* | 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 |
| | | | | Unless we've left them and the buffer just stays open, that is. | ||||
* | degesch: fix the date change timer | Přemysl Janouch | 2015-07-12 | 1 | -3/+4 |
| | | | | It used absolute time, while we need relative. | ||||
* | 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 | 1 | -23/+24 |
| | |||||
* | Fix various issues reported by Coverity | Přemysl Janouch | 2015-07-11 | 1 | -2/+6 |
| | |||||
* | 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 |
| | |||||
* | degesch: add aliases to /help and autocomplete | Přemysl Janouch | 2015-07-11 | 1 | -9/+23 |
| | |||||
* | degesch: mostly finish /alias sans name checking | Přemysl Janouch | 2015-07-11 | 1 | -7/+20 |
| | |||||
* | degesch: add config_item_string_from_cstr() | Přemysl Janouch | 2015-07-11 | 1 | -12/+2 |
| | |||||
* | degesch: add an /unalias command | Přemysl Janouch | 2015-07-11 | 1 | -0/+24 |
| | |||||
* | degesch: add an option to save config on quit | Přemysl Janouch | 2015-07-11 | 1 | -18/+32 |
| | |||||
* | degesch: silence compiler warnings | Přemysl Janouch | 2015-07-11 | 1 | -2/+2 |
| | |||||
* | degesch: actually avoid recursive aliases | Přemysl Janouch | 2015-07-11 | 1 | -1/+1 |
| | |||||
* | degesch: fix argument checking | Přemysl Janouch | 2015-07-11 | 1 | -2/+2 |
| | |||||
* | degesch: add /alias that only lists aliases | Přemysl Janouch | 2015-07-10 | 1 | -0/+43 |
| | |||||
* | degesch: factor out get_aliases_config() | Přemysl Janouch | 2015-07-10 | 1 | -12/+17 |
| | |||||
* | degesch: add some default aliases | Přemysl Janouch | 2015-07-10 | 1 | -0/+29 |
| | |||||
* | degesch: print the logo in a buffer | Přemysl Janouch | 2015-07-10 | 1 | -23/+16 |
| | |||||
* | degesch: add a first time help | Přemysl Janouch | 2015-07-10 | 1 | -0/+33 |
| | |||||
* | degesch: unfuck debug logging | Přemysl Janouch | 2015-07-10 | 1 | -27/+18 |
| | | | | | | | | We can store most of the messages in buffers, which gives us the nice possibility of using the formatter to fix encodings, as well as the ability to redisplay the debug prints. And we can also have some nice colors. | ||||
* | degesch: get rid of partial command name matching | Přemysl Janouch | 2015-07-09 | 1 | -30/+8 |
| | |||||
* | degesch: tiny miscellaneous fixes | Přemysl Janouch | 2015-07-09 | 1 | -2/+2 |
| | |||||
* | degesch: add backend support for aliases | Přemysl Janouch | 2015-07-09 | 1 | -17/+93 |
| | |||||
* | degesch: "nickname" -> "nicks" | Přemysl Janouch | 2015-07-09 | 1 | -13/+59 |
| | | | | Now you can specify multiple nicknames to try. | ||||
* | degesch: support CASEMAPPING=rfc1459-strict | Přemysl Janouch | 2015-07-09 | 1 | -4/+3 |
| | |||||
* | degesch: clean up irc_handle_irc_isupport() | Přemysl Janouch | 2015-07-09 | 1 | -19/+19 |
| | |||||
* | degesch: split handle_command_help() | Přemysl Janouch | 2015-07-09 | 1 | -27/+34 |
| |