aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
Commit message (Expand)AuthorAgeFilesLines
* degesch: add more tests, bump libertyPřemysl Janouch2015-12-101-9/+35
* degesch: add a unit test for message wrapping algoPřemysl Janouch2015-12-091-0/+36
* degesch: compactify word wrapping algorithmPřemysl Janouch2015-12-081-14/+5
* degesch: clarify text wrapping algorithmPřemysl Janouch2015-12-081-3/+8
* degesch: fix timer hook resource leakPřemysl Janouch2015-11-291-0/+3
* degesch: Lua: add a "server" property to buffersPřemysl Janouch2015-11-241-60/+78
* degesch: Lua: add a "buffer" property to serversPřemysl Janouch2015-11-241-11/+46
* degesch: readline fixupsPřemysl Janouch2015-11-241-6/+7
* degesch: fix a segfault-inducing typo in hooksPřemysl Janouch2015-11-241-1/+1
* degesch: make auto-away less spammyPřemysl Janouch2015-11-231-24/+10
* degesch: implement auto-awayPřemysl Janouch2015-11-221-2/+100
* degesch: optimize prompt changesPřemysl Janouch2015-11-221-2/+12
* degesch: better terminal suspensionPřemysl Janouch2015-11-221-2/+2
* degesch: fix hook debug logsPřemysl Janouch2015-11-221-13/+12
* Enable TCP_NODELAYPřemysl Janouch2015-11-221-0/+6
* degesch: pop() the Lua error in timer dispatchPřemysl Janouch2015-11-211-0/+2
* degesch: export timers to LuaPřemysl Janouch2015-11-211-1/+54
* degesch: hook implementation cleanupPřemysl Janouch2015-11-211-93/+59
* degesch: typos, cleanupsPřemysl Janouch2015-11-211-30/+36
* degesch: make Ctrl-L also fix window sizePřemysl Janouch2015-11-211-0/+3
* degesch: make /buffer with no arguments print listPřemysl Janouch2015-11-211-1/+1
* degesch: export input and IRC hooksPřemysl Janouch2015-11-211-16/+463
* degesch: add ability to hook IRC and user inputPřemysl Janouch2015-11-211-14/+192
* degesch: add a stubbed Lua plugin loaderPřemysl Janouch2015-11-211-0/+98
* degesch: stubplement pluginsPřemysl Janouch2015-11-211-0/+192
* degesch: refcountify "struct {buffer,server}"Přemysl Janouch2015-11-191-17/+19
* degesch: extend weak pointersPřemysl Janouch2015-11-181-10/+43
* degesch: fix highlightsPřemysl Janouch2015-11-171-1/+1
* degesch: split input text at newlinesPřemysl Janouch2015-11-151-2/+12
* Extend split_str() for multiple split charsPřemysl Janouch2015-11-151-3/+3
* degesch: better SIGTSTP handlingPřemysl Janouch2015-11-151-2/+23
* degesch: cleanupPřemysl Janouch2015-11-151-8/+2
* degesch: unseen PMs show up as highlightsPřemysl Janouch2015-11-151-4/+3
* degesch: don't spam with all unseen messagesPřemysl Janouch2015-11-151-2/+1
* degesch: have just one input bufferPřemysl Janouch2015-11-151-13/+12
* degesch: enable and use bracketed paste modePřemysl Janouch2015-11-151-7/+85
* degesch: mv input_insert{_c,}()Přemysl Janouch2015-11-151-15/+15
* degesch: make the libedit backend work againPřemysl Janouch2015-11-151-3/+6
* Add a CMake target for clang-tidyPřemysl Janouch2015-11-131-1/+2
* degesch: fix beeping on "unimportant" PM eventsPřemysl Janouch2015-10-301-4/+6
* degesch: fix reconnect delaysPřemysl Janouch2015-10-281-2/+5
* degesch: add an /oper commandPřemysl Janouch2015-10-011-0/+4
* degesch: make text attributes toggle formattingPřemysl Janouch2015-10-011-8/+8
* degesch: add Meta-H to open the full log filePřemysl Janouch2015-09-241-19/+80
* degesch: fix logging of outgoing status messagesPřemysl Janouch2015-09-241-0/+10
* degesch: fix handling of status messagesPřemysl Janouch2015-09-241-2/+14
* degesch: fix logging of RPL_INVITINGPřemysl Janouch2015-09-241-2/+2
* mv 'struct config_item'{_,}Přemysl Janouch2015-08-171-45/+45
* degesch: add self to completion in server buffersPřemysl Janouch2015-08-131-0/+6
* degesch: display ERROR messagesPřemysl Janouch2015-08-121-0/+10