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