]> jfr.im git - erebus.git/blame_incremental - TODO
implement better flood control.
[erebus.git] / TODO
... / ...
CommitLineData
1handle nick in use
261901.935 Erebus [I] :underworld2.no.quakenet.org 433 * Erebus :Nickname is already in use.
3
4== other ==
5module: help (generic help system)
6module: user (global access) management
7module: channel access management
8module: chanop (kick/ban/etc)
9module: userinfo (store f.e. country code, for other modules)
10
11modlib: allow lib.hook with a first argument list or tuple (aliases)
12
13ctlmod: needs to print out a traceback. traceback.print_exc().
14
15core: watchdog timer (check how long since last received, if >5m restart)
16
17
18== ?????? ==
19- Store User and Channel objects
20- Add no-such-command error to Bot().parsemsg
21
22
23== trivia ==
24[X] dynamic question/answers (simple maths e.g. n+7=randomnumber(4-9), what day of the week was it yesterday)
25[X] twitter notifications of new rounds
26[X] multiple answers (how can you cook an egg? boil|fry|poach|scramble)
27[X] progressive clues
28[X] anti-cheat mechanism (copy/paste random characters)
29[X] ability to modify parameters (HINTNUM, etc) & store in db instead of code
30[X] question management system done via irc
31[X] voting for next round target points
32[X] automatically change topic
33[X] automatic periodically displaying top 10 by country (assigned countries by stored player stats)
34 implemented as part of !top10 and TOPIC instead
35[X] error reporting system (one exists with hashie but it sucked and no one checked it)
36[X] live high score table on webpage (stats accessible)
37[X] auto topic changes for last round won (configurable by a text file or similar)
38
39
40convert to using MySQL for question/stat/game storage
41multi-channel
42team play (Create/edit/addplayer/removeplayer) needs password & email address for team captain
43stats. lots of them. (per round/lifetime stats, fastest, biggest streak, team stats, etc)
44question categories (able to change different question lists currently in use. i.e. tv/movies/music/general/etc categories)
45small challenges for preset targets (e.g. 1st to 20 points/most points in 10 mins) player vs player, team vs team, free for all)
46question management system done via web
47team play (Create/edit/addplayer/removeplayer) needs password & email address for team captain
48question categories (able to change different question lists currently in use. i.e. tv/movies/music/general/etc categories)