summary refs log tree commit diff
path: root/chat.h
AgeCommit message (Expand)Author
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
2021-01-01Split ignore fields to avoid over-eager * matchingC. McEnroe
2020-12-30Factor out reply count checking and decrementingC. McEnroe
2020-12-30Add /whowasC. McEnroe
2020-12-30Show setnames like nick changesC. McEnroe
2020-12-29Add /setname commandC. McEnroe
2020-10-12Avoid eating C-c while connectingC. McEnroe
2020-10-09Factor out styleStripC. McEnroe
2020-10-02Double up /help for server helpC. McEnroe
2020-09-30Use WHO for /opsC. McEnroe
2020-09-30Add /ops commandC. McEnroe