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