aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* xP: make the overlay actually overlayPřemysl Eric Janouch2022-09-231-0/+1
* xP: support adding formatting from keyboardPřemysl Eric Janouch2022-09-232-25/+66
* xP: fix up link detectionPřemysl Eric Janouch2022-09-231-1/+1
* xP: add formatting buttonsPřemysl Eric Janouch2022-09-232-3/+33
* xP: produce a custom font for IRC formattingPřemysl Eric Janouch2022-09-225-3/+102
* Give up on the X11 frontend for nowPřemysl Eric Janouch2022-09-213-16/+6
* xC/xP: relay and render channel modesPřemysl Eric Janouch2022-09-213-34/+79
* xP: only care about RPC results if requestedPřemysl Eric Janouch2022-09-211-6/+13
* xC/xP: relay and render channel topicsPřemysl Eric Janouch2022-09-214-173/+223
* xP: improve pagingPřemysl Eric Janouch2022-09-212-18/+42
* xP: clean up DOM attributesPřemysl Eric Janouch2022-09-211-1/+1
* Silence spurious compiler warningsPřemysl Eric Janouch2022-09-211-4/+4
* Update READMEPřemysl Eric Janouch2022-09-201-1/+4
* xC: fix autocomplete in server buffersPřemysl Eric Janouch2022-09-201-2/+3
* xC/xP: show own user's info in frontendsPřemysl Eric Janouch2022-09-203-15/+53
* xC/xP: improve rendering of highlighting actionsPřemysl Eric Janouch2022-09-201-2/+2
* Make sure to always find installed pluginsPřemysl Eric Janouch2022-09-194-1/+5
* xP: make the prompt look more xC-likePřemysl Eric Janouch2022-09-192-16/+36
* xP: show all completion optionsPřemysl Eric Janouch2022-09-182-7/+52
* xC: improve Readline completionPřemysl Eric Janouch2022-09-182-0/+15
* xP: implement Readline's M-l, M-u, M-cPřemysl Eric Janouch2022-09-181-4/+43
* xP: implement Readline's M-b and M-fPřemysl Eric Janouch2022-09-181-0/+29
* xP: implement Readline's M-< and M->Přemysl Eric Janouch2022-09-181-36/+49
* xC: reorganize relay code, improve loggingPřemysl Eric Janouch2022-09-171-224/+228
* xC: don't abort on accept() failurePřemysl Eric Janouch2022-09-171-4/+8
* xC: clean upPřemysl Eric Janouch2022-09-171-2/+3
* Update some documentationPřemysl Eric Janouch2022-09-162-6/+7
* xP: make non-connected states more apparentPřemysl Eric Janouch2022-09-162-5/+19
* xC/xP: implement M-H in the web frontendPřemysl Eric Janouch2022-09-163-15/+39
* xP: abandon the idea of a configuration filePřemysl Eric Janouch2022-09-161-2/+0
* xP: use the binary protocol for incoming eventsPřemysl Eric Janouch2022-09-165-138/+412
* xP: improve comments in protocol code generatorPřemysl Eric Janouch2022-09-151-5/+5
* xP: further optimize JSON marshallingPřemysl Eric Janouch2022-09-151-20/+27
* xP: speed up log decodingPřemysl Eric Janouch2022-09-151-2/+4
* xP: fix log JSON serializationPřemysl Eric Janouch2022-09-151-0/+9
* xP: use buffered readsPřemysl Eric Janouch2022-09-141-4/+6
* xP: generate our own JSON marshallersPřemysl Eric Janouch2022-09-142-8/+65
* xP: pass all events through one handlerPřemysl Eric Janouch2022-09-141-36/+40
* xP: parallelize event reception and sendingPřemysl Eric Janouch2022-09-141-54/+92
* xP: move to a WebSocket package with compressionPřemysl Eric Janouch2022-09-143-15/+100
* xC: mildly optimize relay trafficPřemysl Eric Janouch2022-09-141-2/+14
* xP: remove debugging protocol logs from JSPřemysl Eric Janouch2022-09-141-4/+2
* xP: adjust buffer list iteration and stylingPřemysl Eric Janouch2022-09-132-23/+15
* xP: deal with macOS/Blink for goodPřemysl Eric Janouch2022-09-121-7/+18
* xP: improve favicon behaviourPřemysl Eric Janouch2022-09-121-12/+25
* xC: silence some compiler warningsPřemysl Eric Janouch2022-09-111-10/+10
* xP: bind buffer iteration to M-PageUp/PageDownPřemysl Eric Janouch2022-09-111-4/+21
* xP: indicate hidden buffer linesPřemysl Eric Janouch2022-09-112-3/+24
* xC/xP: send buffer type and server statePřemysl Eric Janouch2022-09-114-35/+201
* xC: clean upPřemysl Eric Janouch2022-09-111-9/+16