Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | degesch: die on configuration parse errors | Přemysl Janouch | 2016-07-23 | 1 | -5/+8 | |
| | | | | Seems more sensible. | |||||
* | degesch: fix Ctrl-J in Readline | Přemysl Janouch | 2016-07-23 | 1 | -0/+4 | |
| | ||||||
* | degesch: fix CTCP handling | Přemysl Janouch | 2016-07-09 | 1 | -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.4 | Přemysl Janouch | 2016-04-28 | 3 | -2/+12 | |
| | ||||||
* | calc: fix usage of (substring) | Přemysl Janouch | 2016-04-28 | 1 | -1/+1 | |
| | ||||||
* | ZyklonB: add a seen plugin | Přemysl Janouch | 2016-04-24 | 2 | -0/+199 | |
| | ||||||
* | degesch: customizable date change messages | Přemysl Janouch | 2016-04-21 | 1 | -26/+54 | |
| | | | | Now also in the backlog. | |||||
* | degesch: add a NOWRAP flag to formatter_flush() | Přemysl Janouch | 2016-04-21 | 1 | -38/+61 | |
| | | | | | | --format should work as before now. It is now also possible to rebind PageUp to show a wrapped backlog. | |||||
* | degesch: update comments | Přemysl Janouch | 2016-04-21 | 1 | -6/+6 | |
| | ||||||
* | degesch: add an auto-rejoin.lua plugin | Přemysl Janouch | 2016-04-21 | 1 | -0/+47 | |
| | ||||||
* | degesch: refactor Lua weak objects | Přemysl Janouch | 2016-04-21 | 1 | -222/+111 | |
| | ||||||
* | degesch: expose channels and users to Lua | Přemysl Janouch | 2016-04-21 | 1 | -5/+226 | |
| | ||||||
* | ping-timeout.lua: fix message parsing | Přemysl Janouch | 2016-04-21 | 1 | -4/+4 | |
| | ||||||
* | degesch: expose message parsing to Lua | Přemysl Janouch | 2016-04-21 | 1 | -0/+46 | |
| | ||||||
* | calc: comment updates, import fixes | Přemysl Janouch | 2016-04-20 | 1 | -6/+11 | |
| | ||||||
* | Update NEWS | Přemysl Janouch | 2016-04-16 | 2 | -1/+10 | |
| | ||||||
* | ZyklonB: add a calc plugin | Přemysl Janouch | 2016-04-16 | 1 | -0/+236 | |
| | ||||||
* | degesch: fix crash on invalid cp1252 characters | Přemysl Janouch | 2016-04-03 | 1 | -14/+36 | |
| | | | | We don't even really need iconv here. | |||||
* | ZyklonB, kike: Use pledge(2) in OpenBSD | Přemysl Janouch | 2016-03-30 | 2 | -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 logo | Přemysl Janouch | 2016-03-28 | 1 | -6/+6 | |
| | | | | I've noticed that the old one wasn't very pleasant to look at. | |||||
* | Update README | Přemysl Janouch | 2016-03-28 | 1 | -3/+0 | |
| | ||||||
* | Update NEWS, bump releasev0.9.3 | Přemysl Janouch | 2016-03-27 | 2 | -3/+5 | |
| | ||||||
* | degesch: fix two minor issues | Přemysl Janouch | 2016-03-26 | 1 | -1/+7 | |
| | | | | | - completely new unread markers could be created in active buffers - control characters confused word wrapping | |||||
* | degesch: don't wrap lines in pager | Přemysl Janouch | 2016-03-26 | 1 | -1/+1 | |
| | ||||||
* | degesch: detect //TRANSLIT support, use cp1252 | Přemysl Janouch | 2016-03-26 | 3 | -17/+31 | |
| | | | | Now BSDs should have it enabled as well. | |||||
* | degesch: remap goto-activity to M-a | Přemysl Janouch | 2016-03-26 | 2 | -2/+2 | |
| | | | | weechat appears to use this key binding, so let's not reinvent it. | |||||
* | degesch: add partial matching /buffer goto | Přemysl Janouch | 2016-03-26 | 1 | -5/+38 | |
| | ||||||
* | degesch: append message count in /buffer listing | Přemysl Janouch | 2016-03-26 | 1 | -1/+10 | |
| | ||||||
* | degesch: retain the unseen marker | Přemysl Janouch | 2016-03-26 | 1 | -37/+50 | |
| | | | | | | Don't erase the message counts immediately. Also make the marker visible in the pager. | |||||
* | degesch: phase 1 of word wrapping implementation | Přemysl Janouch | 2016-03-26 | 2 | -45/+293 | |
| | ||||||
* | Fix Travis CI notifications | Přemysl Janouch | 2016-03-14 | 1 | -2/+2 | |
| | ||||||
* | Fix git commit tracking | Přemysl Janouch | 2016-03-13 | 1 | -3/+11 | |
| | ||||||
* | kike: fix daemonization on *BSD | Přemysl Janouch | 2016-03-13 | 2 | -0/+2 | |
| | | | | Bump liberty. | |||||
* | degesch: cleanup, fix no-tty mode FWIW | Přemysl Janouch | 2016-03-13 | 1 | -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 set | Přemysl Janouch | 2016-03-13 | 1 | -0/+3 | |
| | ||||||
* | Update NEWS, README | Přemysl Janouch | 2016-03-12 | 2 | -13/+13 | |
| | ||||||
* | degesch: add a --format switch | Přemysl Janouch | 2016-03-12 | 2 | -0/+24 | |
| | ||||||
* | Don't link kike, ZyklonB against degesch libs | Přemysl Janouch | 2016-03-10 | 1 | -22/+27 | |
| | ||||||
* | Fix manpage generation | Přemysl Janouch | 2016-03-10 | 1 | -1/+1 | |
| | | | | The manpages could end up in a wrong directory. | |||||
* | Update README | Přemysl Janouch | 2016-03-10 | 1 | -2/+29 | |
| | ||||||
* | degesch: add unbound commands for buffer movement | Přemysl Janouch | 2016-03-10 | 1 | -28/+58 | |
| | ||||||
* | degesch: fix binding to our own fns from inputrc | Přemysl Janouch | 2016-03-10 | 1 | -4/+16 | |
| | ||||||
* | degesch: add goto activity and highlight | Přemysl Janouch | 2016-03-08 | 2 | -0/+46 | |
| | ||||||
* | degesch: fix mIRC color parsing | Přemysl Janouch | 2016-03-08 | 1 | -0/+4 | |
| | ||||||
* | Update NEWS, cleanup | Přemysl Janouch | 2016-03-07 | 2 | -2/+5 | |
| | ||||||
* | degesch: rewrite input layer | Přemysl Janouch | 2016-03-07 | 1 | -446/+652 | |
| | | | | Now with less #ifdefs. | |||||
* | degesch: use libffi to unify input callbacks | Přemysl Janouch | 2016-03-06 | 3 | -334/+292 | |
| | | | | And fuck you both, Readline and Editline. | |||||
* | Try to use version information from git | Přemysl Janouch | 2016-03-06 | 2 | -12/+24 | |
| | ||||||
* | Don't force override compile flags | Přemysl Janouch | 2016-03-06 | 1 | -1/+2 | |
| | ||||||
* | degesch: fix +=/-= to null config items | Přemysl Janouch | 2016-03-05 | 1 | -8/+11 | |
| |