aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
Commit message (Expand)AuthorAgeFilesLines
* degesch: fix two minor issuesPřemysl Janouch2016-03-261-1/+7
* degesch: don't wrap lines in pagerPřemysl Janouch2016-03-261-1/+1
* degesch: detect //TRANSLIT support, use cp1252Přemysl Janouch2016-03-261-16/+20
* degesch: remap goto-activity to M-aPřemysl Janouch2016-03-261-1/+1
* degesch: add partial matching /buffer gotoPřemysl Janouch2016-03-261-5/+38
* degesch: append message count in /buffer listingPřemysl Janouch2016-03-261-1/+10
* degesch: retain the unseen markerPřemysl Janouch2016-03-261-37/+50
* degesch: phase 1 of word wrapping implementationPřemysl Janouch2016-03-261-45/+291
* degesch: cleanup, fix no-tty mode FWIWPřemysl Janouch2016-03-131-5/+5
* degesch: add a --format switchPřemysl Janouch2016-03-121-0/+22
* degesch: add unbound commands for buffer movementPřemysl Janouch2016-03-101-28/+58
* degesch: fix binding to our own fns from inputrcPřemysl Janouch2016-03-101-4/+16
* degesch: add goto activity and highlightPřemysl Janouch2016-03-081-0/+43
* degesch: fix mIRC color parsingPřemysl Janouch2016-03-081-0/+4
* Update NEWS, cleanupPřemysl Janouch2016-03-071-2/+1
* degesch: rewrite input layerPřemysl Janouch2016-03-071-446/+652
* degesch: use libffi to unify input callbacksPřemysl Janouch2016-03-061-326/+284
* degesch: fix +=/-= to null config itemsPřemysl Janouch2016-03-051-8/+11
* degesch: mark a problemPřemysl Janouch2016-02-291-0/+8
* Resolve tls_ca_{file,path} relative to config dirPřemysl Janouch2016-02-191-32/+54
* degesch: fix segfault on sent messages w/o bufferPřemysl Janouch2016-02-121-0/+4
* degesch: update screen size when terminal resumedPřemysl Janouch2016-02-101-0/+1
* degesch: use mkstemp() with a safe umaskPřemysl Janouch2016-02-091-0/+3
* degesch: log messages from /quote and pluginsPřemysl Janouch2016-02-091-93/+149
* degesch: allow changing the list of used CAPsPřemysl Janouch2016-02-011-7/+16
* degesch: optimize buffer memory usagePřemysl Janouch2016-01-311-35/+39
* kike: add support for IRCv3.2 server-timePřemysl Janouch2016-01-311-0/+5
* degesch: add an assertionPřemysl Janouch2016-01-181-1/+5
* degesch: disable TLS compressionPřemysl Janouch2016-01-181-0/+7
* degesch: Lua: fix memory leak on load failurePřemysl Janouch2016-01-171-2/+1
* degesch: lesser heap fragmentationPřemysl Janouch2016-01-171-11/+7
* degesch: fix backlog limitPřemysl Janouch2016-01-151-1/+1
* degesch: fix and simplify screen handlingPřemysl Janouch2016-01-151-18/+6
* degesch: enforce fullscreen buffersPřemysl Janouch2016-01-151-12/+4
* degesch: option for fullscreen buffersPřemysl Janouch2016-01-151-6/+31
* degesch: make backlog limit configurablePřemysl Janouch2016-01-151-11/+34
* degesch: Lua: add autocomplete hooksPřemysl Janouch2016-01-151-26/+156
* degesch: Lua: allow simulating user inputPřemysl Janouch2016-01-141-1/+23
* Bump liberty, shuffle some codePřemysl Janouch2016-01-141-94/+94
* degesch: Lua: pass hostname to on_connectedPřemysl Janouch2016-01-091-3/+3
* degesch: Lua: set sockets to nonblockingPřemysl Janouch2016-01-091-0/+1
* Bump libertyPřemysl Janouch2016-01-091-1/+0
* degesch: Lua: actually allow filtering out inputPřemysl Janouch2016-01-091-0/+4
* degesch: Lua: provide a traceback on load errorPřemysl Janouch2016-01-091-4/+9
* degesch: Lua: fix plugin configuration namesPřemysl Janouch2016-01-091-1/+10
* degesch: Lua: fix luaL_ref() usagePřemysl Janouch2016-01-091-11/+10
* degesch: Lua: fix configuration loadingPřemysl Janouch2016-01-091-6/+11
* degesch: make sure newlines are output correctlyPřemysl Janouch2016-01-081-0/+8
* degesch: Lua: finish implementation of connectionPřemysl Janouch2016-01-071-4/+182
* degesch: Lua: avoid resource leakPřemysl Janouch2016-01-071-10/+16