[project @ 2004-06-13 02:03:43 by unknown_lamer]
[clinton/bobotpp.git] / TODO
diff --git a/TODO b/TODO
index 8fe2313..dd870c0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,18 @@
-2.2 will be released when most of these are done
+2.2:
+* Finish adding commands to Scheme for sending messages
+  (e.g. bot:send-CTCP to send a CTCP message)
+* Add util functions for doing stuff like quoting CTCP messages
+* Finish adding hooks/send hooks
+* Write Texinfo manual
+* DCC CHAT min user level
+* Configuration Database
+* Improve the help syst
+* DCC FILE support (sending and recieving)
+* XDCC file server script (requires DCC FILE support)
 
+2.4/3.0 (2.4 iff backwards compatibility is maintained, 3.0 otherwise):
 General:
-* Make String operator >> act like all other >>'s, and add getline?
+* Eliminate String class
 * Finish converting UserCommands to use Commands
 * Audit code and see what data in classes should be made private and
    have getters/setters added (e.g. logFileName in Bot--if this is
@@ -15,28 +26,19 @@ Scripting:
    - At least allow all hooks of a type with the same name field to be
      deleted at once (also all hooks with the same name). Also allow
      deleting based on the regexp
-* Finish adding commands to Scheme for sending messages
-  (e.g. bot:send-CTCP to send a CTCP message)
-* Add util functions for doing stuff like quoting CTCP messages
-* Finish adding hooks/send hooks
 
 Networking:
 * Add a networked interface to guile repl
    - This can be done as a script, but requires non-coop threads
-      support to be done easily
+     support to be done easily
    - Admins only
    - Telnet
    - Store authorized users and passwords in bot.telnet file
    - Bot master can add new telnet users
    - MUST HAVE PASSWORD
    - Maybe use SSL?
-* DCC FILE support (this can be done as a script if a few changes are
-   made to the DCC support)
-
-Documentation:
-* Work on Texinfo manual (especially scripting section)
 
-Other (post 2.2 release):
+Definitely 3.0:
 * Remove gh_* when Guile 1.8 is released
 * Make it possible to use Scheme functions in the Parser itself
 * Replace large select-loop in Bot::waitForInput with multithreaded
@@ -50,4 +52,4 @@ Other (post 2.2 release):
    - To clarify: There will be one thread for DCCs and another thread
    for the current irc server connection, each with its own select
    loop. There may also be a thread for the network repls if I
-   implement that.
\ No newline at end of file
+   implement those.
\ No newline at end of file