Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | degesch: fix a memory leak under libedit | Přemysl Janouch | 2016-01-01 | 1 | -14/+19 | |
* | degesch: fix segfault on /quit under libedit | Přemysl Janouch | 2015-12-31 | 1 | -5/+5 | |
* | degesch: Alt-Tab switch to the last buffer | Přemysl Janouch | 2015-12-31 | 1 | -0/+31 | |
* | degesch: avoid fileno() after fork() | Přemysl Janouch | 2015-12-31 | 1 | -4/+4 | |
* | degesch: typos | Přemysl Janouch | 2015-12-31 | 1 | -2/+2 | |
* | degesch: enable configuration in Lua plugins | Přemysl Janouch | 2015-12-28 | 1 | -5/+320 | |
* | degesch: little step towards localisation | Přemysl Janouch | 2015-12-25 | 1 | -7/+16 | |
* | degesch: allow launching an editor for input | Přemysl Janouch | 2015-12-25 | 1 | -47/+205 | |
* | degesch: better handling of terminal suspension | Přemysl Janouch | 2015-12-25 | 1 | -2/+2 | |
* | degesch: refactoring | Přemysl Janouch | 2015-12-25 | 1 | -17/+19 | |
* | Bump liberty | Přemysl Janouch | 2015-12-13 | 1 | -66/+1 | |
* | Bump liberty | Přemysl Janouch | 2015-12-11 | 1 | -4/+4 | |
* | degesch: add a test for configuration | Přemysl Janouch | 2015-12-10 | 1 | -13/+75 | |
* | degesch: add more tests, bump liberty | Přemysl Janouch | 2015-12-10 | 1 | -9/+35 | |
* | degesch: add a unit test for message wrapping algo | Přemysl Janouch | 2015-12-09 | 1 | -0/+36 | |
* | degesch: compactify word wrapping algorithm | Přemysl Janouch | 2015-12-08 | 1 | -14/+5 | |
* | degesch: clarify text wrapping algorithm | Přemysl Janouch | 2015-12-08 | 1 | -3/+8 | |
* | degesch: fix timer hook resource leak | Přemysl Janouch | 2015-11-29 | 1 | -0/+3 | |
* | degesch: Lua: add a "server" property to buffers | Přemysl Janouch | 2015-11-24 | 1 | -60/+78 | |
* | degesch: Lua: add a "buffer" property to servers | Přemysl Janouch | 2015-11-24 | 1 | -11/+46 | |
* | degesch: readline fixups | Přemysl Janouch | 2015-11-24 | 1 | -6/+7 | |
* | degesch: fix a segfault-inducing typo in hooks | Přemysl Janouch | 2015-11-24 | 1 | -1/+1 | |
* | degesch: make auto-away less spammy | Přemysl Janouch | 2015-11-23 | 1 | -24/+10 | |
* | degesch: implement auto-away | Přemysl Janouch | 2015-11-22 | 1 | -2/+100 | |
* | degesch: optimize prompt changes | Přemysl Janouch | 2015-11-22 | 1 | -2/+12 | |
* | degesch: better terminal suspension | Přemysl Janouch | 2015-11-22 | 1 | -2/+2 | |
* | degesch: fix hook debug logs | Přemysl Janouch | 2015-11-22 | 1 | -13/+12 | |
* | Enable TCP_NODELAY | Přemysl Janouch | 2015-11-22 | 1 | -0/+6 | |
* | degesch: pop() the Lua error in timer dispatch | Přemysl Janouch | 2015-11-21 | 1 | -0/+2 | |
* | degesch: export timers to Lua | Přemysl Janouch | 2015-11-21 | 1 | -1/+54 | |
* | degesch: hook implementation cleanup | Přemysl Janouch | 2015-11-21 | 1 | -93/+59 | |
* | degesch: typos, cleanups | Přemysl Janouch | 2015-11-21 | 1 | -30/+36 | |
* | degesch: make Ctrl-L also fix window size | Přemysl Janouch | 2015-11-21 | 1 | -0/+3 | |
* | degesch: make /buffer with no arguments print list | Přemysl Janouch | 2015-11-21 | 1 | -1/+1 | |
* | degesch: export input and IRC hooks | Přemysl Janouch | 2015-11-21 | 1 | -16/+463 | |
* | degesch: add ability to hook IRC and user input | Přemysl Janouch | 2015-11-21 | 1 | -14/+192 | |
* | degesch: add a stubbed Lua plugin loader | Přemysl Janouch | 2015-11-21 | 1 | -0/+98 | |
* | degesch: stubplement plugins | Přemysl Janouch | 2015-11-21 | 1 | -0/+192 | |
* | degesch: refcountify "struct {buffer,server}" | Přemysl Janouch | 2015-11-19 | 1 | -17/+19 | |
* | degesch: extend weak pointers | Přemysl Janouch | 2015-11-18 | 1 | -10/+43 | |
* | degesch: fix highlights | Přemysl Janouch | 2015-11-17 | 1 | -1/+1 | |
* | degesch: split input text at newlines | Přemysl Janouch | 2015-11-15 | 1 | -2/+12 | |
* | Extend split_str() for multiple split chars | Přemysl Janouch | 2015-11-15 | 1 | -3/+3 | |
* | degesch: better SIGTSTP handling | Přemysl Janouch | 2015-11-15 | 1 | -2/+23 | |
* | degesch: cleanup | Přemysl Janouch | 2015-11-15 | 1 | -8/+2 | |
* | degesch: unseen PMs show up as highlights | Přemysl Janouch | 2015-11-15 | 1 | -4/+3 | |
* | degesch: don't spam with all unseen messages | Přemysl Janouch | 2015-11-15 | 1 | -2/+1 | |
* | degesch: have just one input buffer | Přemysl Janouch | 2015-11-15 | 1 | -13/+12 | |
* | degesch: enable and use bracketed paste mode | Přemysl Janouch | 2015-11-15 | 1 | -7/+85 | |
* | degesch: mv input_insert{_c,}() | Přemysl Janouch | 2015-11-15 | 1 | -15/+15 |