aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* xP: change the favicon when highlightedPřemysl Eric Janouch2022-09-111-2/+33
* xP: fix non-ASCII text completionPřemysl Eric Janouch2022-09-111-3/+13
* xP: beep on highlightPřemysl Eric Janouch2022-09-111-13/+35
* xP: add basic buffer input historyPřemysl Eric Janouch2022-09-111-16/+82
* xC: make terminal attributes abstractPřemysl Eric Janouch2022-09-114-225/+312
* xP: remember buffer input selectionsPřemysl Eric Janouch2022-09-111-5/+10
* xP: bind M-h to toggle history, and adjust focusPřemysl Eric Janouch2022-09-101-21/+31
* xP: handle the M-Tab binding from xCPřemysl Eric Janouch2022-09-101-16/+25
* xP: handle M-a and M-! bindings from xCPřemysl Eric Janouch2022-09-101-0/+23
* xC/xP: support hiding unimportant messages at allPřemysl Eric Janouch2022-09-103-4/+13
* xC: deal with so far unexpected multiline messagesPřemysl Eric Janouch2022-09-101-9/+17
* xC: split Command.BUFFER_INPUT on newlinesPřemysl Eric Janouch2022-09-101-26/+25
* xP: also scroll to bottom on window resizePřemysl Eric Janouch2022-09-101-5/+13
* xC/xP: only send buffer stats in the initial syncPřemysl Eric Janouch2022-09-103-13/+35
* xP: detect links in the logPřemysl Eric Janouch2022-09-101-8/+21
* xP: only allow vertical textarea resizingPřemysl Eric Janouch2022-09-101-0/+1
* xP: fix command sequence number generationPřemysl Eric Janouch2022-09-101-1/+2
* xP: open links in a new tab/windowPřemysl Eric Janouch2022-09-101-1/+1
* xP: advance unread marker when the log is visiblePřemysl Eric Janouch2022-09-101-1/+1
* xP: advance unread marker in an inactive tabPřemysl Eric Janouch2022-09-101-3/+6
* xP: improve line wrappingPřemysl Eric Janouch2022-09-101-7/+7
* xC-gen-proto: reduce enums to single bytesPřemysl Eric Janouch2022-09-103-11/+11
* xP: enhance mobile experiencePřemysl Eric Janouch2022-09-082-11/+16
* xP: allow setting a fixed WS URIPřemysl Eric Janouch2022-09-081-3/+10
* xC/xP: finalize and implement Event.PINGPřemysl Eric Janouch2022-09-082-9/+20
* xC: use the relay protocol's RPC for pingsPřemysl Eric Janouch2022-09-082-10/+16