make it compile on mingw32.
[silc.git] / TODO
diff --git a/TODO b/TODO
index 8c389dbc5d9f0704bbdf8a5635dffc312a7bcab1..75f219f1e16414625d628a6785840c860eda6cc6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,9 @@
 TODO/bugs in Irssi SILC client
 ==============================
 
+ o Does not show ops and normal users on JOIN correctly, perhaps some
+   theme issue (Fix this to 0.8.x).
+
  o /cumode for unknown nick does not give any error message (Fix this to
    1.0).
 
@@ -27,16 +30,12 @@ TODO/bugs In SILC Client Library
 TODO/bugs In SILC Server
 ========================
 
- o KICKing doesn't work.
-
  o Configuration file additions (Do this to 0.8.x):
 
        o Add incoming connection frequency, incoming connection frequency
          for single IP address, key exchange frequency, key exchange
          frequency for single IP. Add also frequency base.
 
-       o Add rehashing support.
-
  o If server send CUMODE_CHANGE notify (like setting founder) to router
    and router does not have founder on channel (founder is left or there's
    no founder on channel at all), the router will accept the server's
@@ -74,18 +73,14 @@ TODO/bugs In SILC Libraries
 
  o WIN32 silc_net_create_connection_async does not work the same way
    than on Unix.  Do it with threads on WIN32.  The function works but
-   is not actually async currently.
-
- o EPOC specific additions/changes required:
-
-       o lib/silcutil/epoc routines missing or not completed.
+   is not actually async currently (Fix this to 1.0).
 
 
 TODO in Toolkit Documentation
 =============================
 
 Stuff that needs to be done in order to complete the Tooolkit Reference
-Manual.
+Manual (Do these to 0.9 and 1.0).
 
  o ROBOdoc documenting missing from lib/silcutil/silcbuffer.h.
 
@@ -93,8 +88,6 @@ Manual.
 
  o ROBOdoc documenting missing from lib/silcutil/silcfileutil.h.
 
- o ROBOdoc documenting missing from lib/silcutil/silcutil.h.
-
  o ROBOdoc documenting missing from lib/silccrypt/silchash.h.
 
  o ROBOdoc documenting missing from lib/silccrypt/silccipher.h.
@@ -198,3 +191,6 @@ describe new stuff to be added to protocol versions 1.x.
      Payload enforces that total of 256 arguments can be associated
      to a such payload.  However, command-xx draft specified much higher
      values, and these should be fixed.
+
+ 15. The LEAVE command reply should return the Channel ID of the channel
+     that was parted.