]> jfr.im git - solanum.git/blobdiff - ChangeLog
[svn] Repair operspy who !#channel, broken by me in r3283.
[solanum.git] / ChangeLog
index 7ccd61566bab6301cd9840b8ed13cdc5e78c05d3..7a201612598d76ce3320cb5be2312328c36a3404 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,103 @@
+jilles      2007/04/01 22:20:00 UTC    (20070401-3344)
+  Log:
+  Update bug report and IRC channel information.
+  
+
+  Changes:     Modified:
+  +2 -1                trunk/BUGS (File Modified) 
+  +2 -1                trunk/NEWS (File Modified) 
+
+
+jilles      2007/04/01 22:10:05 UTC    (20070401-3342)
+  Log:
+  Change copyright years in version.c.SH as in release-2.1 r3339.
+  
+
+  Changes:     Modified:
+  +2 -2                trunk/src/version.c.SH (File Modified) 
+
+
+jilles      2007/03/30 23:34:11 UTC    (20070330-3325)
+  Log:
+  Rerun autoconf.
+  
+
+  Changes:     Modified:
+  +104 -0      trunk/configure (File Modified) 
+
+
+jilles      2007/03/30 23:33:43 UTC    (20070330-3323)
+  Log:
+  Need to check for various flavours of epoll,
+  even if --enable-epoll is forced.
+  
+
+  Changes:     Modified:
+  +1 -0                trunk/configure.ac (File Modified) 
+
+
+jilles      2007/03/30 23:32:43 UTC    (20070330-3321)
+  Log:
+  Hack to allow some more warnings, already present in configure (?).
+  
+
+  Changes:     Modified:
+  +1 -1                trunk/aclocal.m4 (File Modified) 
+
+
+jilles      2007/03/29 20:03:06 UTC    (20070329-3319)
+  Log:
+  Merge old trunk r2077,r2079:
+  - Move closing of servlink control fd to close_connection()
+    instead of doing it in exit_local_server(), and make sure
+    we first close the data fd and then the control fd.
+  - Have servlink process ready fds in order net, data, ctrl
+    instead of ctrl, data, net.  This seems to fix the problem
+    that squit reasons do not show up on the other side of a
+    ziplink (by making it send any final SQUIT and/or ERROR
+    before noticing the closed control fd).
+  
+
+  Changes:     Modified:
+  +1 -1                trunk/servlink/io.c (File Modified) 
+  +3 -12       trunk/src/client.c (File Modified) 
+
+
+jilles      2007/03/28 23:17:06 UTC    (20070328-3317)
+  Log:
+  Don't show the UID if a TS6 server sends a kick with
+  an empty or no comment. Note that charybdis never sends
+  such kicks.
+  
+
+  Changes:     Modified:
+  +4 -4                trunk/modules/core/m_kick.c (File Modified) 
+
+
+jilles      2007/03/28 15:40:24 UTC    (20070328-3307)
+  Log:
+  Merge old trunk r2081:
+  Don't say that services cannot be killed in
+  ERR_ISCHANSERVICE message (given when trying
+  to kick or deop them), as that's not the case.
+  
+
+  Changes:     Modified:
+  +1 -1                trunk/src/messages.tab (File Modified) 
+
+
+jilles      2007/03/28 15:30:56 UTC    (20070328-3305)
+  Log:
+  Merge old trunk r2059
+  Clarifications to the descriptions of umode +Q and cmode +F,
+  suggested by Ariadne@SorceryNet.
+  
+
+  Changes:     Modified:
+  +6 -0                trunk/doc/sgml/oper-guide/cmodes.sgml (File Modified) 
+  +4 -3                trunk/doc/sgml/oper-guide/umodes.sgml (File Modified) 
+
+
 jilles      2007/03/28 15:22:49 UTC    (20070328-3303)
   Log:
   Merge old trunk r2907,r2991: