[srvx-commits] srvx branch, master, updated. v1.4.0-rc3-65-gdb23d3d
Brought to you by:
entrope
From: Entrope <en...@us...> - 2010-03-15 01:40:45
|
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 db23d3d138fdf2eca1c78028767715fc9068b02b (commit) from 3f004cf3ea3881c4e0bd2f183cf7a39fbd5f0b73 (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 db23d3d138fdf2eca1c78028767715fc9068b02b Author: Michael Poole <md...@tr...> Date: Sun Mar 14 21:40:24 2010 -0400 Fix various mode-related bugs (including SF#2964782 and SF#2966959). src/chanserv.c (cmd_mode): Use MCP_NO_APASS, and unparse the mode change for display. (chan_opt_usergreeting): Use MCP_NO_APASS here too. (chanserv_conf_read): Likewise. (chanserv_channel_read): Likewise. src/opserv.c (cmd_kick): Do not let users try to kick services. src/proto.h (MCP_NO_APASS): New flag. src/proto-p10.c (irc_user_mode_chars): Allow displaying +x. (mod_usermode): Treat +h as setting +x also. (mod_chanmode_parse): Reject +A and +U when passed MCP_NO_APASS. ----------------------------------------------------------------------- Summary of changes: src/chanserv.c | 14 ++++++++------ src/opserv.c | 4 ++++ src/proto-p10.c | 8 +++++++- src/proto.h | 1 + 4 files changed, 20 insertions(+), 7 deletions(-) hooks/post-receive -- srvx |