Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | kike: fix up debug messages | Přemysl Eric Janouch | 2020-10-12 | 1 | -2/+2 | |
| | ||||||
* | Bump liberty | Přemysl Eric Janouch | 2020-10-12 | 2 | -44/+10 | |
| | | | | We've moved most of our configuration test in there. | |||||
* | kike: use read/write rather than recv/send | Přemysl Eric Janouch | 2020-10-12 | 1 | -3/+3 | |
| | | | | | | read/write support non-sockets, otherwise they're the same here. This is in preparation for fuzzing. | |||||
* | degesch: add support for crossed-out text | Přemysl Eric Janouch | 2020-10-11 | 1 | -10/+21 | |
| | | | | Assuming that sgr0 includes rmxx behaviour, which should be true. | |||||
* | degesch: support more colours | Přemysl Eric Janouch | 2020-10-11 | 1 | -4/+21 | |
| | ||||||
* | degesch: prefer British spelling in comments | Přemysl Eric Janouch | 2020-10-11 | 1 | -23/+23 | |
| | | | | Let's say the rest is in Oxford spelling, not sure about it. | |||||
* | prime.lua: skip colour sequences, add config | Přemysl Eric Janouch | 2020-10-11 | 1 | -16/+34 | |
| | | | | | | | | | Colour sequence skipping is somewhat involved, we might want to add a helper generator to the "degesch" Lua library, in the form of {substring, is_formatting}. formatter_parse_mirc() isn't useful, a pure Lua implementation would be more appropriate (where do we put that?) | |||||
* | degesch: improve ad-hoc IRC parsers in plugins | Přemysl Eric Janouch | 2020-10-10 | 2 | -2/+2 | |
| | ||||||
* | degesch: add a plugin to highlight prime numbers | Přemysl Eric Janouch | 2020-10-10 | 1 | -0/+50 | |
| | ||||||
* | Bump liberty | Přemysl Eric Janouch | 2020-10-10 | 3 | -53/+1 | |
| | | | | resolve_relative_runtime_unique_filename() used to have a bug. | |||||
* | degesch: fix prompt not showing up after change | Přemysl Eric Janouch | 2020-10-06 | 1 | -5/+3 | |
| | | | | | | | | | | | | | When a backlog helper was running and the prompt changed, it failed to restore within input_rl_show(). Since before input_rl_show() is called the prompt is empty and in input_rl__restore() it will be changed to the new version, just skip invoking any Readline functions within input_rl_set_prompt() when the prompt is hidden. Simple and straight-forward. This bug is what I hinted at in the previous commit. | |||||
* | README.adoc: update degesch instructions | Přemysl Eric Janouch | 2020-10-04 | 1 | -3/+2 | |
| | | | | There is still one outstanding issue with the backlog helper, though... | |||||
* | degesch: enable wrapping in the backlog by default | Přemysl Eric Janouch | 2020-10-04 | 1 | -1/+1 | |
| | | | | The main issue has been eliminated. | |||||
* | degesch: resolve the issue with less(1) and SO/SI | Přemysl Eric Janouch | 2020-10-04 | 1 | -10/+25 | |
| | | | | | | | | | Now that I've learnt what exactly these characters are and how they ended up in attribute strings, we can just eliminate them and disable `backlog_helper_strip_formatting`. Saner defaults, again. I've also added skipping of terminfo delay sequences, so now it's less of an issue to pipe raw attribute sequences into backlog helpers. | |||||
* | degesch: make the unread marker look a bit fancier | Přemysl Janouch | 2020-10-04 | 1 | -1/+27 | |
| | | | | | | | | | | | | | | | | | | Upstreamed after who knows how long, in a slightly modified form. The marker looks fairly ugly without this and defaults should be desirable. It's possible to get the previous behaviour by resetting the separator character in the configuration to an empty string. It might be a better idea in general to just disallow this value with a special validation callback, so that there's only one way to do it. However given that without fancy-prompt.lua, an optional plugin, the long line stands out considerably, it might actually be a good idea to keep the old behaviour as the default. I'm torn. Right now we don't care about the situation where the string occupies more than one terminal cell or is some Unicode BS. User's problem. | |||||
* | degesch: fix a typo | Přemysl Eric Janouch | 2020-10-04 | 1 | -1/+1 | |
| | ||||||
* | degesch: make use of arguments in _new() functions | Přemysl Eric Janouch | 2020-10-04 | 1 | -10/+10 | |
| | ||||||
* | degesch: save some memory on channel users | Přemysl Eric Janouch | 2020-10-04 | 1 | -26/+21 | |
| | | | | | `struct str` was mostly unnecessary, we can save 16+ bytes, while performance and code readability is mostly unchanged. | |||||
* | degesch: expand comment about character encoding | Přemysl Eric Janouch | 2020-10-02 | 1 | -2/+7 | |
| | ||||||
* | Bump liberty, use iscntrl_ascii() | Přemysl Eric Janouch | 2020-10-02 | 2 | -2/+2 | |
| | ||||||
* | kike: silence an annoying build warning | Přemysl Eric Janouch | 2020-09-20 | 1 | -13/+22 | |
| | ||||||
* | degesch: remove unnecessary quotes from macro defs | Přemysl Eric Janouch | 2020-09-20 | 1 | -16/+16 | |
| | | | | The behaviour is defined by the standard. | |||||
* | degesch: update comment to reflect reality | Přemysl Eric Janouch | 2020-09-20 | 1 | -1/+2 | |
| | ||||||
* | Update NEWS, bump versionv0.9.8 | Přemysl Eric Janouch | 2020-09-02 | 2 | -1/+11 | |
| | ||||||
* | Update copyright years | Přemysl Eric Janouch | 2020-09-02 | 2 | -2/+2 | |
| | ||||||
* | README: improve libasciidoc compatibility | Přemysl Eric Janouch | 2020-09-02 | 1 | -2/+5 | |
| | ||||||
* | README: discourage from using libedit | Přemysl Eric Janouch | 2020-09-02 | 1 | -0/+3 | |
| | ||||||
* | degesch: work around a libedit attribute issue | Přemysl Eric Janouch | 2020-09-02 | 1 | -3/+16 | |
| | ||||||
* | degesch: fix a libedit crash | Přemysl Eric Janouch | 2020-09-02 | 1 | -1/+2 | |
| | ||||||
* | degesch: fix Lua 5.4 build | Přemysl Eric Janouch | 2020-09-02 | 2 | -2/+9 | |
| | | | | | | Not sure about how well it works yet. Lua 5.3 is still made preferential by the order of pkgconfig lookup. | |||||
* | degesch: fix a pointer operation in the libedit layer | Přemysl Eric Janouch | 2020-09-02 | 1 | -1/+2 | |
| | ||||||
* | Bump liberty | Přemysl Eric Janouch | 2020-09-02 | 1 | -0/+0 | |
| | ||||||
* | Name change | Přemysl Eric Janouch | 2020-09-02 | 22 | -23/+23 | |
| | ||||||
* | CMakeLists.txt: add a comment | Přemysl Janouch | 2020-09-02 | 1 | -0/+2 | |
| | ||||||
* | degesch: fix log reopening after a buffer rename | Přemysl Janouch | 2020-03-23 | 1 | -2/+2 | |
| | ||||||
* | degesch: clean up unused functions | Přemysl Janouch | 2020-03-22 | 1 | -32/+0 | |
| | ||||||
* | Fix handling terminal resizes while the terminal is suspended | Přemysl Janouch | 2020-03-21 | 1 | -0/+2 | |
| | | | | GNU Readline has a misfeature. | |||||
* | degesch: fix getpwuid usage | Přemysl Janouch | 2019-12-07 | 1 | -0/+1 | |
| | | | | The "entry not found" case doesn't have to touch errno. | |||||
* | Update NEWS, bump versionv0.9.7 | Přemysl Janouch | 2018-10-21 | 4 | -4/+7 | |
| | ||||||
* | degesch: add a comment about ENOTCONN | Přemysl Janouch | 2018-10-21 | 1 | -0/+2 | |
| | ||||||
* | Update NEWS | Přemysl Janouch | 2018-10-21 | 1 | -0/+14 | |
| | ||||||
* | kike: fix wildcard handling in WHOIS | Přemysl Janouch | 2018-10-21 | 1 | -6/+6 | |
| | ||||||
* | kike: allow STATS with no parameters | Přemysl Janouch | 2018-10-21 | 1 | -4/+4 | |
| | | | | We were in plain conflict with RFC 2812 for no apparent reason. | |||||
* | kike: explicit conversion from pointer to boolean | Přemysl Janouch | 2018-08-01 | 1 | -1/+1 | |
| | | | | | In practice the values in the map may only be 1 or 0, so it doesn't matter, but in C it is better to be safe than sorry. | |||||
* | kike: break out properly on errors in MODE processing | Přemysl Janouch | 2018-08-01 | 1 | -1/+2 | |
| | | | | We used to only abort the inner loop, which was insufficient. | |||||
* | kike: reset user modes while processing USER | Přemysl Janouch | 2018-08-01 | 1 | -0/+1 | |
| | | | | | Since the processing always succeeds and registration cannot be undone, this doesn't seem to fix any real issue. | |||||
* | kike: do nothing on equivalent renicks | Přemysl Janouch | 2018-08-01 | 1 | -0/+4 | |
| | ||||||
* | kike: code cleanups | Přemysl Janouch | 2018-08-01 | 1 | -4/+1 | |
| | ||||||
* | kike: fix grammar in hostname validation | Přemysl Janouch | 2018-08-01 | 1 | -1/+2 | |
| | | | | | This has an entry in RFC 2812 errata, although it's held for document update. We can afford the strictness. | |||||
* | kike: fix grammar in config item description | Přemysl Janouch | 2018-08-01 | 1 | -1/+1 | |
| |