X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=TODO;h=26dfd7a29abf20e161db12e958b78d73ec9b894d;hb=7e0510ccd408b7f6f83deca885eeca831a1eec6b;hp=5bdfc2ed1378d5de607ee511f1b6e32d1e0d2149;hpb=505e93804ead4005d88e0294a596190b01c080f1;p=infobot.git diff --git a/TODO b/TODO index 5bdfc2e..26dfd7a 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,15 @@ -CVS COMMIT: - - - TODO: - - make sure scheduler design is _right_ - it's broken'ish. + - let's get a release out! + - 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? + - all IsChanConf tests MUST check for >0 as -1 is possible there are a + lot of incorrect "if(IsChanConf("foo")) instances now - debian BTS frontend "bugs" - !country - !dinstall @@ -12,7 +18,6 @@ TODO: "ignored" - add notes about news redesign to accomodate individual items read - need to add id's to each item too. - - debian bug lookup. - bind DCC CHAT service to port. - man perlipc, search for service. - do forking aswell. @@ -24,40 +29,42 @@ TODO: - end of DynaConfig.pl - use in UserDCC.. warn if value is not in list. - add &checkSet() or &_chanset(); - - update sample.chan and sample.config - attempt to move userDCC to hooks. - need to modify parseCmdHooks for user flags? - make timers below 5 or 10 mins non-random values. + - 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=8794&group_project_id=3207&func=browse&set=open + ---------------------------------------------------- ------------ FUTURE, NON-IMPORTANT - ~country ua - xk: add it :) and my imdb feature :) - xk: and ~bugs :) - - stats to keep common words. - - "heh", "?", "lol", ":)", "hi" - "HACKING" text file, documentation of where things start, what "core" or reuseable functions are used and what for. - - web interface... learn php + tables. + - web interface - on join message - customizeable, option. - addon to UserInfo but for channels? - ^B's are removed (HOW?) from factoids. - asking questions.... make more guesses - throttling of "help topic": push-pull system of &msg(). - - one key for berk db to show format... - use autoloader properly. - Module:::: - make a global autoloader. - support notification of author of deleted factoids, - flag to hide owner of factoid. - table data for DCC CHAT or misc table. - - DYNAMIC USER//CONFIGURATION FILE UPGRADE: + - dynamic user//configuration file upgrade: - finer granuality(sp) of userlist/ignore file - apt, find netconfig -- merge similar files. - and same files(1 per package) for multiple packages. @@ -65,16 +72,26 @@ TODO: - do some test cases to confirm code actually works as proposed. -------------------- useless statistics +-- useless statistics - 20010420: -[router] [~blootbot/src] # grep DEBUG `find -type f`| wc -l - 373 -[router] [~blootbot/src] # grep WARN `find -type f` | wc -l - 129 -[router] [~blootbot/src] # grep FIXME `find -type f` | wc -l - 35 -[router] [~blootbot/src] # grep status `find -type f` | wc -l - 386 -[router] [~blootbot/src] # grep ERROR `find -type f` | wc -l - 145 +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 +20050217: scripts/output_stats.sh +DEBUG: 388 +WARN: 164 +FIXME: 43 +status: 436 +ERROR: 125 +TODO: 158