aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* degesch: detect //TRANSLIT support, use cp1252Přemysl Janouch2016-03-263-17/+31
| | | | Now BSDs should have it enabled as well.
* degesch: remap goto-activity to M-aPřemysl Janouch2016-03-262-2/+2
| | | | weechat appears to use this key binding, so let's not reinvent it.
* 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
| | | | | | Don't erase the message counts immediately. Also make the marker visible in the pager.
* degesch: phase 1 of word wrapping implementationPřemysl Janouch2016-03-262-45/+293
|
* Fix Travis CI notificationsPřemysl Janouch2016-03-141-2/+2
|
* Fix git commit trackingPřemysl Janouch2016-03-131-3/+11
|
* kike: fix daemonization on *BSDPřemysl Janouch2016-03-132-0/+2
| | | | Bump liberty.
* degesch: cleanup, fix no-tty mode FWIWPřemysl Janouch2016-03-131-5/+5
| | | | | | | Removed the no color mode that couldn't even be enabled. Not sure why we still support running without a proper terminal but let's at least not make it crash for now.
* Use TMPDIR as a fallback if setPřemysl Janouch2016-03-131-0/+3
|
* Update NEWS, READMEPřemysl Janouch2016-03-122-13/+13
|
* degesch: add a --format switchPřemysl Janouch2016-03-122-0/+24
|
* Don't link kike, ZyklonB against degesch libsPřemysl Janouch2016-03-101-22/+27
|
* Fix manpage generationPřemysl Janouch2016-03-101-1/+1
| | | | The manpages could end up in a wrong directory.
* Update READMEPřemysl Janouch2016-03-101-2/+29
|
* 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-082-0/+46
|
* degesch: fix mIRC color parsingPřemysl Janouch2016-03-081-0/+4
|
* Update NEWS, cleanupPřemysl Janouch2016-03-072-2/+5
|
* degesch: rewrite input layerPřemysl Janouch2016-03-071-446/+652
| | | | Now with less #ifdefs.
* degesch: use libffi to unify input callbacksPřemysl Janouch2016-03-063-334/+292
| | | | And fuck you both, Readline and Editline.
* Try to use version information from gitPřemysl Janouch2016-03-062-12/+24
|
* Don't force override compile flagsPřemysl Janouch2016-03-061-1/+2
|