From: John Runyon Date: Thu, 2 Nov 2023 00:21:37 +0000 (-0600) Subject: TODO X-Git-Url: https://jfr.im/git/erebus.git/commitdiff_plain/79b19e3096c92923bf5ec7ce0dd68b950156a625 TODO --- diff --git a/TODO b/TODO index cea0187..31fcacf 100644 --- a/TODO +++ b/TODO @@ -9,6 +9,8 @@ vim: expandtab sw=2 ts=2 - add a pipe which allows to input commands even when IRC connection is gone this might be difficult since there won't be a bot or user or chan object... +- add optional message wrapping in the core (instead of just truncation) + - implement timers in the core and/or modlib, by adjusting the select timeout whenever a timer is pending. call timers as part of the event loop. this has the potential to remove a LOT of the threading.