]> jfr.im git - erebus.git/blobdiff - TODO
msg module
[erebus.git] / TODO
diff --git a/TODO b/TODO
index 5cd043f090713e5ceeb483dbd7f3833d6e66804a..40f356eeec0fb5de224cd64cf923adbdba48b492 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,37 +1,40 @@
-== trivia ==
-v1:
-       ability to modify parameters (HINTNUM, etc) & store in db instead of code
-       voting for next round target points
-v2:
-       multi-channel
-       team play
-       statistics
-
 == other ==
-module for user management
-module for channel management
+module: user (global access) management
+module: channel access management (addchanuser/delchanuser)
+module: autoop (op/voice/etc on join)
+channel management bans,kicks,voices,ops,bot-ignores...
+
+ctlmod: needs to print out a traceback. traceback.print_exc().
+
+core: watchdog timer (check how long since last received, if >5m restart)
+core: add "wantchan" (for commands which prefer, but don't require, a channel - like whois)
 
 
 == ?????? ==
 - Store User and Channel objects
-- Add no-such-command error to Bot().parsemsg
 
 
-== wibble ==
-main features
-
+== 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
+[X] error reporting system (one exists with hashie but it sucked and no one checked it)
+[X] live high score table on webpage (stats accessible)
+[X] auto topic changes for last round won (configurable by a text file or similar)
+[X] question categories (able to change different question lists currently in use. i.e. tv/movies/music/general/etc categories)
+
+
+convert to using MySQL for question/stat/game storage
+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)
-question management system done via irc AND web interface
-live high score table on webpage (stats accessible)
-channel & user management (bans/kicks/ops/voice/etc)
-
-
-additional features
-
-error reporting system (one exists with hashie but it sucked and no one checked it)
-[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)
+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