[srvx-commits] srvx branch, master, updated. v1.4.0-rc3-41-g2167d03
Brought to you by:
entrope
From: Entrope <en...@us...> - 2010-01-07 02:36:19
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "srvx". The branch, master has been updated via 2167d030c80b34f9f9cc0e2235edf47d64ce2500 (commit) via 056748e33d1b3d773de40697dd8925ad0be4a35f (commit) via a0db5f020908f6ff739f20ae7c1bc1c197521b8e (commit) from da4f55931f455704377dd361895130c33748df0c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2167d030c80b34f9f9cc0e2235edf47d64ce2500 Author: Michael Poole <md...@tr...> Date: Wed Jan 6 21:33:21 2010 -0500 Send oplevels correctly during a burst. src/hash.c (AddChannelUser): Initialize oplevel to the maximum, not -1. src/proto-p10.c (parse_oplevel): Move up for easier inlining. (modeNode_sort): New function. (irc_burst): Use it to sort the membership list for channels so the members' oplevels can be sent correctly. (cmd_burst): Simplify the handling of oplevels. (mod_chanmode_parse): Only change the member's oplevel when opping or deopping -- otherwise +v would set it to MAXOPLEVEL! commit 056748e33d1b3d773de40697dd8925ad0be4a35f Author: Michael Poole <md...@tr...> Date: Wed Jan 6 21:28:45 2010 -0500 Fix the build with gcc 4.4 and newer versions of libtool. configure.in: Update AC_PREREQ to autoconf 2.64. Use LT_INIT instead of AC_PROG_LIBTOOL. Remove the deprecated AC_TYPE_SIGNAL (which we didn't use anyway). Fix the indentation of the explanatory text for --without-kevent and --with-win32. src/sar.c: Convert "struct sockaddr_storage" to "void *" to comply with C99's strict(er) aliasing rules. Allocate off the stack or heap, as appropriate. Add new function sar_free_nameserver() to clean up the heap-allocated data. commit a0db5f020908f6ff739f20ae7c1bc1c197521b8e Author: Michael Poole <md...@tr...> Date: Wed Sep 23 11:26:33 2009 -0400 Fix input and output bugs in P10 IPv6 addresses with zero elements. src/proto-p10.c (irc_p10_pton): Avoid writing past the end of ip->in6. (irc_p10_ntop): Avoid writing past the end of output. ----------------------------------------------------------------------- Summary of changes: configure.in | 9 ++--- src/hash.c | 2 +- src/proto-p10.c | 105 ++++++++++++++++++++++++++++++++++++++---------------- src/sar.c | 89 +++++++++++++++++++++++++++------------------- 4 files changed, 131 insertions(+), 74 deletions(-) hooks/post-receive -- srvx |