From 26e046d30276318d23d6d8999af91c5ea5a234fa Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 18 Feb 2005 03:47:19 +0000 Subject: [PATCH] cleanup git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1144 c11ca15a-4712-0410-83d8-924469b57eb5 --- FAQ | 11 ----------- TODO | 28 ++++++++++++++++++---------- 2 files changed, 18 insertions(+), 21 deletions(-) delete mode 100644 FAQ diff --git a/FAQ b/FAQ deleted file mode 100644 index 1f68476..0000000 --- a/FAQ +++ /dev/null @@ -1,11 +0,0 @@ -FAQ for blootbot ----------------- - -1.Q Running "./blootbot" fails to connect to an IRC server. The output - I get is "!WARN! PERL: Can't connect to irc.debian.org:6667! at - /usr/share/perl5/Net/IRC.pm line 192". - -1.A Have a look at /etc/hosts. Make sure it is valid, especially - the localhost line. My file looks like this: - # ip hostname alias - 127.0.0.1 localhost localhost diff --git a/TODO b/TODO index afeebd6..26dfd7a 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,3 @@ -DONE: - - add handling for channel specific factoids: - "#botpark logs" -> http://ibot.rikers.org/botpark - factoidSearch is a space delimited list of prefixes to try - - kill %myModules - loadMyModule expects the CORRECT CASE basename TODO: - let's get a release out! - kill SHM and and move to a pipe @@ -13,9 +8,8 @@ TODO: - 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 be checking for >0 as -1 is possible - there are a lot of incorrect "if(IsChanConf("foo")) instances now - - make sure scheduler design is _right_ - it's broken'ish. + - 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 @@ -41,11 +35,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=8794&group_project_id=3207&func=browse&set=open + ---------------------------------------------------- ------------ FUTURE, NON-IMPORTANT - ~country ua @@ -80,6 +79,7 @@ WARN: 129 FIXME: 35 status: 386 TODO: 145 + 20031111: scripts/output_stats.sh DEBUG: 384 WARN: 167 @@ -87,3 +87,11 @@ 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 -- 2.39.2