]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - ChangeLog
[svn] Change handling of modularized umodes:
[irc/rqf/shadowircd.git] / ChangeLog
index cb1a2b6aaa2a826432a3a0f46686eaa154d0fec5..e49746ea6c1c2ea20389bfdf0bb9b06b6b79b08d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,118 @@
+jilles      2007/02/04 01:59:38 UTC    (20070204-3201)
+  Log:
+  Move find_umode_slot() from libcharybdis/tools.c to src/s_user.c.
+  
+
+  Changes:     Modified:
+  +1 -0                trunk/include/s_user.h (File Modified) 
+  +0 -22       trunk/libcharybdis/tools.c (File Modified) 
+  +0 -1                trunk/libcharybdis/tools.h (File Modified) 
+  +22 -0       trunk/src/s_user.c (File Modified) 
+
+
+jilles      2007/02/01 01:44:31 UTC    (20070201-3195)
+  Log:
+  DNSBL keyword substitution is available as of 2.1.3.
+  
+
+  Changes:     Modified:
+  +1 -1                trunk/doc/example.conf (File Modified) 
+
+
+jilles      2007/02/01 01:07:42 UTC    (20070201-3183)
+  Log:
+  Change two occurances like match(userinput, target_p->name) ||
+  match(target_p->name, userinput) to just match(userinput,
+  target_p->name). No client name can contain * or ? now.
+  
+
+  Changes:     Modified:
+  +1 -1                trunk/modules/m_trace.c (File Modified) 
+  +1 -2                trunk/src/s_serv.c (File Modified) 
+
+
+jilles      2007/02/01 00:49:07 UTC    (20070201-3181)
+  Log:
+  Do not try find_server() on a name find_client() has
+  returned NULL for, as this will always return NULL
+  since the removal of hostmasking.
+  
+
+  Changes:     Modified:
+  +1 -2                trunk/modules/m_pong.c (File Modified) 
+  +0 -4                trunk/src/s_serv.c (File Modified) 
+
+
+jilles      2007/02/01 00:34:33 UTC    (20070201-3179)
+  Log:
+  Remove server_exists() which checked whether the
+  server name existed taking hostmasking into account
+  and just check with find_server(); admittedly
+  this checks if the name is a SID but that's not
+  a real problem.
+  
+
+  Changes:     Modified:
+  +3 -27       trunk/modules/core/m_server.c (File Modified) 
+
+
+jilles      2007/02/01 00:19:14 UTC    (20070201-3177)
+  Log:
+  Remove hash_find_masked_server(), which made it possible
+  to specify the full (unmasked) name of a server behind
+  a hostmask. As a result find_any_client() (for prefixes)
+  becomes equal to find_client(), so remove that too.
+  
+
+  Changes:     Modified:
+  +0 -1                trunk/include/hash.h (File Modified) 
+  +1 -75       trunk/src/hash.c (File Modified) 
+  +1 -1                trunk/src/parse.c (File Modified) 
+
+
+jilles      2007/02/01 00:02:35 UTC    (20070201-3175)
+  Log:
+  Remove '*' from valid server name characters.
+  This makes it impossible to connect hostmasked servers.
+  (This support didn't work well anyway, was incompatible
+  with TS6 and we never masked ourselves.)
+  
+
+  Changes:     Modified:
+  +1 -1                trunk/src/match.c (File Modified) 
+
+
+jilles      2007/01/31 23:57:18 UTC    (20070131-3173)
+  Log:
+  Change spambot, flooder and jupe joiner notices from host to orighost.
+  
+
+  Changes:     Modified:
+  +1 -1                trunk/modules/core/m_join.c (File Modified) 
+  +2 -2                trunk/modules/core/m_message.c (File Modified) 
+  +2 -2                trunk/src/channel.c (File Modified) 
+
+
+jilles      2007/01/28 22:13:18 UTC    (20070128-3169)
+  Log:
+  Add documentation for SASL client protocol, same as atheme doc/SASL.
+  
+
+  Changes:     Modified:
+  + -          trunk/doc/sasl.txt (File Added) 
+
+
+jilles      2007/01/26 18:52:11 UTC    (20070126-3167)
+  Log:
+  Include real hostname in Closing Link message for unknown
+  connections that have sent USER. This is helpful for
+  k-lined users while not breaking server IP hiding.
+  
+
+  Changes:     Modified:
+  +3 -1                trunk/src/client.c (File Modified) 
+
+
 jilles      2007/01/26 16:52:29 UTC    (20070126-3165)
   Log:
   Rerun autoconf.