X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/c408f18a0ad37dee2f0735ed8d8074777774774e..a62ba70c7df022d0738b33c603cc3e340727bbd8:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 62d9424..f09873b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,31 @@ /*********************************************************************** X3 ChangeLog +2006-10-14 Alex Schumann + + * 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 + + * 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 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,