]> git.donarmstrong.com Git - infobot.git/blob - TODO
use result div in babelfish
[infobot.git] / TODO
1 TODO:
2         - Normalize the SQL tables a little better to reduce size and increase speed
3         - Keep the Changelog, TODO and BUGS files up to date. Clean things up a bit
4         - rename ^[+-] commands
5         - remind - like this and others: http://jibble.org/reminderbot/
6         - kill SHM and and move to a pipe
7         - add CIA like support - http://cia.navi.cx/
8         - add pastebot like support - http://sial.org/pbot/
9         - move nicks/server into sql table
10         - make channel flags be server/channel flags
11         - move channel flags to sql table, include initial state
12         - move praise from infobot.lang to "praise:<something>" in factoids?
13         - move lart from infobot.lang to "lart:<something>" in factoids?
14         - debian BTS frontend "bugs"
15         - !country
16         - !dinstall
17         - support DCC SEND of factoid (listkeys/listvals) that matched.
18         - news: show total requested count, users "registered", users
19           "ignored"
20         - add notes about news redesign to accomodate individual items
21           read - need to add id's to each item too.
22         - bind DCC CHAT service to port.
23                 - man perlipc, search for service.
24                 - do forking aswell.
25         - debian: "find -2.4.1" does not work but 2.4.1 does?
26                 - $debug var needed.
27         - check if debian downloading files are proper.
28         - verbose: say why config option was enabled/enabled.
29         - registered flags for users/channels
30                 - end of DynaConfig.pl
31                 - use in UserDCC.. warn if value is not in list.
32                 - add &checkSet() or &_chanset();
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 otherwise
40                   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 Other TODO items may be listed on sourceforge. Please access it from the
46 website or this link:
47 http://sourceforge.net/pm/task.php?group_id=2241
48
49 ----------------------------------------------------
50 ------------ FUTURE, NON-IMPORTANT
51         - <greycat> ~country ua
52         - <irq_w> xk: add it :) and my imdb feature :)
53         - <greycat> xk: and ~bugs :)
54         - "HACKING" text file, documentation of where things start,
55           what "core" or reuseable functions are used and what for.
56         - web interface
57         - on join message - customizeable, option.
58                 - addon to UserInfo but for channels?
59         - ^B's are removed (HOW?) from factoids.
60         - asking questions.... make more guesses
61         - throttling of "help topic": push-pull system of &msg().
62         - use autoloader properly.
63                 - Module::<BLAH>::<CMD>
64                 - make a global autoloader.
65         - support notification of author of deleted factoids,
66         - flag to hide owner of factoid.
67         - table data for DCC CHAT or misc table.
68         - dynamic user//configuration file upgrade:
69                 - finer granuality(sp) of userlist/ignore file
70         - <el_gore> apt, find netconfig -- merge similar files.
71                 - and same files(1 per package) for multiple packages.
72                 - merge partial similar paths together.
73                 - do some test cases to confirm code actually works as
74                   proposed.
75
76
77 # vim:ts=4:sw=4:expandtab:tw=80