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