]> jfr.im git - erebus.git/blobdiff - TODO
control - add autoload flag to manipulate autoloads
[erebus.git] / TODO
diff --git a/TODO b/TODO
index 4fe752319ebc310c5ad6a33a787debcd690bbf7f..c00ec4ea32005e6b943af445a5dc186807731ecd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
+vim: expandtab sw=2 ts=2
+
 - add (optional) timeout for wait_for_hidden_host
 
 - add ability for modules to register additional sockets to monitor
 - a module to set config settings at runtime
   or at least commands to set some config settings like autoloading a module
 
-- fix crash when joining a channel that is forwarded
+- fix crash when joining a channel that is forwarded (or otherwise force-joined by the server)
+
+- fix urls:
+  - disallow private addresses as much as possible
+  - add a time limit if possible
+
+- add module with !join / !part / is there clevel management? etc
+
+- add SQL "migrations" support to core for modules
+  and store module data in SQL instead of json's
+
+- better config... or better yet just move non-DB-related config into the database
+  - needs a better format if its used for generic module data; particularly because /\s#/ starts a comment instead of naming a channel
+  - needs to retain comments when config file is saved
+
+- a module for administering channel users (copy from admin_user) and adding/removing channels
+
+- modlib function for parsing option arguments (like !MODLOAD has now)