]> git.donarmstrong.com Git - infobot.git/blob - TODO
release? release?
[infobot.git] / TODO
1 TODO:
2         - let's get a release out!
3         - all IsChanConf tests MUST be checking for >0 as -1 is possible
4           there are a lot of incorrect "if(IsChanConf("foo")) instances now
5         - make sure scheduler design is _right_ - it's broken'ish.
6         - debian BTS frontend "bugs"
7         - !country
8         - !dinstall
9         - support DCC SEND of factoid (listkeys/listvals) that matched.
10         - news: show total requested count, users "registered", users
11           "ignored"
12         - add notes about news redesign to accomodate individual items
13           read - need to add id's to each item too.
14         - debian bug lookup.
15         - bind DCC CHAT service to port.
16                 - man perlipc, search for service.
17                 - do forking aswell.
18         - debian: "find -2.4.1" does not work but 2.4.1 does?
19                 - $debug var needed.
20         - check if debian downloading files are proper.
21         - verbose: say why config option was enabled/enabled.
22         - registered flags for users/channels
23                 - end of DynaConfig.pl
24                 - use in UserDCC.. warn if value is not in list.
25                 - add &checkSet() or &_chanset();
26         - update blootbot.chan and blootbot.config
27         - attempt to move userDCC to hooks.
28                 - need to modify parseCmdHooks for user flags?
29         - make timers below 5 or 10 mins non-random values.
30         - create a .csv import/export program
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 20031111: scripts/output_stats.sh
81 DEBUG:      384
82 WARN:       167
83 FIXME:       33
84 status:     424
85 ERROR:      123
86 TODO:        91