summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Give examples of "general events" 2.1June McEnroe2022-02-23
* Add missing unistd.h include in input.cJune McEnroe2022-02-23
* Document the interfaceJune McEnroe2022-02-22
* Clean up unimplemented editing mode stuffJune McEnroe2022-02-20
* Save input buffer contentsJune McEnroe2022-02-20
* Share a cut buffer between all edit buffersJune McEnroe2022-02-20
* Assert return values in edit testsJune McEnroe2022-02-20
* Move mbs out of struct Edit, use a global bufferJune McEnroe2022-02-20
* Clear edit buffer before running commandJune McEnroe2022-02-20
* Show indicator in status when window has pending inputJune McEnroe2022-02-20
* Use separate edit buffers for each IDJune McEnroe2022-02-20
* Make sure new cap is actually larger than new lengthJune McEnroe2022-02-20
* Remove unused mbs.len field from struct EditJune McEnroe2022-02-20
* Remove unneeded includes in ui.cJune McEnroe2022-02-19
* Reimplement tab completeJune McEnroe2022-02-19
* Handle errors from editFn, etc.June McEnroe2022-02-19
* Reimplement text macrosJune McEnroe2022-02-19
* Factor out input handling to input.cJune McEnroe2022-02-19
* Factor out window management to window.cJune McEnroe2022-02-19
* Enable -Wmissing-prototypesJune McEnroe2022-02-19
* Fix edit.[ch] license notice additional permissionsJune McEnroe2022-02-19
* Run line editing testsJune McEnroe2022-02-19
* Implement new line editing "library"June McEnroe2022-02-18
* Simplify cursor positioning in inputJune McEnroe2022-02-18
* Fix M-f orderingJune McEnroe2022-02-18
* Move sandman build to scripts/MakefileJune McEnroe2022-02-12
* Use compat_readpassphrase.c on LinuxJune McEnroe2022-02-12
* Copy RPP defines from oconfigureJune McEnroe2022-02-12
* Import compat_readpassphrase.c from oconfigureJune McEnroe2022-02-12
* Prompt for empty server or SASL passwordsJune McEnroe2022-02-12
* Treat any amount of space and punctuation as word boundariesJune McEnroe2022-02-09
* Add M-s to (temporarily) reveal spoiler textJune McEnroe2022-02-03
* Add C-z s to set spoiler textJune McEnroe2022-02-03
* Avoid sending null byte in SASL PLAIN 2.0aJune McEnroe2022-01-16
* Use Cold for away notices in queriesJune McEnroe2022-01-16
* Refer to long option names, prefix commands with $ 2.0June McEnroe2021-12-11
* Support custom pkg-config executable namesAlyssa Ross2021-11-22
* Cycle between adding colon suffix and not in tab completeJune McEnroe2021-11-19
* Make the /ops response more flavourfulJune McEnroe2021-11-16
* Handle RPL_WHOISSPECIALJune McEnroe2021-11-10
* Parse IRC formatting in timestamp stringJune McEnroe2021-10-28
* Fix strptime decode for musl libcpsykose2021-10-26
* Increment replies for list modes with /modeJune McEnroe2021-10-17
* Import refactored xdg.c from pounceJune McEnroe2021-10-16
* chroot: Factor out and add OpenBSD buildJune McEnroe2021-09-27
* Request znc.in/self-message if availableJune McEnroe2021-09-20
* Correct handling of colons in SASL PLAINJune McEnroe2021-09-09
* Match id names case-insensitivelyJune McEnroe2021-08-26
* Remove trailing tabJune McEnroe2021-08-25
* Handle tags without values 1.9aJune McEnroe2021-08-15