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