X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=b1bbe6bd4b8652338c9e7fc3877e88ad77e9ed8f;hb=f2f202755d04c25b61e2b2a18a347e917acf1b9b;hp=734e05f0e2e671d8576cb99f08907832ff49e023;hpb=3d59398668e6f0977c147c5efeefe7582d05b25b;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 734e05f..b1bbe6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2010-01-03 Michael Poole + + * ircd/channel.c (find_delayed_joins): Move earlier in the file. + (modebuf_flush_int): Move the checks for changing between +D and + +d to here... + (modebuf_flush): ... from here. + +2010-01-03 Michael Poole + + * ircd/m_server.c (check_loop_and_lh): Never return 1 when we kill + another server. Update the squit message text for maxhops and hub + violations. + +2010-01-03 Michael Poole + + * ircd/Makefile.in (IRCD_SRC): Add m_xquery.c and m_xreply.c to + the build. + + * ircd/m_xquery.c: Add missing include. + (mo_xquery): Fix spelling of struct Client. + (ms_xquery): Likewise. + + * ircd/m_xreply.c: Add missing includes. + (ms_xreply): Fix spelling of struct Client and findNUser(). + +2010-01-01 Kevin L. Mitchell + + * doc/readme.xquery: documentation for design and use of the + extension query mechanism + + * doc/readme.iauth: document X iauth message and X and x server + messages + + * include/msg.h: declare XQUERY/XQ and XREPLY/XR commands/tokens + + * include/handlers.h: declare mo_xquery(), ms_xquery(), and + ms_xreply() message handlers + + * include/s_auth.h: declare auth_send_xreply() to forward replies + to extension queries to the iauth instance + + * ircd/m_xquery.c: process extension queries + + * ircd/m_xreply.c: process replies to extension queries + + * ircd/parse.c: add XQUERY and XREPLY commands to the list + + * ircd/s_auth.c: add support for extension queries to iauth + protocol + +2010-01-01 Michael Poole + + * ircd/s_auth.c (iauth_do_spawn): Add debug output to diagnose + which system call might be failing. + (auth_spawn): Avoid reading past the end of iauth->i_argv[]. When + discarding an existing IAuth instance, use auth_close_unused() to + close the sockets and avoid leaking memory. + +2010-01-01 Michael Poole + + * ircd/channel.c (mode_process_bans): Bypass total ban count and + length checks for OPMODEs. + +2010-01-01 Michael Poole + + * ircd/ircd_features.c (feature_report): If sd->sd_funcdata is + non-zero, report even unchanged features (using prefix 'f'). + + * ircd/s_stats.c (statsinfo): Make "/stats f" case-sensitive, and + use the upper case variant to report all features. + 2009-07-30 Michael Poole * ircd/s_user.c (register_user): Move the default-usermodes call