Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ChangeLog
index 27312376038381a62961d8f0857c611eb35e3797..58cd3aca1b4e96e9e24ab78cd5f4c643cc2ed2da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2010-01-04  Kevin L. Mitchell  <klmitch@mit.edu>
+
+       * ircd/m_xquery.c (ms_xquery): Resolving my patches with
+       Entrope's--log extension queries sent to us
+
+       * ircd/m_xreply.c (ms_xreply): Resolving my patches with
+       Entrope's--swap order of findNUser() and FindNServer()
+
+       * ircd/Makefile.in (IRCD_SRC): Resolving my patches with
+       Entrope's--swap order of m_xquery.c and m_xreply.c to maintain
+       alphabetic ordering
+
+2010-01-03  Kevin L. Mitchell  <klmitch@mit.edu>
+
+       * ircd/m_xreply.c (ms_xreply): swap order of numeric resolution so
+       we can deal with XR directed to users
+
+       * configure: auto-rebuilt with Autoconf 2.63 (was 2.59)
+
+       * ircd/m_xquery.c: need ircd_reply.h; fix a couple of
+       capitalization errors; log XQUERY directed to "me"
+
+       * ircd/m_xreply.c: need ircd_reply.h and numnicks.h (how'd I miss
+       the latter??); fix a couple of capitalization errors
+
+       * ircd/Makefile.in (IRCD_SRC): it'd be nice if we actually tried
+       to compile the two new commands...
+
+       * ircd/s_auth.c: "serv" is passed to find_match_server(), which
+       does a collapse on the pattern, so it can't be const
+
 2010-01-03  Michael Poole <mdpoole@troilus.org>
 
        * ircd/engine_devpoll.c: Make some variables that were local to