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