]> git.donarmstrong.com Git - infobot.git/blob - TODO
scripts/dbm2mysql.pl is broken
[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         - create a .csv import/export program
32 -- EFFORT 1.
33         - make IRC/Schedulers.pl work 100%.
34                 - intervals must be multiple of the smallest one
35                         - otherwise auto-fixed.
36                 - make intervals chan-specific
37                         - need to store info in $sched{$what}{$chan} =
38                         time(); when last run or next run?
39 ----------------------------------------------------
40 ------------ FUTURE, NON-IMPORTANT
41         - <greycat> ~country ua
42         - <irq_w> xk: add it :) and my imdb feature :)
43         - <greycat> xk: and ~bugs :)
44         - stats to keep common words.
45                 - "heh", "?", "lol", ":)", "hi"
46         - "HACKING" text file, documentation of where things start,
47           what "core" or reuseable functions are used and what for.
48         - web interface... learn php + tables.
49         - on join message - customizeable, option.
50                 - addon to UserInfo but for channels?
51         - ^B's are removed (HOW?) from factoids.
52         - asking questions.... make more guesses
53         - throttling of "help topic": push-pull system of &msg().
54         - one key for berk db to show format...
55         - use autoloader properly.
56                 - Module::<BLAH>::<CMD>
57                 - make a global autoloader.
58         - support notification of author of deleted factoids,
59         - flag to hide owner of factoid.
60         - table data for DCC CHAT or misc table.
61         - DYNAMIC USER//CONFIGURATION FILE UPGRADE:
62                 - finer granuality(sp) of userlist/ignore file
63         - <el_gore> apt, find netconfig -- merge similar files.
64                 - and same files(1 per package) for multiple packages.
65                 - merge partial similar paths together.
66                 - do some test cases to confirm code actually works as
67                   proposed.
68
69 ------------------- useless statistics
70 - 20010420:
71 [router] [~blootbot/src] # grep DEBUG `find -type f`| wc -l
72     373
73 [router] [~blootbot/src] # grep WARN `find -type f` | wc -l
74     129
75 [router] [~blootbot/src] # grep FIXME `find -type f` | wc -l
76      35
77 [router] [~blootbot/src] # grep status `find -type f` | wc -l
78     386
79 [router] [~blootbot/src] # grep ERROR `find -type f` | wc -l
80     145
81