summary refs log tree commit diff
path: root/chat.h (follow)
Commit message (Expand)AuthorAge
* 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
* Rename ignore code to filterJune McEnroe2021-01-16
* Generalize ignore toggling to visibility thresholdJune McEnroe2021-01-16
* Save and load the URL ring in the save file 1.4June McEnroe2021-01-11
* Print chain to stdout with -oJune McEnroe2021-01-10
* Add -o and -t options to trust self-signed certificatesJune McEnroe2021-01-09
* Allow configuring the upper bound of the hash functionJune McEnroe2021-01-09
* Split ignore fields to avoid over-eager * matchingJune McEnroe2021-01-01
* Factor out reply count checking and decrementingJune McEnroe2020-12-30
* Add /whowasJune McEnroe2020-12-30
* Show setnames like nick changesJune McEnroe2020-12-30
* Add /setname commandJune McEnroe2020-12-29
* Avoid eating C-c while connectingJune McEnroe2020-10-12
* Factor out styleStripJune McEnroe2020-10-09
* Double up /help for server helpJune McEnroe2020-10-02
* Use WHO for /opsJune McEnroe2020-09-30
* Add /ops commandJune McEnroe2020-09-30
* Recalculate unreadHard on reflowJune McEnroe2020-09-02
* Hide ignored messages at the soft -> hard buffer layerJune McEnroe2020-09-02
* Actually insert blank lines in the soft bufferJune McEnroe2020-09-02
* Render one main window from buffersJune McEnroe2020-09-02
* Implement buffer line wrappingJune McEnroe2020-09-01
* Factor buffer out of uiJune McEnroe2020-09-01
* Move styleParse out of uiJune McEnroe2020-09-01
* Use a static buffer for base directory pathsJune McEnroe2020-08-21
* Use configPath to load TLS cert/privJune McEnroe2020-08-20
* Refactor base dir functions to iterate over pathsJune McEnroe2020-08-20
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-04
n>Only set RCS on FreeBSDJune McEnroe 2020-04-05Log bans and unbansJune McEnroe 2020-04-05Parse mode types from ISUPPORTJune McEnroe 2020-04-05Add unscoop matchers for ban/unban eventsJune McEnroe The IRC and Textual matchers miss bans mixed with other mode changes, but those are rare. 2020-04-05Check unscoop regexps with make testJune McEnroe 2020-04-05Add unscoop -n flag for checking regexpsJune McEnroe 2020-04-05Add Ban and Unban event typesJune McEnroe 2020-04-02Update styleJune McEnroe Replacing declarations followed by while loops with for loops and generating the short option string from the long options. 2020-03-31Update unscoop catgirl matchersJune McEnroe I'm not concerned about keeping the old matchers since I'm almost entirely certain I was the only one who ever used the old version of catgirl, and I already imported those logs. 2020-03-31Fix writing verbose to stderrJune McEnroe 2020-03-02Include <>/-/* around nicks in scoop coloring 1.1June McEnroe 2020-03-02Replace .mk files with configure scriptJune McEnroe 2020-02-28Implement the causal.agency/consumer capabilityJune McEnroe 2020-02-22Include <>/-/* around nicks in coloringJune McEnroe 2020-02-22Use (almost) the full range of IRC colors for nicksJune McEnroe