summary refs log tree commit diff
AgeCommit message (Expand)Author
2022-02-20Use separate edit buffers for each IDJune McEnroe
2022-02-20Make sure new cap is actually larger than new lengthJune McEnroe
2022-02-20Remove unused mbs.len field from struct EditJune McEnroe
2022-02-19Remove unneeded includes in ui.cJune McEnroe
2022-02-19Reimplement tab completeJune McEnroe
2022-02-19Handle errors from editFn, etc.June McEnroe
2022-02-19Reimplement text macrosJune McEnroe
2022-02-19Factor out input handling to input.cJune McEnroe
2022-02-19Factor out window management to window.cJune McEnroe
2022-02-19Enable -Wmissing-prototypesJune McEnroe
2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe
2022-02-19Run line editing testsJune McEnroe
2022-02-18Implement new line editing "library"June McEnroe
2022-02-18Simplify cursor positioning in inputJune McEnroe
2022-02-18Fix M-f orderingJune McEnroe
2022-02-12Move sandman build to scripts/MakefileJune McEnroe
2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe
2022-02-12Copy RPP defines from oconfigureJune McEnroe
2022-02-12Import compat_readpassphrase.c from oconfigureJune McEnroe
2022-02-12Prompt for empty server or SASL passwordsJune McEnroe
2022-02-09Treat any amount of space and punctuation as word boundariesJune McEnroe
2022-02-03Add M-s to (temporarily) reveal spoiler textJune McEnroe
2022-02-03Add C-z s to set spoiler textJune McEnroe
2022-01-16Avoid sending null byte in SASL PLAIN 2.0aJune McEnroe
2022-01-16Use Cold for away notices in queriesJune McEnroe
2021-12-11Refer to long option names, prefix commands with $ 2.0June McEnroe
2021-11-22Support custom pkg-config executable namesAlyssa Ross
2021-11-19Cycle between adding colon suffix and not in tab completeC. McEnroe
2021-11-16Make the /ops response more flavourfulC. McEnroe
2021-11-10Handle RPL_WHOISSPECIALC. McEnroe
2021-10-28Parse IRC formatting in timestamp stringC. McEnroe
2021-10-26Fix strptime decode for musl libcpsykose
2021-10-17Increment replies for list modes with /modeC. McEnroe
2021-10-16Import refactored xdg.c from pounceC. McEnroe
2021-09-27chroot: Factor out and add OpenBSD buildC. McEnroe
2021-09-20Request znc.in/self-message if availableC. McEnroe
2021-09-09Correct handling of colons in SASL PLAINC. McEnroe
2021-08-26Match id names case-insensitivelyC. McEnroe
2021-08-25Remove trailing tabC. McEnroe
2021-08-15Handle tags without values 1.9aC. McEnroe
2021-08-09Fix missing include for flock(2)C. McEnroe
2021-08-09Silence maybe uninitialized warningC. McEnroe
2021-07-26Use (bright) red for \com text macro 1.9C. McEnroe
2021-07-20chroot: Avoid passing paths to -sC. McEnroe
2021-07-20FreeBSD: Revert caph_enter(3) call to cap_enter(2)C. McEnroe
2021-07-20Don't apply uiThreshold to Network and DebugC. McEnroe
2021-07-20Add -q/quiet option to raise default message visibility thresholdKlemens Nanni
2021-07-15chat.tmux.conf: Fix base-index settingKlemens Nanni
2021-07-15Use /ns in manual exampleKlemens Nanni
2021-07-13Move platform-dependent sandboxing code out of mainC. McEnroe