]> jfr.im git - erebus.git/blobdiff - TODO
TODO
[erebus.git] / TODO
diff --git a/TODO b/TODO
index c53844ccb626934516537b0cbd6210c1231b25fd..b9cf8cc9d548061edd01eae2eb512f055dcb8fc8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,40 +1,22 @@
-== other ==
-module: help (generic help system)
-module: user (global access) management
-module: channel access management
-module: chanop (kick/ban/etc)
-module: userinfo (store f.e. country code, for other modules)
+vim: expandtab sw=2 ts=2
 
-modlib: allow lib.hook with a first argument list or tuple (aliases)
+- add (optional) timeout for wait_for_hidden_host
 
-ctlmod: needs to print out a traceback. traceback.print_exc().
+- add ability for modules to register additional sockets to monitor
+  (and socket_listener example module)
+  also FDs so the bot can monitor a pipe
+  - 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...
 
+- 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.
 
-== ?????? ==
-- Store User and Channel objects
-- Add no-such-command error to Bot().parsemsg
+- 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
 
-== trivia ==
-[X] dynamic question/answers (simple maths e.g. n+7=randomnumber(4-9), what day of the week was it yesterday)
-[X] twitter notifications of new rounds
-[X] multiple answers (how can you cook an egg? boil|fry|poach|scramble)
-[X] progressive clues
-[X] anti-cheat mechanism (copy/paste random characters)
-[X] ability to modify parameters (HINTNUM, etc) & store in db instead of code
-[X] question management system done via irc
-[X] voting for next round target points
-[X] automatically change topic
-[X] automatic periodically displaying top 10 by country (assigned countries by stored player stats)
-       implemented as part of !top10 and TOPIC instead
-
-v2
-       multi-channel
-       team play (Create/edit/addplayer/removeplayer) needs password & email address for team captain
-       stats. lots of them. (per round/lifetime stats, fastest, biggest streak, team stats, etc)
-       live high score table on webpage (stats accessible)
-       error reporting system (one exists with hashie but it sucked and no one checked it)
-       question categories (able to change different question lists currently in use. i.e. tv/movies/music/general/etc categories)
-       auto topic changes for last round won (configurable by a text file or similar)
-       small challenges for preset targets (e.g. 1st to 20 points/most points in 10 mins) player vs player, team vs team, free for all)
-       question management system done via web
+- fix urls:
+  - disallow private addresses as much as possible
+  - add a time limit if possible