aboutsummaryrefslogtreecommitdiff
path: root/xC.c
Commit message (Expand)AuthorAgeFilesLines
* xC/xP: fix unseen message countingPřemysl Eric Janouch2022-09-281-19/+15
* xP: support adding formatting from keyboardPřemysl Eric Janouch2022-09-231-1/+8
* xP: produce a custom font for IRC formattingPřemysl Eric Janouch2022-09-221-0/+1
* xC/xP: relay and render channel modesPřemysl Eric Janouch2022-09-211-31/+71
* xC/xP: relay and render channel topicsPřemysl Eric Janouch2022-09-211-86/+119
* 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-201-9/+28
* 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-191-0/+1
* xC: improve Readline completionPřemysl Eric Janouch2022-09-181-0/+12
* 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
* xC/xP: implement M-H in the web frontendPřemysl Eric Janouch2022-09-161-10/+22
* xC: mildly optimize relay trafficPřemysl Eric Janouch2022-09-141-2/+14
* xC: silence some compiler warningsPřemysl Eric Janouch2022-09-111-10/+10
* xC/xP: send buffer type and server statePřemysl Eric Janouch2022-09-111-24/+112
* xC: clean upPřemysl Eric Janouch2022-09-111-9/+16
* xC: make terminal attributes abstractPřemysl Eric Janouch2022-09-111-214/+285
* xC/xP: support hiding unimportant messages at allPřemysl Eric Janouch2022-09-101-0/+5
* 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
* xC/xP: only send buffer stats in the initial syncPřemysl Eric Janouch2022-09-101-0/+11
* xC: use the relay protocol's RPC for pingsPřemysl Eric Janouch2022-09-081-10/+14
* xC/xP: mark highlights and buffer activityPřemysl Eric Janouch2022-09-081-0/+13
* xC: don't autoactivate buffers on forced JOINsPřemysl Eric Janouch2022-09-071-7/+42
* xP: resolve various issues, mostly in stylingPřemysl Eric Janouch2022-09-071-2/+2
* xP: implement buffer line leakagePřemysl Eric Janouch2022-09-071-6/+8
* xC: add a trivial /relay commandPřemysl Eric Janouch2022-09-071-0/+20
* xC: use liberty logging lessPřemysl Eric Janouch2022-09-071-4/+7
* xC: describe general.editor parse errorsPřemysl Eric Janouch2022-09-071-7/+12
* xC: define critical bindings after el_source()Přemysl Eric Janouch2022-09-061-7/+6
* xC: implement buffer completion in the relayPřemysl Eric Janouch2022-09-061-66/+98
* xC/xP: pass timestamps with millisecond precisionPřemysl Eric Janouch2022-09-061-1/+1
* xC/xP: turn the action asterisk into a renditionPřemysl Eric Janouch2022-09-051-8/+10
* xC/xP: fix colour values, and render them with CSSPřemysl Eric Janouch2022-09-051-3/+6
* xC: also force monospace for RPL_MOTDSTARTPřemysl Eric Janouch2022-09-051-0/+1
* Start X11 and web frontends for xCPřemysl Eric Janouch2022-09-051-43/+742
* xC: slightly clean up character encodingsPřemysl Eric Janouch2022-09-021-2/+5
* xC: clean up loggingPřemysl Eric Janouch2022-09-021-57/+74
* xC: make alias creation tolerant to prefixed namesPřemysl Eric Janouch2022-08-291-1/+2
* xC: deal with conflicts when renaming buffersPřemysl Eric Janouch2022-08-291-7/+3
* xC: deal with any identifier conflictsPřemysl Eric Janouch2022-08-291-3/+16
* xC: fix some corner cases around terminal handlingPřemysl Eric Janouch2022-08-291-3/+13
* xC: use the correct way of resetting libeditPřemysl Eric Janouch2022-08-291-38/+13
* xC: make libedit history switching more reliablePřemysl Eric Janouch2022-08-291-0/+2
* xC: improve libedit multiline input handlingPřemysl Eric Janouch2022-08-291-0/+4
* xC: erase remaining mentions of a "backlog helper"Přemysl Eric Janouch2022-08-291-4/+4
* xC: don't autosave when nothing changedPřemysl Eric Janouch2022-08-291-10/+13
* xC: move TEXT_* constants where they belongPřemysl Eric Janouch2022-08-271-12/+12