]> git.donarmstrong.com Git - infobot.git/blobdiff - TODO
dunno
[infobot.git] / TODO
diff --git a/TODO b/TODO
index 26dfd7a29abf20e161db12e958b78d73ec9b894d..cca767e9503f377747c4b6929af2b711cd5fd5b6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,15 +1,19 @@
+Other TODO items may be listed on sourceforge. Please access it from the
+website or this link:
+
+    http://sourceforge.net/tracker/?group_id=2241
+
+
 TODO:
-       - let's get a release out!
+       - 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:<something>" in factoids?
-       - move lart from blootbot.lang to "lart:<something>" in factoids?
-       - all IsChanConf tests MUST check for >0 as -1 is possible there are a
-         lot of incorrect "if(IsChanConf("foo")) instances now
+       - move praise from infobot.lang to "praise:<something>" in factoids?
+       - move lart from infobot.lang to "lart:<something>" in factoids?
        - debian BTS frontend "bugs"
        - !country
        - !dinstall
@@ -31,26 +35,17 @@ TODO:
                - add &checkSet() or &_chanset();
        - 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.
                - 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
        - <greycat> ~country ua
-       - <irq_w> xk: add it :) and my imdb feature :)
-       - <greycat> xk: and ~bugs :)
-       - "HACKING" text file, documentation of where things start,
+         <irq_w> xk: add it :) and my imdb feature :)
+         <greycat> xk: and ~bugs :)    
+    - "HACKING" text file, documentation of where things start,
          what "core" or reuseable functions are used and what for.
        - web interface
        - on join message - customizeable, option.
@@ -72,26 +67,5 @@ http://sourceforge.net/pm/task.php?group_id=8794&group_project_id=3207&func=brow
                - 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
 
-20050217: scripts/output_stats.sh
-DEBUG:  388
-WARN:   164
-FIXME:  43
-status: 436
-ERROR:  125
-TODO:   158
+# vim:ts=4:sw=4:expandtab:tw=80