summary refs log tree commit diff
path: root/www/text.causal.agency/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-06-28 09:42:51 -0400
committerJune McEnroe <june@causal.agency>2021-06-28 09:42:51 -0400
commit789e0ac23badded092160ecf58f0021bd3b9aa4f (patch)
tree8b7f2204e1b187620ad81da1b48e666ef157e921 /www/text.causal.agency/Makefile
parentAdd SAUSAGE (diff)
downloadsrc-789e0ac23badded092160ecf58f0021bd3b9aa4f.tar.gz
src-789e0ac23badded092160ecf58f0021bd3b9aa4f.zip
Don't run sctd
Non-daylight aware colour temperature adjustment just doesn't work
right.
Diffstat (limited to 'www/text.causal.agency/Makefile')
0 files changed, 0 insertions, 0 deletions
'>| * Add /awayJune McEnroe2020-02-14 | * Save heat, unreadTotal, unreadWarmJune McEnroe2020-02-14 | * Track unreadTotal and unreadWarm separatelyJune McEnroe2020-02-14 | | | | | Otherwise reflow's calculation of unreadLines is always going to be wrong if there were Cold lines interspersed. * Don't copy into cut buffer during tab completeJune McEnroe2020-02-14 | * Set hidden to true initiallyJune McEnroe2020-02-13 | | | | Otherwise uiShow in uiInit does nothing, of course. * Document environment variables usedJune McEnroe2020-02-13 | * Add /execJune McEnroe2020-02-13 | * Only uiShow if hidden and only uiHide if shownJune McEnroe2020-02-13 | * Rename procPipe to utilPipeJune McEnroe2020-02-13 | * Set swap correctly when closing a windowJune McEnroe2020-02-13 | | | | I knew I missed something. * Refactor windows into array and add /moveJune McEnroe2020-02-13 | | | | Oof. * Clean up manual lintsJune McEnroe2020-02-13 | | | | | | Wish I could use mandoc -T lint as part of the dev target but it complains about missing referenced pages without a way to turn that off that I can find. * Add -g for generating certificatesJune McEnroe2020-02-13 | | | | Copied from pounce. * Explicitly close the TLS connectionJune McEnroe2020-02-13 | | | | Just to be nice. * Add sandman wrapperJune McEnroe2020-02-12 | * Document scripts in READMEJune McEnroe2020-02-12 | * Add -N flag for notificationsJune McEnroe2020-02-12 | * Mark and unmark on uiHide, uiShowJune McEnroe2020-02-12 | * Hide debug prompt if buffer starts with /June McEnroe2020-02-12 | * Only exit on errorneous nick during registrationJune McEnroe2020-02-12 | * Add 378 to list of WHOIS responsesJune McEnroe2020-02-12 | | | | | It's the one (from freenode anyway) that tells you where you're connecting from. * Implement source address selectionmultiplexd2020-02-13 | | | | | | This commit adds a '-S' command line option and a "bind" configuration file option to specify the source address to bind to when connecting to the IRC server. * Add /listJune McEnroe2020-02-12 | * Simplify transpose swap