aboutsummaryrefslogtreecommitdiff
path: root/xP/public/xP.js
Commit message (Expand)AuthorAgeFilesLines
* xP: fix automatic scrolling downPřemysl Eric Janouch2022-09-281-7/+7
* xC/xP: fix unseen message countingPřemysl Eric Janouch2022-09-281-1/+1
* xP: support adding formatting from keyboardPřemysl Eric Janouch2022-09-231-24/+58
* xP: fix up link detectionPřemysl Eric Janouch2022-09-231-1/+1
* xP: add formatting buttonsPřemysl Eric Janouch2022-09-231-2/+28
* xC/xP: relay and render channel modesPřemysl Eric Janouch2022-09-211-2/+5
* 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-211-49/+58
* xP: improve pagingPřemysl Eric Janouch2022-09-211-18/+19
* xP: clean up DOM attributesPřemysl Eric Janouch2022-09-211-1/+1
* xC/xP: show own user's info in frontendsPřemysl Eric Janouch2022-09-201-4/+11
* xP: make the prompt look more xC-likePřemysl Eric Janouch2022-09-191-11/+17
* xP: show all completion optionsPřemysl Eric Janouch2022-09-181-7/+35
* 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
* xP: make non-connected states more apparentPřemysl Eric Janouch2022-09-161-5/+9
* xC/xP: implement M-H in the web frontendPřemysl Eric Janouch2022-09-161-0/+8
* xP: use the binary protocol for incoming eventsPřemysl Eric Janouch2022-09-161-97/+103
* xP: speed up log decodingPřemysl Eric Janouch2022-09-151-2/+4
* xP: pass all events through one handlerPřemysl Eric Janouch2022-09-141-36/+40
* 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-131-17/+13
* 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
* xP: bind buffer iteration to M-PageUp/PageDownPřemysl Eric Janouch2022-09-111-4/+21
* xP: indicate hidden buffer linesPřemysl Eric Janouch2022-09-111-1/+13
* xC/xP: send buffer type and server statePřemysl Eric Janouch2022-09-111-4/+47
* 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
* 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-101-4/+7
* 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-101-11/+20
* xP: detect links in the logPřemysl Eric Janouch2022-09-101-8/+21
* 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
* xC/xP: finalize and implement Event.PINGPřemysl Eric Janouch2022-09-081-1/+6
* xC/xP: mark highlights and buffer activityPřemysl Eric Janouch2022-09-081-16/+71
* xP: remember to differentiate todayPřemysl Eric Janouch2022-09-071-0/+4
* xP: use an industry-standard name for a buttonPřemysl Eric Janouch2022-09-071-1/+1
* xP: resolve various issues, mostly in stylingPřemysl Eric Janouch2022-09-071-2/+4
* xP: implement buffer line leakagePřemysl Eric Janouch2022-09-071-7/+13