]> git.donarmstrong.com Git - infobot.git/blob - TODO
updates
[infobot.git] / TODO
1 TODO:
2         - let's get a release out!
3         - kill SHM and and move to a pipe
4         - move nicks/server into sql table
5         - make channel flags be server/channel flags
6         - move channel flags to sql table, include initial state
7         - move praise from blootbot.lang to "praise:<something>" in factoids?
8         - move lart from blootbot.lang to "lart:<something>" in factoids?
9         - add handling for channel specific factoids:
10           "#botpark logs" -> http://ibot.rikers.org/botpark
11         - all IsChanConf tests MUST be checking for >0 as -1 is possible
12           there are a lot of incorrect "if(IsChanConf("foo")) instances now
13         - move src/modules.pl to a built list from src/Modules/*
14           refresh this list on start and reload. note: lowercase and strip .pl
15         - make sure scheduler design is _right_ - it's broken'ish.
16         - debian BTS frontend "bugs"
17         - !country
18         - !dinstall
19         - support DCC SEND of factoid (listkeys/listvals) that matched.
20         - news: show total requested count, users "registered", users
21           "ignored"
22         - add notes about news redesign to accomodate individual items
23           read - need to add id's to each item too.
24         - bind DCC CHAT service to port.
25                 - man perlipc, search for service.
26                 - do forking aswell.
27         - debian: "find -2.4.1" does not work but 2.4.1 does?
28                 - $debug var needed.
29         - check if debian downloading files are proper.
30         - verbose: say why config option was enabled/enabled.
31         - registered flags for users/channels
32                 - end of DynaConfig.pl
33                 - use in UserDCC.. warn if value is not in list.
34                 - add &checkSet() or &_chanset();
35         - attempt to move userDCC to hooks.
36                 - need to modify parseCmdHooks for user flags?
37         - make timers below 5 or 10 mins non-random values.
38         - create a .csv import/export program
39 -- EFFORT 1.
40         - make IRC/Schedulers.pl work 100%.
41                 - intervals must be multiple of the smallest one
42                         - otherwise auto-fixed.
43                 - make intervals chan-specific
44                         - need to store info in $sched{$what}{$chan} =
45                         time(); when last run or next run?
46 ----------------------------------------------------
47 ------------ FUTURE, NON-IMPORTANT
48         - <greycat> ~country ua
49         - <irq_w> xk: add it :) and my imdb feature :)
50         - <greycat> xk: and ~bugs :)
51         - "HACKING" text file, documentation of where things start,
52           what "core" or reuseable functions are used and what for.
53         - web interface
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         - use autoloader properly.
60                 - Module::<BLAH>::<CMD>
61                 - make a global autoloader.
62         - support notification of author of deleted factoids,
63         - flag to hide owner of factoid.
64         - table data for DCC CHAT or misc table.
65         - dynamic user//configuration file upgrade:
66                 - finer granuality(sp) of userlist/ignore file
67         - <el_gore> apt, find netconfig -- merge similar files.
68                 - and same files(1 per package) for multiple packages.
69                 - merge partial similar paths together.
70                 - do some test cases to confirm code actually works as
71                   proposed.
72
73 -- useless statistics
74 - 20010420:
75 DEBUG:      373
76 WARN:       129
77 FIXME:       35
78 status:     386
79 TODO:       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