Add 250 as valid response to LUSERS command (#138).
[jelmer/ctrlproxy.git] / NEWS
diff --git a/NEWS b/NEWS
index 40d0b19f851b217585c7634f1beb94016ad35241..3f911f4be20fef04bbb407d0bdca7eb1239ef49e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,50 @@
  Otherwise indicated differently, all changes made by 
        Jelmer Vernooij.
 
-Ctrlproxy 3.0.2 UNRELEASED
+Ctrlproxy 3.0.3 UNRELEASED
+
+  BUG FIXES
+
+    * Handle 470 response correctly.
+
+       * Recognize supported channel / user modes correctly.
+       
+       * Properly store topic_set_time and topic_set_by in the 
+         linestack. (#108)
+
+    * Reset idle time when AWAY is used in auto-away (#121)
+
+       * Fix crash when using /CTRLPROXY without arguments
+
+       * Don't update config when we're disconnecting during shutdown. (#113)
+
+       * Handle 354 response correctly. (#134)
+
+    * Handle responses after forced joins correctly. (#125)
+
+       * Handle 250 response correctly. (#138)
+
+       * Handle 263 response correctly. (#135)
+
+    * Handle 330 response correclty. (#137)
+
+       * Handle 403 response correctly when sent in response to a MODE 
+         query. (#139)
+
+       * Fall back to user name if real name is empty. 
+
+  INTERNALS
+
+    * Use GIOChannels for reading the motd. 
+               (patch by Emanuele Giaquinta <e.giaquinta@glauco.it>)
+
+  PORTABILITY
+    
+    * Include netinet/in.h in src/utils.c and src/network.c. Required 
+         for building on FreeBSD. Reported by underlig.
+
+
+Ctrlproxy 3.0.2 2007-04-15
 
   BUG FIXES
 
@@ -51,6 +94,10 @@ Ctrlproxy 3.0.2 UNRELEASED
 
        * Don't use CHARSETs by default (#117).
 
+       * Never send origin to the server (#122).
+
+       * Added support for 307 responses. 
+
   FEATURES
 
     * More advanced help support
@@ -69,10 +116,7 @@ Ctrlproxy 3.0.2 UNRELEASED
                FNC, SAFELIST, USERIP, CNOTICE, KNOCK, VCHANNELS, WHOX, CALLERID,
                ACCEPT, KEYLEN, USERLEN, HOSTLEN, MAXCHANNELLEN, 
                MAXNICKLEN, DEAF, ELIST, MAXPARA, NAMESX, SECURELIST, WATCH
-               and SILENCE
-
-       * Default to binding to 127.0.0.1 if no IP was specified in the 
-         listener, instead of 0.0.0.0.
+               REMOVE, MAP, OVERRIDE, VBANLIST and SILENCE
 
        * Print actual address that a listener bound to.