X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=TODO;h=579c6c34afc11436a09ed37547f5593f33076268;hb=45e51047c2df703229843193e49fb9829489170f;hp=2d32a5ca56f2d1f78ccc3f47e7f6e778965a6e58;hpb=4eb6e49ecad76190bb0771240c029dbc8cac4f8f;p=infobot.git diff --git a/TODO b/TODO index 2d32a5c..579c6c3 100644 --- a/TODO +++ b/TODO @@ -1,20 +1,16 @@ TODO: - - let's get a release out! + - Normalize the SQL tables a little better to reduce size and increase speed + - Keep the Changelog, TODO and BUGS files up to date. Clean things up a bit + - rename ^[+-] commands + - remind - like this and others: http://jibble.org/reminderbot/ - kill SHM and and move to a pipe - add CIA like support - http://cia.navi.cx/ - add pastebot like support - http://sial.org/pbot/ - move nicks/server into sql table - make channel flags be server/channel flags - move channel flags to sql table, include initial state - - move praise from blootbot.lang to "praise:" in factoids? - - move lart from blootbot.lang to "lart:" in factoids? - - add handling for channel specific factoids: - "#botpark logs" -> http://ibot.rikers.org/botpark - - all IsChanConf tests MUST be checking for >0 as -1 is possible - there are a lot of incorrect "if(IsChanConf("foo")) instances now - - move src/modules.pl to a built list from src/Modules/* - refresh this list on start and reload. note: lowercase and strip .pl - - make sure scheduler design is _right_ - it's broken'ish. + - move praise from infobot.lang to "praise:" in factoids? + - move lart from infobot.lang to "lart:" in factoids? - debian BTS frontend "bugs" - !country - !dinstall @@ -40,11 +36,16 @@ TODO: - create a .csv import/export program -- EFFORT 1. - make IRC/Schedulers.pl work 100%. - - intervals must be multiple of the smallest one - - otherwise auto-fixed. + - intervals must be multiple of the smallest one otherwise + auto-fixed. - make intervals chan-specific - need to store info in $sched{$what}{$chan} = time(); when last run or next run? + +Other TODO items may be listed on sourceforge. Please access it from the +website or this link: +http://sourceforge.net/pm/task.php?group_id=2241 + ---------------------------------------------------- ------------ FUTURE, NON-IMPORTANT - ~country ua @@ -72,17 +73,5 @@ TODO: - do some test cases to confirm code actually works as proposed. --- useless statistics -- 20010420: -DEBUG: 373 -WARN: 129 -FIXME: 35 -status: 386 -TODO: 145 -20031111: scripts/output_stats.sh -DEBUG: 384 -WARN: 167 -FIXME: 33 -status: 424 -ERROR: 123 -TODO: 91 + +# vim:ts=4:sw=4:expandtab:tw=80