about summary refs log tree commit diff
path: root/scripts/sandman.m (follow)
Commit message (Expand)AuthorAge
* Replace int opt; while with for loop in sandmanJune McEnroe2020-03-31
* Add sandman wrapperJune McEnroe2020-02-12
om 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 * Replace catf with something that tracks lenJune McEnroe2020-07-30 * Define explicit_bzero using memset_s on macOSJune McEnroe2020-07-30 * Remove use of strlcatJune McEnroe2020-07-30 * Bump ParamCap to 254June McEnroe2020-06-24 * Add additional permission for linking with LibreSSLJune McEnroe2020-06-08 * Mark global variables in chat.h as externMichael Forney2020-05-07 * Check ignores against idJune McEnroe2020-04-07 * Add M-q to collapse whitespaceJune McEnroe2020-04-07 * Add /ignore message filtering patternsJune McEnroe2020-03-31 * Add text macrosJune McEnroe2020-03-30 * Add logging functionsJune McEnroe2020-03-25 * Track MODE in repliesJune McEnroe2020-03-23 * Assume worst case for unknown user and host in splitMessageJune McEnroe2020-03-23 * Track own host, handle CHGHOSTJune McEnroe2020-03-22 * Implement the causal.agency/consumer capabilityJune McEnroe2020-02-29 * Add /mode, /except, /invex and handle lists repliesJune McEnroe2020-02-25 * Add /ban, /unban and handle ban list repliesJune McEnroe2020-02-19 * Various small cleanupsJune McEnroe2020-02-16 * Replace a lot of snprintf with a catf implementationJune McEnroe2020-02-16