aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SOCKS: make use of the str_pack_* APIPřemysl Janouch2015-08-061-19/+17
| | | | I forgot I had it.
* Fix OpenBSD buildPřemysl Janouch2015-07-302-10/+29
|
* More SSL -> TLS renamingPřemysl Janouch2015-07-283-56/+56
|
* degesch: use hopefully better colors for nicksPřemysl Janouch2015-07-271-5/+32
| | | | | - exclude white from the 16-color range - use colors from the 256-color cube when available
* degesch: fix memory leakPřemysl Janouch2015-07-271-2/+4
|
* degesch: order the nicknames in /namesPřemysl Janouch2015-07-261-18/+69
|
* degesch: make showing all prefixes optionalPřemysl Janouch2015-07-261-23/+66
|
* Bump versionv0.9Přemysl Janouch2015-07-231-1/+1
|
* degesch: fix regression in alias expansionPřemysl Janouch2015-07-231-1/+1
|
* Fix immediate connectsPřemysl Janouch2015-07-232-4/+4
| | | | Apparently FreeBSD can do this while Linux can not.
* Fix build under FreeBSDPřemysl Janouch2015-07-231-0/+8
|
* degesch: fix one last SOCKS corner casePřemysl Janouch2015-07-231-0/+4
|
* ZyklonB: fix SOCKSPřemysl Janouch2015-07-231-2/+2
|
* SOCKS: add socks_protocol_to_string()Přemysl Janouch2015-07-231-1/+12
|
* SOCKS: fix "on_connecting" callbackPřemysl Janouch2015-07-231-3/+7
|
* SOCKS: various fixes to API and codePřemysl Janouch2015-07-233-26/+43
|
* SOCKS: finishing touchesPřemysl Janouch2015-07-221-32/+48
| | | | Making sure that I handle all corner cases appropriately.
* SOCKS: shorten code with SOCKS_GOPřemysl Janouch2015-07-221-43/+20
|
* SOCKS: refactorPřemysl Janouch2015-07-211-165/+177
|
* 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
| | | | Not quite working yet, however it's a massive and important change.
* 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
| | | | E.g. for channels that are for registered users only.
* 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
| | | | To authenticate with NickServ or whatever.
* degesch: add exponential reconnect backoffPřemysl Janouch2015-07-171-1/+29
|
* degesch: allow multiple commands in aliasesPřemysl Janouch2015-07-161-43/+75
| | | | Separated by ;, which can be escaped as $;
* 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
| | | | We still take just the first error message in the queue, though.
* degesch: set a limit on backlog entriesPřemysl Janouch2015-07-151-0/+11
| | | | So that buffers don't grow indefinitely in memory.
* 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
|