]> git.donarmstrong.com Git - infobot.git/blob - TODO
cleanup
[infobot.git] / TODO
1 TODO:
2         - let's get a release out!
3         - kill SHM and and move to a pipe
4         - add CIA like support - http://cia.navi.cx/
5         - add pastebot like support - http://sial.org/pbot/
6         - move nicks/server into sql table
7         - make channel flags be server/channel flags
8         - move channel flags to sql table, include initial state
9         - move praise from blootbot.lang to "praise:<something>" in factoids?
10         - move lart from blootbot.lang to "lart:<something>" in factoids?
11         - all IsChanConf tests MUST check for >0 as -1 is possible there are a
12           lot of incorrect "if(IsChanConf("foo")) instances now
13         - debian BTS frontend "bugs"
14         - !country
15         - !dinstall
16         - support DCC SEND of factoid (listkeys/listvals) that matched.
17         - news: show total requested count, users "registered", users
18           "ignored"
19         - add notes about news redesign to accomodate individual items
20           read - need to add id's to each item too.
21         - bind DCC CHAT service to port.
22                 - man perlipc, search for service.
23                 - do forking aswell.
24         - debian: "find -2.4.1" does not work but 2.4.1 does?
25                 - $debug var needed.
26         - check if debian downloading files are proper.
27         - verbose: say why config option was enabled/enabled.
28         - registered flags for users/channels
29                 - end of DynaConfig.pl
30                 - use in UserDCC.. warn if value is not in list.
31                 - add &checkSet() or &_chanset();
32         - attempt to move userDCC to hooks.
33                 - need to modify parseCmdHooks for user flags?
34         - make timers below 5 or 10 mins non-random values.
35         - create a .csv import/export program
36 -- EFFORT 1.
37         - make IRC/Schedulers.pl work 100%.
38                 - intervals must be multiple of the smallest one otherwise
39                   auto-fixed.
40                 - make intervals chan-specific
41                         - need to store info in $sched{$what}{$chan} =
42                         time(); when last run or next run?
43
44 Other TODO items may be listed on sourceforge. Please access it from the
45 website or this link:
46 http://sourceforge.net/pm/task.php?group_id=8794&group_project_id=3207&func=browse&set=open
47
48 ----------------------------------------------------
49 ------------ FUTURE, NON-IMPORTANT
50         - <greycat> ~country ua
51         - <irq_w> xk: add it :) and my imdb feature :)
52         - <greycat> xk: and ~bugs :)
53         - "HACKING" text file, documentation of where things start,
54           what "core" or reuseable functions are used and what for.
55         - web interface
56         - on join message - customizeable, option.
57                 - addon to UserInfo but for channels?
58         - ^B's are removed (HOW?) from factoids.
59         - asking questions.... make more guesses
60         - throttling of "help topic": push-pull system of &msg().
61         - use autoloader properly.
62                 - Module::<BLAH>::<CMD>
63                 - make a global autoloader.
64         - support notification of author of deleted factoids,
65         - flag to hide owner of factoid.
66         - table data for DCC CHAT or misc table.
67         - dynamic user//configuration file upgrade:
68                 - finer granuality(sp) of userlist/ignore file
69         - <el_gore> apt, find netconfig -- merge similar files.
70                 - and same files(1 per package) for multiple packages.
71                 - merge partial similar paths together.
72                 - do some test cases to confirm code actually works as
73                   proposed.
74
75 -- useless statistics
76 - 20010420:
77 DEBUG:      373
78 WARN:       129
79 FIXME:       35
80 status:     386
81 TODO:       145
82
83 20031111: scripts/output_stats.sh
84 DEBUG:      384
85 WARN:       167
86 FIXME:       33
87 status:     424
88 ERROR:      123
89 TODO:        91
90
91 20050217: scripts/output_stats.sh
92 DEBUG:  388
93 WARN:   164
94 FIXME:  43
95 status: 436
96 ERROR:  125
97 TODO:   158