]> git.donarmstrong.com Git - infobot.git/blob - TODO
50753b08ea25ad2d3f10c58b1a1c9ea60552d893
[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         - unicode flip module a la http://www.revfad.com/flip.html
38 -- EFFORT 1.
39         - make IRC/Schedulers.pl work 100%.
40                 - intervals must be multiple of the smallest one otherwise
41                   auto-fixed.
42                 - make intervals chan-specific
43                         - need to store info in $sched{$what}{$chan} =
44                         time(); when last run or next run?
45
46 Other TODO items may be listed on sourceforge. Please access it from the
47 website or this link:
48 http://sourceforge.net/pm/task.php?group_id=2241
49
50 ----------------------------------------------------
51 ------------ FUTURE, NON-IMPORTANT
52         - <greycat> ~country ua
53         - <irq_w> xk: add it :) and my imdb feature :)
54         - <greycat> xk: and ~bugs :)
55         - "HACKING" text file, documentation of where things start,
56           what "core" or reuseable functions are used and what for.
57         - web interface
58         - on join message - customizeable, option.
59                 - addon to UserInfo but for channels?
60         - ^B's are removed (HOW?) from factoids.
61         - asking questions.... make more guesses
62         - throttling of "help topic": push-pull system of &msg().
63         - use autoloader properly.
64                 - Module::<BLAH>::<CMD>
65                 - make a global autoloader.
66         - support notification of author of deleted factoids,
67         - flag to hide owner of factoid.
68         - table data for DCC CHAT or misc table.
69         - dynamic user//configuration file upgrade:
70                 - finer granuality(sp) of userlist/ignore file
71         - <el_gore> apt, find netconfig -- merge similar files.
72                 - and same files(1 per package) for multiple packages.
73                 - merge partial similar paths together.
74                 - do some test cases to confirm code actually works as
75                   proposed.
76
77
78 # vim:ts=4:sw=4:expandtab:tw=80