about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-03-08fix up illegal char handling. oops HEAD mainequa
2022-08-27fix SIGPIPE and silly typo with overlong line protectionequa
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-13readmeequa
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-12Add GIRLFRIEND PUBLIC LICENSEequa
2022-03-10only invoke edbot with a specific prefixequa
2022-03-10make luacheck happyequa
2022-03-10proper multi channelequa
2022-03-08basic editor watcher, soon to be several editorsequa
2022-03-07initial commitequa