diff options
author | equa <equaa@protonmail.com> | 2022-03-13 15:48:52 +0000 |
---|---|---|
committer | equa <equaa@protonmail.com> | 2022-03-13 15:48:52 +0000 |
commit | 199b82b6767dcbe0a3e5cd770402d87e1be04f31 (patch) | |
tree | a70e36d19e005ae74e65ad49c16dfba486d73764 /TODO | |
parent | 24808397734a69ca0b8d41a32969939a9451496e (diff) |
fix host configuration
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/TODO b/TODO index 3ebad64..673b2fa 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,15 @@ have the shell cd for us (we can do this by running sh -c, but making it cd would be better) support joining irc channels with keys -=== -signify what kind of commands we need (we can use b as a prefix?) -find a name (bed? multihEaD? googlEDocs?) +support empty lines +throttle really long messages +- barring real absurd cases i think the best way to do this would +- be to cut off any more than N (say ten) messages sent to a channel + within any timespan (say, a second) + commands with a lot of output (1000 lines, say) will probably be processed + by the queue fast enough to just get rid of them + this isn't the best possible system but it will work +support irc auth (configurable USER and also password auth) +reasonable interop between unicode and non-unicode +- we can just send bytes as-is, but i think this is unwise. we can + *accept* bytes as is, which is fine i think, and then make non- + unicode bytes turn into their unicode counterparts |