Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump liberty | Přemysl Janouch | 2016-10-11 | 1 | -62/+67 |
| | |||||
* | degesch: exit with error when arguments are given | Přemysl Janouch | 2016-09-29 | 1 | -0/+5 |
| | |||||
* | degesch: simplify highlight detection | Přemysl Janouch | 2016-09-25 | 1 | -3/+4 |
| | |||||
* | degesch: fix highlight detection in colored text | Přemysl Janouch | 2016-09-23 | 1 | -1/+17 |
| | |||||
* | Better support for the KILL command | Přemysl Janouch | 2016-09-23 | 1 | -0/+32 |
| | |||||
* | 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: 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: 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 |
| | |||||
* | degesch: expose message parsing to Lua | Přemysl Janouch | 2016-04-21 | 1 | -0/+46 |
| | |||||
* | degesch: fix crash on invalid cp1252 characters | Přemysl Janouch | 2016-04-03 | 1 | -14/+36 |
| | | | | We don't even really need iconv here. | ||||
* | 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. | ||||
* | 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 | 1 | -16/+20 |
| | | | | Now BSDs should have it enabled as well. | ||||
* | degesch: remap goto-activity to M-a | Přemysl Janouch | 2016-03-26 | 1 | -1/+1 |
| | | | | 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 | 1 | -45/+291 |
| | |||||
* | 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. | ||||
* | degesch: add a --format switch | Přemysl Janouch | 2016-03-12 | 1 | -0/+22 |
| | |||||
* | 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 | 1 | -0/+43 |
| | |||||
* | degesch: fix mIRC color parsing | Přemysl Janouch | 2016-03-08 | 1 | -0/+4 |
| | |||||
* | Update NEWS, cleanup | Přemysl Janouch | 2016-03-07 | 1 | -2/+1 |
| | |||||
* | 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 | 1 | -326/+284 |
| | | | | And fuck you both, Readline and Editline. | ||||
* | degesch: fix +=/-= to null config items | Přemysl Janouch | 2016-03-05 | 1 | -8/+11 |
| | |||||
* | degesch: mark a problem | Přemysl Janouch | 2016-02-29 | 1 | -0/+8 |
| | |||||
* | Resolve tls_ca_{file,path} relative to config dir | Přemysl Janouch | 2016-02-19 | 1 | -32/+54 |
| | |||||
* | degesch: fix segfault on sent messages w/o buffer | Přemysl Janouch | 2016-02-12 | 1 | -0/+4 |
| | |||||
* | degesch: update screen size when terminal resumed | Přemysl Janouch | 2016-02-10 | 1 | -0/+1 |
| | | | | Apparently we don't receive the events when we give up the terminal. | ||||
* | degesch: use mkstemp() with a safe umask | Přemysl Janouch | 2016-02-09 | 1 | -0/+3 |
| | |||||
* | degesch: log messages from /quote and plugins | Přemysl Janouch | 2016-02-09 | 1 | -93/+149 |
| | | | | That is, parse back all output messages and log based on that. | ||||
* | degesch: allow changing the list of used CAPs | Přemysl Janouch | 2016-02-01 | 1 | -7/+16 |
| | | | | Bump liberty. | ||||
* | degesch: optimize buffer memory usage | Přemysl Janouch | 2016-01-31 | 1 | -35/+39 |
| | | | | | | | | | | | | | We have approximately 5 formatter_items per buffer_line. Let's assume we're on a 64-bit machine. Then there were (5 * 2) + 3 useless pointers (104 bytes) as well as 5 * (4 + 4) = 40 bytes of wasted space because of needless padding. That's 144 bytes already. Compared to that, this change adds 16 bytes of overhead for an array sentinel, i.e. 128B less. With a limit of 1000 lines per buffer, we've saved ~128kB per buffer on completely useless data, and code complexity stays roughly the same. All in all, memory usage for buffers should be about 50% lower. | ||||
* | kike: add support for IRCv3.2 server-time | Přemysl Janouch | 2016-01-31 | 1 | -0/+5 |
| | |||||
* | degesch: add an assertion | Přemysl Janouch | 2016-01-18 | 1 | -1/+5 |
| | | | | It should never fail with current code. | ||||
* | degesch: disable TLS compression | Přemysl Janouch | 2016-01-18 | 1 | -0/+7 |
| | |||||
* | degesch: Lua: fix memory leak on load failure | Přemysl Janouch | 2016-01-17 | 1 | -2/+1 |
| | |||||
* | degesch: lesser heap fragmentation | Přemysl Janouch | 2016-01-17 | 1 | -11/+7 |
| | |||||
* | degesch: fix backlog limit | Přemysl Janouch | 2016-01-15 | 1 | -1/+1 |
| | | | | It was effectively infinite. | ||||
* | degesch: fix and simplify screen handling | Přemysl Janouch | 2016-01-15 | 1 | -18/+6 |
| | | | | Now with less madness. | ||||
* | degesch: enforce fullscreen buffers | Přemysl Janouch | 2016-01-15 | 1 | -12/+4 |
| | | | | | | Probably long overdue. Now we actually look like something resembling a regular IRC client. | ||||
* | degesch: option for fullscreen buffers | Přemysl Janouch | 2016-01-15 | 1 | -6/+31 |
| |