[srvx-commits] srvx branch, master, updated. v1.4.0-rc3-63-g9d88567
Brought to you by:
entrope
From: Entrope <en...@us...> - 2010-03-09 02:53:17
|
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 9d88567cc1d3ab44e0eeba3f34eb63001ecb059d (commit) via 09b1a1251d05ac8492047b96f5c7c16da8932adc (commit) via f09747bbc14a8f086ea137f4d71c77a84465bf27 (commit) from f2f3dba74e9e3ffb429240529c9c1e4b8050cb60 (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 9d88567cc1d3ab44e0eeba3f34eb63001ecb059d Author: Michael Poole <md...@tr...> Date: Mon Mar 8 21:52:46 2010 -0500 Remove empty +z channels when the +z is removed. src/proto-p10.c (dead_channels): New variable. (parse_line): Release any dead channels after each command. (mod_chanmode_parse): Queue -z'ed channels to be released. commit 09b1a1251d05ac8492047b96f5c7c16da8932adc Author: Michael Poole <md...@tr...> Date: Mon Mar 8 21:30:59 2010 -0500 Do not send infolines when a normal user joins a +D channel. src/chanserv.c (handle_join): Suppress infolines for users whose JOIN is not going to be broadcast. commit f09747bbc14a8f086ea137f4d71c77a84465bf27 Author: Michael Poole <md...@tr...> Date: Mon Mar 8 21:29:53 2010 -0500 Fix dereference of invalid pointer with ?chaninfo of empty +z channel. src/opserv.c (cmd_chaninfo): Make sure there is at least one element in the members array before reading from the first element. ----------------------------------------------------------------------- Summary of changes: src/chanserv.c | 2 +- src/opserv.c | 4 +++- src/proto-p10.c | 10 ++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) hooks/post-receive -- srvx |