]> jfr.im git - erebus.git/blame - TODO
update TODOs
[erebus.git] / TODO
CommitLineData
e6143050 1== other ==
d4ebb42e 2module: user (global access) management
8e9421c3 3module: channel access management (addchanuser/delchanuser)
d4ebb42e 4module: chanop (kick/ban/etc)
8e9421c3 5module: autoop (op/voice/etc on join)
6channel management bans,kicks,voices,ops,bot-ignores...
9eea81c9 7
add2c579 8ctlmod: needs to print out a traceback. traceback.print_exc().
9
a5c12cc7 10core: watchdog timer (check how long since last received, if >5m restart)
8e9421c3 11core: add "wantchan" (for commands which prefer, but don't require, a channel - like whois)
a5c12cc7 12
e6143050 13
14== ?????? ==
676b2a85 15- Store User and Channel objects
d3f42331 16
b5390e89 17
d4ebb42e
J
18== trivia ==
19[X] dynamic question/answers (simple maths e.g. n+7=randomnumber(4-9), what day of the week was it yesterday)
20[X] twitter notifications of new rounds
21[X] multiple answers (how can you cook an egg? boil|fry|poach|scramble)
b5390e89
J
22[X] progressive clues
23[X] anti-cheat mechanism (copy/paste random characters)
9eea81c9 24[X] ability to modify parameters (HINTNUM, etc) & store in db instead of code
25[X] question management system done via irc
c53f6514 26[X] voting for next round target points
f8cc0124 27[X] automatically change topic
8a32a178 28[X] automatic periodically displaying top 10 by country (assigned countries by stored player stats)
29 implemented as part of !top10 and TOPIC instead
d891913e 30[X] error reporting system (one exists with hashie but it sucked and no one checked it)
31[X] live high score table on webpage (stats accessible)
32[X] auto topic changes for last round won (configurable by a text file or similar)
8ad3a154 33[X] question categories (able to change different question lists currently in use. i.e. tv/movies/music/general/etc categories)
d3f42331 34
d891913e 35
36convert to using MySQL for question/stat/game storage
37multi-channel
38team play (Create/edit/addplayer/removeplayer) needs password & email address for team captain
39stats. lots of them. (per round/lifetime stats, fastest, biggest streak, team stats, etc)
d891913e 40small challenges for preset targets (e.g. 1st to 20 points/most points in 10 mins) player vs player, team vs team, free for all)
41question management system done via web