summary refs log tree commit diff
path: root/home/.config/nvim/colors
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-07-05 18:34:09 -0400
committerJune McEnroe <june@causal.agency>2018-07-05 18:34:09 -0400
commitb70fbb4c2d6d497d776bab859a772205d0b255bf (patch)
treefd8209891f61bfe68f1169a75fcf90bc19f3b47d /home/.config/nvim/colors
parentAdd find scrap (diff)
downloadsrc-b70fbb4c2d6d497d776bab859a772205d0b255bf.tar.gz
src-b70fbb4c2d6d497d776bab859a772205d0b255bf.zip
Add shed blood
Diffstat (limited to 'home/.config/nvim/colors')
0 files changed, 0 insertions, 0 deletions
d exit behaviorJune McEnroe2019-11-18 | * Remove ISUPPORT draft referenceJune McEnroe2019-11-18 | | | | | I don't actually deal with it at all other than storing them for syncing clients. * Document inadvertent echo bugJune McEnroe2019-11-18 | * Request NAMES on sync by defaultJune McEnroe2019-11-15 | | | | This inverts the meaning of -N! * Add concept of passive clientsJune McEnroe2019-11-14 | * Save and load full struct timevalJune McEnroe2019-11-14 | * Use struct timeval for sub-second precisionJune McEnroe2019-11-14 | * Remove server-time filter TODOJune McEnroe2019-11-14 | | | | | I think it's fine to keep it separate since it's a core function of the bouncer. * Tweak filter regexesJune McEnroe2019-11-14 | * Filter multi-prefixJune McEnroe2019-11-14 | * Replace filters with regex replacesJune McEnroe2019-11-14 | * Refactor filterUserhostInNamesJune McEnroe2019-11-13 | * Factor out wordcpy for filtersJune McEnroe2019-11-13 | * Revert "Test getopt_config"June McEnroe2019-11-11 | | | | | | This reverts commit c8a771828e1d5fc8c476bbd650fafcfb7ba390a8. It just feels gross... idk. * Test getopt_configJune McEnroe2019-11-11 | * Add userhost-in-names to manualJune McEnroe2019-11-11 | * Skip initial NAMES parametersJune McEnroe2019-11-11 | | | | | | | Channel names can contain '!' so splitting the whole message on it won't work. I hate this code though. * Filter userhost-in-namesJune McEnroe2019-11-11 | | | | I really want to be writing tests for these functions... * Compare words without copying in filtersJune McEnroe2019-11-10 | * Separate tags from all targetJune McEnroe2019-11-10 | * Filter invite-notifyJune McEnroe2019-11-10 | * Add capsicum note to READMEJune McEnroe2019-11-10 | * Filter extended-joinJune McEnroe2019-11-10 | * Expand client configuration documentation and list capabilitiesJune McEnroe2019-11-10 | * Request all supported caps from serverJune McEnroe2019-11-10 | * Filter ACCOUNT, AWAY, CHGHOST for incapable clientsJune McEnroe2019-11-10 | * Rename listen to localJune McEnroe2019-11-10 | * Remove extended-join and invite-notifyJune McEnroe2019-11-09 | | | | | | | | | | | | The remaining caps only generate new commands which can easily be filtered out when sending to clients so will be in the first pass of support. extended-join is probably safe to pass through unaltered, just causing extraneous parameters on JOIN commands, but maybe not. invite-notify reuses the INVITE command where the invited user is not self. * Maintain stateCaps and offer them to clients