aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
Commit message (Expand)AuthorAgeFilesLines
* Rework constructors/destructorsPřemysl Janouch2017-06-221-33/+17
* Bump libertyPřemysl Janouch2017-06-221-231/+138
* Avoid the "poller_fd::closed" featurePřemysl Janouch2017-05-061-5/+2
* Update copyright yearsPřemysl Janouch2017-04-221-1/+1
* degesch: simplify quittingPřemysl Janouch2017-04-201-49/+36
* degesch: fix confusing messagePřemysl Janouch2017-04-201-1/+2
* degesch: make a second /disconnect always succeedPřemysl Janouch2017-04-201-2/+11
* Bump libertyPřemysl Janouch2017-01-231-166/+167
* Various fixes related to channel modesPřemysl Janouch2016-12-301-10/+28
* CleanupPřemysl Janouch2016-12-281-9/+1
* Add support for OpenSSL 1.1.0Přemysl Janouch2016-12-281-0/+5
* degesch: /query w/o arguments just opens the queryPřemysl Janouch2016-12-061-1/+1
* degesch: replace degesch.connect with async.dialPřemysl Janouch2016-11-041-145/+130
* degesch: move the Lua async code within the filePřemysl Janouch2016-11-041-303/+303
* degesch: get rid of Lua timer hooksPřemysl Janouch2016-11-041-48/+0
* degesch: Lua coroutine safetyPřemysl Janouch2016-11-041-53/+46
* degesch: implement Lua coroutine async basicsPřemysl Janouch2016-11-041-6/+333
* degesch: fix join/part hiding in the backlogPřemysl Janouch2016-10-301-1/+2
* degesch: clean upPřemysl Janouch2016-10-291-1/+1
* degesch: tiny fixes for the prompt hookcoverity_scanPřemysl Janouch2016-10-291-2/+3
* degesch: avoid senseless indirection in hooksPřemysl Janouch2016-10-291-52/+8
* degesch: rename things around terminal attributesPřemysl Janouch2016-10-291-43/+41
* degesch: simplify "attribute_printer"Přemysl Janouch2016-10-291-45/+17
* degesch: microoptimizationPřemysl Janouch2016-10-281-1/+1
* degesch: refresh the prompt when a hook is setPřemysl Janouch2016-10-281-0/+1
* degesch: don't consider all mode changes importantPřemysl Janouch2016-10-281-4/+16
* degesch: optimize Lua weak refsPřemysl Janouch2016-10-281-30/+11
* degesch: export server state as a string to LuaPřemysl Janouch2016-10-281-0/+18
* degesch: add Lua API for screen size retrievalPřemysl Janouch2016-10-281-1/+10
* degesch: add a prompt hookPřemysl Janouch2016-10-281-1/+76
* degesch: add introspection for refs within str_mapsPřemysl Janouch2016-10-281-126/+138
* degesch: allow lists of refs in introspectionPřemysl Janouch2016-10-281-20/+44
* degesch: add introspection for "app_context"Přemysl Janouch2016-10-281-6/+47
* degesch: add introspection for "str" and "str_map"Přemysl Janouch2016-10-281-12/+32
* degesch: create Lua refs through introspectionPřemysl Janouch2016-10-281-104/+71
* degesch: begin work on direct introspectionPřemysl Janouch2016-10-281-30/+176
* degesch: cleanupPřemysl Janouch2016-10-281-2/+2
* degesch: defer prompt refreshingPřemysl Janouch2016-10-231-4/+16
* degesch: allow hiding join/part messagesPřemysl Janouch2016-10-231-10/+38
* degesch: comments, no functional changePřemysl Janouch2016-10-231-1/+2
* degesch: show channel user count in the statusPřemysl Janouch2016-10-231-10/+13
* degesch: accept Word shortcuts for formattingPřemysl Janouch2016-10-231-0/+3
* Bump liberty, add consts to some argumentsPřemysl Janouch2016-10-231-2/+2
* Bump libertyPřemysl Janouch2016-10-111-62/+67
* degesch: exit with error when arguments are givenPřemysl Janouch2016-09-291-0/+5
* degesch: simplify highlight detectionPřemysl Janouch2016-09-251-3/+4
* degesch: fix highlight detection in colored textPřemysl Janouch2016-09-231-1/+17
* Better support for the KILL commandPřemysl Janouch2016-09-231-0/+32
* degesch: die on configuration parse errorsPřemysl Janouch2016-07-231-5/+8
* degesch: fix Ctrl-J in ReadlinePřemysl Janouch2016-07-231-0/+4