]> git.donarmstrong.com Git - infobot.git/blob - TODO
todo list, for those who want to know what "new" features will be coming
[infobot.git] / TODO
1 CVS COMMIT:
2
3
4
5 TODO:
6         - make sure scheduler design is _right_ - it's broken'ish.
7         - debian BTS frontend "bugs"
8         - !country
9         - !dinstall
10         - support DCC SEND of factoid (listkeys/listvals) that matched.
11         - news: show total requested count, users "registered", users
12           "ignored"
13         - add notes about news redesign to accomodate individual items
14           read - need to add id's to each item too.
15         - debian bug lookup.
16         - bind DCC CHAT service to port.
17                 - man perlipc, search for service.
18                 - do forking aswell.
19         - debian: "find -2.4.1" does not work but 2.4.1 does?
20                 - $debug var needed.
21         - check if debian downloading files are proper.
22         - verbose: say why config option was enabled/enabled.
23         - registered flags for users/channels
24                 - end of DynaConfig.pl
25                 - use in UserDCC.. warn if value is not in list.
26                 - add &checkSet() or &_chanset();
27         - update sample.chan and sample.config
28         - attempt to move userDCC to hooks.
29                 - need to modify parseCmdHooks for user flags?
30         - make timers below 5 or 10 mins non-random values.
31 -- EFFORT 1.
32         - make IRC/Schedulers.pl work 100%.
33                 - intervals must be multiple of the smallest one
34                         - otherwise auto-fixed.
35                 - make intervals chan-specific
36                         - need to store info in $sched{$what}{$chan} =
37                         time(); when last run or next run?
38 ----------------------------------------------------
39 ------------ FUTURE, NON-IMPORTANT
40         - <greycat> ~country ua
41         - <irq_w> xk: add it :) and my imdb feature :)
42         - <greycat> xk: and ~bugs :)
43         - stats to keep common words.
44                 - "heh", "?", "lol", ":)", "hi"
45         - "HACKING" text file, documentation of where things start,
46           what "core" or reuseable functions are used and what for.
47         - web interface... learn php + tables.
48         - on join message - customizeable, option.
49                 - addon to UserInfo but for channels?
50         - ^B's are removed (HOW?) from factoids.
51         - asking questions.... make more guesses
52         - throttling of "help topic": push-pull system of &msg().
53         - one key for berk db to show format...
54         - use autoloader properly.
55                 - Module::<BLAH>::<CMD>
56                 - make a global autoloader.
57         - support notification of author of deleted factoids,
58         - flag to hide owner of factoid.
59         - table data for DCC CHAT or misc table.
60         - DYNAMIC USER//CONFIGURATION FILE UPGRADE:
61                 - finer granuality(sp) of userlist/ignore file
62         - <el_gore> apt, find netconfig -- merge similar files.
63                 - and same files(1 per package) for multiple packages.
64                 - merge partial similar paths together.
65                 - do some test cases to confirm code actually works as
66                   proposed.
67
68 ------------------- useless statistics
69 - 20010420:
70 [router] [~blootbot/src] # grep DEBUG `find -type f`| wc -l
71     373
72 [router] [~blootbot/src] # grep WARN `find -type f` | wc -l
73     129
74 [router] [~blootbot/src] # grep FIXME `find -type f` | wc -l
75      35
76 [router] [~blootbot/src] # grep status `find -type f` | wc -l
77     386
78 [router] [~blootbot/src] # grep ERROR `find -type f` | wc -l
79     145
80