aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
Commit message (Expand)AuthorAgeFilesLines
...
* degesch: display ERROR messagesPřemysl Janouch2015-08-121-0/+10
* degesch: don't ignore data right before an EOFPřemysl Janouch2015-08-121-10/+7
* degesch: don't use black for nicks on 256-colorPřemysl Janouch2015-08-111-1/+1
* degesch: update commentsPřemysl Janouch2015-08-101-1/+1
* degesch: enable bright backgrounds on 8-color termsPřemysl Janouch2015-08-101-6/+23
* degesch: precompute the filtered color cubePřemysl Janouch2015-08-101-25/+31
* degesch: show CTCPs to channels as suchPřemysl Janouch2015-08-101-3/+7
* degesch: send after-connect joins more cleverlyPřemysl Janouch2015-08-101-4/+26
* degesch: properly flush the read markerPřemysl Janouch2015-08-101-0/+2
* degesch: safer defaults for backlog helperPřemysl Janouch2015-08-091-4/+6
* degesch: don't show joins etc. as new activityPřemysl Janouch2015-08-081-11/+19
* degesch: use formatting in the backlogPřemysl Janouch2015-08-081-30/+68
* degesch: add backlog/scrollback functionalityPřemysl Janouch2015-08-081-23/+200
* degesch: properly flush formatting resetsPřemysl Janouch2015-08-061-0/+2
* degesch: better name resolution failure messagesPřemysl Janouch2015-08-061-2/+16
* degesch: fix /server usagePřemysl Janouch2015-08-061-1/+1
* degesch; fix handling of CTCP requestsPřemysl Janouch2015-08-061-9/+13
* degesch: don't send PART on /close when not joinedPřemysl Janouch2015-08-061-7/+12
* Fix OpenBSD buildPřemysl Janouch2015-07-301-1/+1
* More SSL -> TLS renamingPřemysl Janouch2015-07-281-16/+16
* degesch: use hopefully better colors for nicksPřemysl Janouch2015-07-271-5/+32
* 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
* degesch: fix regression in alias expansionPřemysl Janouch2015-07-231-1/+1
* Fix immediate connectsPřemysl Janouch2015-07-231-3/+3
* degesch: fix one last SOCKS corner casePřemysl Janouch2015-07-231-0/+4
* SOCKS: various fixes to API and codePřemysl Janouch2015-07-231-8/+5
* Rewrite socks to asyncPřemysl Janouch2015-07-201-56/+82
* 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-151-11/+18
* Unfuck OpenSSL error messagesPřemysl Janouch2015-07-151-4/+2
* 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-151-1/+1
* Bump liberty, fix map iteratorsPřemysl Janouch2015-07-141-7/+5
* degesch: implement /server renamePřemysl Janouch2015-07-141-13/+75
* 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