about summary refs log tree commit diff
path: root/chat.h (follow)
Commit message (Expand)AuthorAge
* Remove kiosk modeJune McEnroe2023-10-11
* Revert "Work-in-progress showing prefixes"June McEnroe2023-07-07
* Work-in-progress showing prefixesJune McEnroe2023-07-07
* Fix what went wrong, part 3June McEnroe2023-02-05
* Fix what went wrong, part 2June McEnroe2023-02-05
* Fix what went wrong, part 1June McEnroe2023-02-05
* Flatten cache structsJune McEnroe2023-02-03
* Remove WHO reply handlersJune McEnroe2022-09-11
* Generate /ops from cacheJune McEnroe2022-09-11
* Set pointer to Entry in CursorJune McEnroe2022-09-11
* Track prefix bitsJune McEnroe2022-08-02
* Move cache color to an Entry structJune McEnroe2022-07-31
* Rename cache{Prefix,Substr} to cache{Complete,Search}June McEnroe2022-07-30
* Switch to cache interfacesJune McEnroe2022-07-30
* "Rename" complete to cache, refactor interfacesJune McEnroe2022-07-30
* Update copyrights, authorsJune McEnroe2022-07-30
* Allow setting fallback nicks and highlight on anyJune McEnroe2022-05-29
* Save input buffer contentsJune McEnroe2022-02-20
* Show indicator in status when window has pending inputJune McEnroe2022-02-20
* 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
* Implement new line editing "library"June McEnroe2022-02-18
* Prompt for empty server or SASL passwordsJune McEnroe2022-02-12
* Import refactored xdg.c from pounceJune McEnroe2021-10-16
* Request znc.in/self-message if availableJune McEnroe2021-09-20
* Match id names case-insensitivelyJune McEnroe2021-08-26
* Add -q/quiet option to raise default message visibility thresholdKlemens Nanni2021-07-20
* Perform TLS handshake after final pledgeKlemens Nanni2021-07-13
* Save invited channel for /joinJune McEnroe2021-07-02
* Keep log directory open, use mkdirat(2) and openat(2)June McEnroe2021-06-25
* OpenBSD: Only unveil used directoriesKlemens Nanni2021-06-20
* Add -m mode option to set user modesJune McEnroe2021-06-18
* Match windows by substring in /windowJune McEnroe2021-06-17
* Open save file once in uiLoad() and keep it open until uiSave()Klemens Nanni2021-06-11
* Avoid creating out-of-bounds pointer when checking for seprintf truncationMichael Forney2021-06-09
* Remove catfJune McEnroe2021-06-09
* Replace catf with seprintfJune McEnroe2021-06-09
* Add seprintfJune McEnroe2021-06-09
* List windows with /window 1.8June McEnroe2021-05-28
* Hash the username in kiosk modeJune McEnroe2021-05-27
* Ignore messages in reply to previously ignored messagesJune McEnroe2021-05-04
* Skip STATUSMSG prefixesJune McEnroe2021-04-02
* Show where too-long-messages will be automatically splitJune McEnroe2021-03-17
* Disable nick and channel colors with hash bound 0June McEnroe2021-03-08
* Use separate reply counts for automatic join topics/namesJune McEnroe2021-02-21
* Measure timestamp width using ncursesJune McEnroe2021-01-27
* Add toggleable display of timestampsJune McEnroe2021-01-27
* Add numbers to buffer linesJune McEnroe2021-01-26
* Separate kiosk mode from restrict modeJune McEnroe2021-01-23