diff options
author | equa <equaa@protonmail.com> | 2022-03-13 18:01:02 +0000 |
---|---|---|
committer | equa <equaa@protonmail.com> | 2022-03-13 18:10:04 +0000 |
commit | 2d581a2b62a398963e4e418243b10e02b8d648af (patch) | |
tree | 992c7352f2451a50e4c6cb20dfdfc5262bc0580e /TODO | |
parent | 199b82b6767dcbe0a3e5cd770402d87e1be04f31 (diff) |
Various fixes
- add directory configuration option - add debug mode for checking output - fix FIFOs not actually being FIFOs - add user and pass configuration options - validate config files - don't fail instantly if we fail to exec or chdir; instead, wait for input to avoid restart loops - have ed restart on JOIN rather than instantly - output stderr to the channel as well
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO index 673b2fa..028c7b4 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,3 @@ -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 support empty lines throttle really long messages |