[srvx-commits] srvx branch, master, updated. v1.4.0-rc3-85-gffcb526
Brought to you by:
entrope
From: Entrope <en...@us...> - 2011-11-02 23:44:40
|
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 ffcb5269fdd500f1f7b1603fa9442115d8df3d4b (commit) via a1719171190968b32785bc7b592cdc32d6f68ea3 (commit) via 50783f759cc7b00b412107bbd960032496f69bd4 (commit) via 0a502ddd052402696675851a282f81052dc59b87 (commit) from 3c70e89e7cc738f30cfbd1a5530507af41fc9ed6 (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 ffcb5269fdd500f1f7b1603fa9442115d8df3d4b Author: Michael Poole <md...@tr...> Date: Mon Oct 31 00:12:34 2011 -0400 Fix which userData is checked for deny-nonchannel memo sending. Fixes SourceForge bug #3308832. src/mod-memoserv.c (memoserv_can_send): Require the recipient to have joined a channel for their membership there to count as common with the sender. (This was the original intent.) commit a1719171190968b32785bc7b592cdc32d6f68ea3 Author: Michael Poole <md...@tr...> Date: Sun Oct 30 23:58:10 2011 -0400 Do not show "[#channel (500,)]" in a !myaccess list. Fixes SourceForge bug #3072634. src/chanserv.c (cmd_myaccess): Record where the comma was, and remove it if nothing was added after it. commit 50783f759cc7b00b412107bbd960032496f69bd4 Author: Michael Poole <md...@tr...> Date: Sun Oct 30 23:56:13 2011 -0400 Allow !trim (for users) to work for helpers. Fixes SourceForge bug #3081638. src/chanserv.c (cmd_trim_users): Use GetChannelUser() to check user access, so that overrides work. commit 0a502ddd052402696675851a282f81052dc59b87 Author: Michael Poole <md...@tr...> Date: Sun Oct 30 18:22:21 2011 -0400 Avoid adding expire_channels() to the timeq on !expire. Fixes SourceForge bug #3000577. src/chanserv.c (expire_channels): Only (re-)add this function to timeq if the data argument is NULL. (cmd_expire): Pass a non-NULL pointer when calling expire_channels(). ----------------------------------------------------------------------- Summary of changes: src/chanserv.c | 16 +++++++++------- src/mod-memoserv.c | 3 +-- 2 files changed, 10 insertions(+), 9 deletions(-) hooks/post-receive -- srvx |