]> git.donarmstrong.com Git - infobot.git/blob - TODO
#channelname factoid overrides factoid in a channel
[infobot.git] / TODO
1 DONE:
2         - add handling for channel specific factoids:
3           "#botpark logs" -> http://ibot.rikers.org/botpark
4 TODO:
5         - let's get a release out!
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 blootbot.lang to "praise:<something>" in factoids?
13         - move lart from blootbot.lang to "lart:<something>" in factoids?
14         - all IsChanConf tests MUST be checking for >0 as -1 is possible
15           there are a lot of incorrect "if(IsChanConf("foo")) instances now
16         - move src/modules.pl to a built list from src/Modules/*
17           refresh this list on start and reload. note: lowercase and strip .pl
18         - make sure scheduler design is _right_ - it's broken'ish.
19         - debian BTS frontend "bugs"
20         - !country
21         - !dinstall
22         - support DCC SEND of factoid (listkeys/listvals) that matched.
23         - news: show total requested count, users "registered", users
24           "ignored"
25         - add notes about news redesign to accomodate individual items
26           read - need to add id's to each item too.
27         - bind DCC CHAT service to port.
28                 - man perlipc, search for service.
29                 - do forking aswell.
30         - debian: "find -2.4.1" does not work but 2.4.1 does?
31                 - $debug var needed.
32         - check if debian downloading files are proper.
33         - verbose: say why config option was enabled/enabled.
34         - registered flags for users/channels
35                 - end of DynaConfig.pl
36                 - use in UserDCC.. warn if value is not in list.
37                 - add &checkSet() or &_chanset();
38         - attempt to move userDCC to hooks.
39                 - need to modify parseCmdHooks for user flags?
40         - make timers below 5 or 10 mins non-random values.
41         - create a .csv import/export program
42 -- EFFORT 1.
43         - make IRC/Schedulers.pl work 100%.
44                 - intervals must be multiple of the smallest one
45                         - otherwise auto-fixed.
46                 - make intervals chan-specific
47                         - need to store info in $sched{$what}{$chan} =
48                         time(); when last run or next run?
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 -- useless statistics
77 - 20010420:
78 DEBUG:      373
79 WARN:       129
80 FIXME:       35
81 status:     386
82 TODO:       145
83 20031111: scripts/output_stats.sh
84 DEBUG:      384
85 WARN:       167
86 FIXME:       33
87 status:     424
88 ERROR:      123
89 TODO:        91