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