Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | xC/xP: support hiding unimportant messages at all | Přemysl Eric Janouch | 2022-09-10 | 3 | -4/+13 | |
* | xC: deal with so far unexpected multiline messages | Přemysl Eric Janouch | 2022-09-10 | 1 | -9/+17 | |
* | xC: split Command.BUFFER_INPUT on newlines | Přemysl Eric Janouch | 2022-09-10 | 1 | -26/+25 | |
* | xP: also scroll to bottom on window resize | Přemysl Eric Janouch | 2022-09-10 | 1 | -5/+13 | |
* | xC/xP: only send buffer stats in the initial sync | Přemysl Eric Janouch | 2022-09-10 | 3 | -13/+35 | |
* | xP: detect links in the log | Přemysl Eric Janouch | 2022-09-10 | 1 | -8/+21 | |
* | xP: only allow vertical textarea resizing | Přemysl Eric Janouch | 2022-09-10 | 1 | -0/+1 | |
* | xP: fix command sequence number generation | Přemysl Eric Janouch | 2022-09-10 | 1 | -1/+2 | |
* | xP: open links in a new tab/window | Přemysl Eric Janouch | 2022-09-10 | 1 | -1/+1 | |
* | xP: advance unread marker when the log is visible | Přemysl Eric Janouch | 2022-09-10 | 1 | -1/+1 | |
* | xP: advance unread marker in an inactive tab | Přemysl Eric Janouch | 2022-09-10 | 1 | -3/+6 | |
* | xP: improve line wrapping | Přemysl Eric Janouch | 2022-09-10 | 1 | -7/+7 | |
* | xC-gen-proto: reduce enums to single bytes | Přemysl Eric Janouch | 2022-09-10 | 3 | -11/+11 | |
* | xP: enhance mobile experience | Přemysl Eric Janouch | 2022-09-08 | 2 | -11/+16 | |
* | xP: allow setting a fixed WS URI | Přemysl Eric Janouch | 2022-09-08 | 1 | -3/+10 | |
* | xC/xP: finalize and implement Event.PING | Přemysl Eric Janouch | 2022-09-08 | 2 | -9/+20 | |
* | xC: use the relay protocol's RPC for pings | Přemysl Eric Janouch | 2022-09-08 | 2 | -10/+16 | |
* | xC/xP: mark highlights and buffer activity | Přemysl Eric Janouch | 2022-09-08 | 5 | -19/+114 | |
* | xP: remember to differentiate today | Přemysl Eric Janouch | 2022-09-07 | 1 | -0/+4 | |
* | xC: don't autoactivate buffers on forced JOINs | Přemysl Eric Janouch | 2022-09-07 | 2 | -7/+44 | |
* | xP: use an industry-standard name for a button | Přemysl Eric Janouch | 2022-09-07 | 1 | -1/+1 | |
* | xP: resolve various issues, mostly in styling | Přemysl Eric Janouch | 2022-09-07 | 3 | -13/+44 | |
* | xP: implement buffer line leakage | Přemysl Eric Janouch | 2022-09-07 | 4 | -13/+25 | |
* | xP: abort autocomplete when no longer applicable | Přemysl Eric Janouch | 2022-09-07 | 1 | -2/+12 | |
* | xP: clean up | Přemysl Eric Janouch | 2022-09-07 | 1 | -113/+139 | |
* | xP: add a temporary lock for autoscroll | Přemysl Eric Janouch | 2022-09-07 | 1 | -1/+11 | |
* | xP: support showing buffer logs | Přemysl Eric Janouch | 2022-09-07 | 2 | -14/+59 | |
* | xP: separate input buffers | Přemysl Eric Janouch | 2022-09-07 | 1 | -8/+15 | |
* | xC: add a trivial /relay command | Přemysl Eric Janouch | 2022-09-07 | 1 | -0/+20 | |
* | xC: use liberty logging less | Přemysl Eric Janouch | 2022-09-07 | 1 | -4/+7 | |
* | xC: describe general.editor parse errors | Přemysl Eric Janouch | 2022-09-07 | 1 | -7/+12 | |
* | xP: scroll to bottom and focus the input on switch | Přemysl Eric Janouch | 2022-09-06 | 1 | -3/+19 | |
* | xP: clean up | Přemysl Eric Janouch | 2022-09-06 | 1 | -11/+7 | |
* | xP: indicate connection state | Přemysl Eric Janouch | 2022-09-06 | 1 | -7/+23 | |
* | Update README | Přemysl Eric Janouch | 2022-09-06 | 1 | -2/+6 | |
* | xP: implement tab completion | Přemysl Eric Janouch | 2022-09-06 | 3 | -80/+218 | |
* | xC: define critical bindings after el_source() | Přemysl Eric Janouch | 2022-09-06 | 1 | -7/+6 | |
* | xC: implement buffer completion in the relay | Přemysl Eric Janouch | 2022-09-06 | 1 | -66/+98 | |
* | xC/xP: pass timestamps with millisecond precision | Přemysl Eric Janouch | 2022-09-06 | 3 | -3/+3 | |
* | xP: convert links to link elements | Přemysl Eric Janouch | 2022-09-06 | 2 | -8/+25 | |
* | xC/xP: turn the action asterisk into a rendition | Přemysl Eric Janouch | 2022-09-05 | 4 | -13/+20 | |
* | xC/xP: fix colour values, and render them with CSS | Přemysl Eric Janouch | 2022-09-05 | 2 | -5/+58 | |
* | xC: also force monospace for RPL_MOTDSTART | Přemysl Eric Janouch | 2022-09-05 | 1 | -0/+1 | |
* | Fix up xP's module path, mention the licence | Přemysl Eric Janouch | 2022-09-05 | 2 | -1/+4 | |
* | Fix up README | Přemysl Eric Janouch | 2022-09-05 | 1 | -9/+10 | |
* | Start X11 and web frontends for xC | Přemysl Eric Janouch | 2022-09-05 | 20 | -91/+2798 | |
* | xC: slightly clean up character encodings | Přemysl Eric Janouch | 2022-09-02 | 1 | -2/+5 | |
* | xC: clean up logging | Přemysl Eric Janouch | 2022-09-02 | 1 | -57/+74 | |
* | CMakeLists.txt: improve dependencies of xD-replies | Přemysl Eric Janouch | 2022-09-02 | 1 | -3/+6 | |
* | xC: make alias creation tolerant to prefixed names | Přemysl Eric Janouch | 2022-08-29 | 1 | -1/+2 |