]> git.donarmstrong.com Git - infobot.git/blob - TODO
rename ^[+-] commands
[infobot.git] / TODO
1 TODO:
2         - let's get a release out!
3         - rename ^[+-] commands
4         - remind - like this and others: http://jibble.org/reminderbot/
5         - kill SHM and and move to a pipe
6         - add CIA like support - http://cia.navi.cx/
7         - add pastebot like support - http://sial.org/pbot/
8         - move nicks/server into sql table
9         - make channel flags be server/channel flags
10         - move channel flags to sql table, include initial state
11         - move praise from blootbot.lang to "praise:<something>" in factoids?
12         - move lart from blootbot.lang to "lart:<something>" in factoids?
13         - all IsChanConf tests MUST check for >0 as -1 is possible there are a
14           lot of incorrect "if(IsChanConf("foo")) instances now
15         - debian BTS frontend "bugs"
16         - !country
17         - !dinstall
18         - support DCC SEND of factoid (listkeys/listvals) that matched.
19         - news: show total requested count, users "registered", users
20           "ignored"
21         - add notes about news redesign to accomodate individual items
22           read - need to add id's to each item too.
23         - bind DCC CHAT service to port.
24                 - man perlipc, search for service.
25                 - do forking aswell.
26         - debian: "find -2.4.1" does not work but 2.4.1 does?
27                 - $debug var needed.
28         - check if debian downloading files are proper.
29         - verbose: say why config option was enabled/enabled.
30         - registered flags for users/channels
31                 - end of DynaConfig.pl
32                 - use in UserDCC.. warn if value is not in list.
33                 - add &checkSet() or &_chanset();
34         - attempt to move userDCC to hooks.
35                 - need to modify parseCmdHooks for user flags?
36         - make timers below 5 or 10 mins non-random values.
37         - create a .csv import/export program
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=8794&group_project_id=3207&func=browse&set=open
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 -- useless statistics
78 - 20010420:
79 DEBUG:      373
80 WARN:       129
81 FIXME:       35
82 status:     386
83 TODO:       145
84
85 20031111: scripts/output_stats.sh
86 DEBUG:      384
87 WARN:       167
88 FIXME:       33
89 status:     424
90 ERROR:      123
91 TODO:        91
92
93 20050217: scripts/output_stats.sh
94 DEBUG:  388
95 WARN:   164
96 FIXME:  43
97 status: 436
98 ERROR:  125
99 TODO:   158