Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | hid: ircSendToRoommates -> ircNotifyRoommates | Přemysl Janouch | 2018-08-01 | 1 | -4/+3 | |
| | | | | | | | | Should be clearer. | |||||
| * | hid: figured out how to port timeouts | Přemysl Janouch | 2018-08-01 | 1 | -20/+64 | |
| | | ||||||
| * | hid: another round of general code cleanups | Přemysl Janouch | 2018-08-01 | 1 | -91/+92 | |
| | | ||||||
| * | hid: bringup of what we have this far | Přemysl Janouch | 2018-07-31 | 1 | -24/+36 | |
| | | ||||||
| * | hid: port configuration and initialization | Přemysl Janouch | 2018-07-31 | 1 | -106/+427 | |
| | | | | | | | | | | All the basic elements should be there now, we just need to port PING timers and fix some remaining issues and we're basically done. | |||||
| * | hid: port IRC 3.2 message tag parsing, unused | Přemysl Janouch | 2018-07-30 | 1 | -18/+66 | |
| | | ||||||
| * | hid: use time.Time and time.Duration | Přemysl Janouch | 2018-07-30 | 1 | -45/+42 | |
| | | | | | | | | | | | | | | | | It improves the code significantly over explicit int64 conversions. Despite carrying unnecessary timezone information, time.Time also carries a monotonic reading of time, which allows for more precise measurement of time differences. | |||||
| * | hid: port MODE, STATS, LINKS, KILL | Přemysl Janouch | 2018-07-30 | 1 | -22/+560 | |
| | | | | | | | | | | Now all the commands have been ported but we desperately need to parse a configuration file for additional settings yet. | |||||
| * | hid: port PART, KICK, INVITE, JOIN, AWAY, ISON, ADMIN, DIE | Přemysl Janouch | 2018-07-29 | 1 | -7/+329 | |
| | | ||||||
| * | hid: port PRIVMSG, NOTICE, NAMES, WHO, WHOIS/WAS, TOPIC, SUMMON, USERS | Přemysl Janouch | 2018-07-29 | 1 | -34/+486 | |
| | | ||||||
| * | hid: first round of mixed fixes and cleanups | Přemysl Janouch | 2018-07-29 | 1 | -207/+253 | |
| | | ||||||
| * | hid: add a work in progress IRC daemon | Přemysl Janouch | 2018-07-28 | 3 | -0/+1629 | |
| | | | | | The port is more than viable but it's also sort of all-or-nothing and versioning needs have come before I've had a chance to finish it. | |||||
* | Bump liberty, make use of its new asciiman.awk | Přemysl Eric Janouch | 2022-09-25 | 3 | -3/+11 | |
| | ||||||
* | xP: use a dotted border for button focus | Přemysl Eric Janouch | 2022-09-25 | 1 | -1/+1 | |
| | | | | It's visible enough. | |||||
* | Update documentation | Přemysl Eric Janouch | 2022-09-23 | 2 | -2/+3 | |
| | ||||||
* | Update screenshots | Přemysl Eric Janouch | 2022-09-23 | 4 | -1/+3 | |
| | | | | It's been five years since the previous xC screenshot was made. | |||||
* | xP: make the overlay actually overlay | Přemysl Eric Janouch | 2022-09-23 | 1 | -0/+1 | |
| | ||||||
* | xP: support adding formatting from keyboard | Přemysl Eric Janouch | 2022-09-23 | 2 | -25/+66 | |
| | | | | Just like in xC, only with some indication. | |||||
* | xP: fix up link detection | Přemysl Eric Janouch | 2022-09-23 | 1 | -1/+1 | |
| | | | | Allow balanced parantheses at the end of a link. | |||||
* | xP: add formatting buttons | Přemysl Eric Janouch | 2022-09-23 | 2 | -3/+33 | |
| | | | | | | And fix autoscroll autoenabler, as well as toolbar padding. Only add the basic toggles, which should be well supported. | |||||
* | xP: produce a custom font for IRC formatting | Přemysl Eric Janouch | 2022-09-22 | 5 | -3/+102 | |
| | | | | | | Given that the generated file needs a manual adjustment, its small size, and the dependencies involved, it will be checked in to the repository. | |||||
* | Give up on the X11 frontend for now | Přemysl Eric Janouch | 2022-09-21 | 3 | -16/+6 | |
| | | | | | | | | | There seem to be only a few things it could bring to the table, compared to xP, making it barely worth the effort: - saner keyboard controls, - GVIM integration, - slightly improved resource usage. | |||||
* | xC/xP: relay and render channel modes | Přemysl Eric Janouch | 2022-09-21 | 3 | -34/+79 | |
| | ||||||
* | xP: only care about RPC results if requested | Přemysl Eric Janouch | 2022-09-21 | 1 | -6/+13 | |
| | | | | This prevents "No response" errors from firing for most commands. | |||||
* | xC/xP: relay and render channel topics | Přemysl Eric Janouch | 2022-09-21 | 4 | -173/+223 | |
| | ||||||
* | xP: improve paging | Přemysl Eric Janouch | 2022-09-21 | 2 | -18/+42 | |
| | ||||||
* | xP: clean up DOM attributes | Přemysl Eric Janouch | 2022-09-21 | 1 | -1/+1 | |
| | ||||||
* | Silence spurious compiler warnings | Přemysl Eric Janouch | 2022-09-21 | 1 | -4/+4 | |
| | ||||||
* | Update README | Přemysl Eric Janouch | 2022-09-20 | 1 | -1/+4 | |
| | ||||||
* | xC: fix autocomplete in server buffers | Přemysl Eric Janouch | 2022-09-20 | 1 | -2/+3 | |
| | ||||||
* | xC/xP: show own user's info in frontends | Přemysl Eric Janouch | 2022-09-20 | 3 | -15/+53 | |
| | ||||||
* | xC/xP: improve rendering of highlighting actions | Přemysl Eric Janouch | 2022-09-20 | 1 | -2/+2 | |
| | ||||||
* | Make sure to always find installed plugins | Přemysl Eric Janouch | 2022-09-19 | 4 | -1/+5 | |
| | ||||||
* | xP: make the prompt look more xC-like | Přemysl Eric Janouch | 2022-09-19 | 2 | -16/+36 | |
| | ||||||
* | xP: show all completion options | Přemysl Eric Janouch | 2022-09-18 | 2 | -7/+52 | |
| | ||||||
* | xC: improve Readline completion | Přemysl Eric Janouch | 2022-09-18 | 2 | -0/+15 | |
| | | | | | | | | The autocomplete for /set used to be extremely annoying, and menu-complete-display-prefix also prevents mistaken highlights. One downside is that using plain Tab in channels no longer just inserts the last-talking nickname, one needs to press it twice. | |||||
* | xP: implement Readline's M-l, M-u, M-c | Přemysl Eric Janouch | 2022-09-18 | 1 | -4/+43 | |
| | ||||||
* | xP: implement Readline's M-b and M-f | Přemysl Eric Janouch | 2022-09-18 | 1 | -0/+29 | |
| | ||||||
* | xP: implement Readline's M-< and M-> | Přemysl Eric Janouch | 2022-09-18 | 1 | -36/+49 | |
| | ||||||
* | xC: reorganize relay code, improve logging | Přemysl Eric Janouch | 2022-09-17 | 1 | -224/+228 | |
| | | | | | | | Even with one forward function declaration down, it was possible to move most code to a more convenient location. Most logging has thus been fixed to go to buffers. | |||||
* | xC: don't abort on accept() failure | Přemysl Eric Janouch | 2022-09-17 | 1 | -4/+8 | |
| | | | | Just disable the relay. | |||||
* | xC: clean up | Přemysl Eric Janouch | 2022-09-17 | 1 | -2/+3 | |
| | ||||||
* | Update some documentation | Přemysl Eric Janouch | 2022-09-16 | 2 | -6/+7 | |
| | ||||||
* | xP: make non-connected states more apparent | Přemysl Eric Janouch | 2022-09-16 | 2 | -5/+19 | |
| | ||||||
* | xC/xP: implement M-H in the web frontend | Přemysl Eric Janouch | 2022-09-16 | 3 | -15/+39 | |
| | ||||||
* | xP: abandon the idea of a configuration file | Přemysl Eric Janouch | 2022-09-16 | 1 | -2/+0 | |
| | ||||||
* | xP: use the binary protocol for incoming events | Přemysl Eric Janouch | 2022-09-16 | 5 | -138/+412 | |
| | | | | | | | | | | | | | | And batch event messages together as much as possible. JSON has proven itself to be really slow (for example, encoding/json.Marshaler is a slow interface), and browsers have significant overhead per WS message. Commands are still sent as JSON, sending them in binary would be a laborious rewrite without measurable merits. The xP server now only prints debug output when requested, because that was another source of major slowdowns. | |||||
* | xP: improve comments in protocol code generator | Přemysl Eric Janouch | 2022-09-15 | 1 | -5/+5 | |
| | ||||||
* | xP: further optimize JSON marshalling | Přemysl Eric Janouch | 2022-09-15 | 1 | -20/+27 | |
| | ||||||
* | xP: speed up log decoding | Přemysl Eric Janouch | 2022-09-15 | 1 | -2/+4 | |
| |