summary refs log tree commit diff
path: root/chat.h
AgeCommit message (Expand)Author
2023-01-22changed colors to be based on nicks, and to mirror gur colours used by weecha...bx
2022-09-11Remove WHO reply handlersJune McEnroe
2022-09-11Generate /ops from cacheJune McEnroe
2022-09-11Set pointer to Entry in CursorJune McEnroe
2022-08-02Track prefix bitsJune McEnroe
2022-07-31Move cache color to an Entry structJune McEnroe
2022-07-30Rename cache{Prefix,Substr} to cache{Complete,Search}June McEnroe
2022-07-30Switch to cache interfacesJune McEnroe
2022-07-30"Rename" complete to cache, refactor interfacesJune McEnroe
2022-07-30Update copyrights, authorsJune McEnroe
2022-05-29Allow setting fallback nicks and highlight on anyJune McEnroe
2022-02-20Save input buffer contentsJune McEnroe
2022-02-20Show indicator in status when window has pending inputJune 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-18Implement new line editing "library"June McEnroe
2022-02-12Prompt for empty server or SASL passwordsJune McEnroe
2021-10-16Import refactored xdg.c from pounceC. McEnroe
2021-09-20Request znc.in/self-message if availableC. McEnroe
2021-08-26Match id names case-insensitivelyC. McEnroe
2021-07-20Add -q/quiet option to raise default message visibility thresholdKlemens Nanni
2021-07-13Perform TLS handshake after final pledgeKlemens Nanni
2021-07-02Save invited channel for /joinC. McEnroe
2021-06-25Keep log directory open, use mkdirat(2) and openat(2)C. McEnroe
2021-06-20OpenBSD: Only unveil used directoriesKlemens Nanni
2021-06-18Add -m mode option to set user modesC. McEnroe
2021-06-17Match windows by substring in /windowC. McEnroe
2021-06-11Open save file once in uiLoad() and keep it open until uiSave()Klemens Nanni
2021-06-09Avoid creating out-of-bounds pointer when checking for seprintf truncationMichael Forney
2021-06-09Remove catfC. McEnroe
2021-06-09Replace catf with seprintfC. McEnroe
2021-06-09Add seprintfC. McEnroe
2021-05-28List windows with /window 1.8C. McEnroe
2021-05-27Hash the username in kiosk modeC. McEnroe
2021-05-04Ignore messages in reply to previously ignored messagesC. McEnroe
2021-04-02Skip STATUSMSG prefixesC. McEnroe
2021-03-17Show where too-long-messages will be automatically splitC. McEnroe
2021-03-08Disable nick and channel colors with hash bound 0C. McEnroe
2021-02-21Use separate reply counts for automatic join topics/namesC. McEnroe
2021-01-27Measure timestamp width using ncursesC. McEnroe
2021-01-27Add toggleable display of timestampsC. McEnroe
2021-01-26Add numbers to buffer linesC. McEnroe
2021-01-23Separate kiosk mode from restrict modeC. McEnroe
2021-01-16Rename ignore code to filterC. McEnroe
2021-01-16Generalize ignore toggling to visibility thresholdC. McEnroe
2021-01-11Save and load the URL ring in the save file 1.4C. McEnroe
2021-01-10Print chain to stdout with -oC. McEnroe
2021-01-09Add -o and -t options to trust self-signed certificatesC. McEnroe
2021-01-09Allow configuring the upper bound of the hash functionC. McEnroe