]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
fix for trace svsjoin crash when chantarget was not supplied
[irc/evilnet/x3.git] / ChangeLog
index 62d9424e07e44ba9ac2577459c08b5c16d9c1534..f09873b354db49575daf0c8fc7e2384e648e399c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,31 @@
 /***********************************************************************
  X3 ChangeLog
 
+2006-10-14  Alex Schumann   <rubin@afternet.org>
+
+       * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget 
+       in svsjoin alerts. Cleanup old silent code fragments left over. Check
+       for missing chantarget in alerts also.
+
+2006-10-12  Alex Schumann   <rubin@afternet.org>
+       
+       * src/opserv.c: Added VERSION alert/trace reaction, so you can now
+       setup x3 to version only users matching a criteria, and then another
+       alert to do someting based on the version reply. This should be
+       usefull for finding bots etc. Or, for example, you can make all xchat
+       people join #xchat, or all mirc join #mirc etc.
+       Also, there is a fix in here for SVSJOIN which i hadn't gotten
+       everything working with.
+
+       * src/proto-p10.c: added privmsg_user and version_user functions
+
+       * src/proto.h: added privmsg_user and version_user function
+       declerations
+
+       * src/hash.h: added version_reply variable to users
+
+
+
 2006-10-12  Alex Schumann   <rubin@afternet.org>
 
        * src/opserv.c: Added SVSJOIN command, to push a user into a channel,