aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* degesch: add a "fancy-prompt" pluginPřemysl Janouch2016-10-281-0/+97
| | | | So that the client looks at least a tiny bit decent if needed.
* Update NEWS, READMEPřemysl Janouch2016-10-282-1/+20
|
* 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
| | | | This required some fixes to the design.
* 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
| | | | Now that we do it each time we receive a message from the server.
* 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
| | | | Because why not.
* Bump liberty, add consts to some argumentsPřemysl Janouch2016-10-232-2/+2
|
* Get rid of the remaining FAILsPřemysl Janouch2016-10-112-9/+8
|
* Bump libertyPřemysl Janouch2016-10-115-156/+98
|
* 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-232-0/+37
|
* degesch: add a "censor" pluginPřemysl Janouch2016-09-231-0/+74
| | | | So far this approach screws up highlights, which is actually a bug.
* Update READMEPřemysl Janouch2016-07-231-0/+11
|
* degesch: die on configuration parse errorsPřemysl Janouch2016-07-231-5/+8
| | | | Seems more sensible.
* degesch: fix Ctrl-J in ReadlinePřemysl Janouch2016-07-231-0/+4
|
* degesch: fix CTCP handlingPřemysl Janouch2016-07-091-5/+9
| | | | | | | In `/me :\` practically no client bothers to escape the backslash but we used to interpret it as the start of an escape sequence anyway. Silly us, no one respects any standards.
* Bump version; update NEWS, READMEv0.9.4Přemysl Janouch2016-04-283-2/+12
|
* calc: fix usage of (substring)Přemysl Janouch2016-04-281-1/+1
|
* ZyklonB: add a seen pluginPřemysl Janouch2016-04-242-0/+199
|
* degesch: customizable date change messagesPřemysl Janouch2016-04-211-26/+54
| | | | Now also in the backlog.
* degesch: add a NOWRAP flag to formatter_flush()Přemysl Janouch2016-04-211-38/+61
| | | | | | --format should work as before now. It is now also possible to rebind PageUp to show a wrapped backlog.
* degesch: update commentsPřemysl Janouch2016-04-211-6/+6
|
* degesch: add an auto-rejoin.lua pluginPřemysl Janouch2016-04-211-0/+47
|
* degesch: refactor Lua weak objectsPřemysl Janouch2016-04-211-222/+111
|
* degesch: expose channels and users to LuaPřemysl Janouch2016-04-211-5/+226
|
* ping-timeout.lua: fix message parsingPřemysl Janouch2016-04-211-4/+4
|
* degesch: expose message parsing to LuaPřemysl Janouch2016-04-211-0/+46
|
* calc: comment updates, import fixesPřemysl Janouch2016-04-201-6/+11
|
* Update NEWSPřemysl Janouch2016-04-162-1/+10
|
* ZyklonB: add a calc pluginPřemysl Janouch2016-04-161-0/+236
|
* degesch: fix crash on invalid cp1252 charactersPřemysl Janouch2016-04-031-14/+36
| | | | We don't even really need iconv here.
* ZyklonB, kike: Use pledge(2) in OpenBSDPřemysl Janouch2016-03-302-0/+12
| | | | | | degesch has something like "stdio wpath cpath inet tty proc exec" but given that it's user-extensible and very annoying for users to have it crash, I'm leaving it unrestricted for now.
* degesch: update program logoPřemysl Janouch2016-03-281-6/+6
| | | | I've noticed that the old one wasn't very pleasant to look at.
* Update READMEPřemysl Janouch2016-03-281-3/+0
|
* Update NEWS, bump releasev0.9.3Přemysl Janouch2016-03-272-3/+5
|
* degesch: fix two minor issuesPřemysl Janouch2016-03-261-1/+7
| | | | | - completely new unread markers could be created in active buffers - control characters confused word wrapping
* degesch: don't wrap lines in pagerPřemysl Janouch2016-03-261-1/+1
|