about summary refs log tree commit diff
path: root/TODO
AgeCommit message (Collapse)Author
2023-03-08fix up illegal char handling. oops HEAD mainequa
2022-03-13support empty linesequa
we now output 0F (irc formatting reset) after every message. it's a little silly but it's consistent, so dealing with it is easy enough.
2022-03-13Various fixesequa
- 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
2022-03-13fix host configurationequa
2022-03-10only invoke edbot with a specific prefixequa
2022-03-07initial commitequa