[srvx-commits] srvx branch, master, updated. v1.4.0-rc3-33-g41e1984
Brought to you by:
entrope
From: Entrope <en...@us...> - 2009-09-17 21:12:14
|
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 41e1984d7aee399c33c744ef7555049a16c222a1 (commit) via 2634c6c395e64ede3cf8a324ee4f8a7e1bd39ad0 (commit) via dc3149aacb547b498b2b7a8e060568af4dcc749c (commit) via d6e439e2067eb0b9877a711c7c7e0f11b514187e (commit) from 2184ebfaaaaa8e5863cfe5dcbf05e77b49abcd38 (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 41e1984d7aee399c33c744ef7555049a16c222a1 Author: Michael Poole <md...@tr...> Date: Thu Sep 17 17:02:57 2009 -0400 Fix clearing "helping" flag from users when parting other channels. src/chanserv.c (handle_part): Allow the current user to be considered for channels other than the channel being /part'ed. commit 2634c6c395e64ede3cf8a324ee4f8a7e1bd39ad0 Author: Michael Poole <md...@tr...> Date: Thu Sep 17 16:45:49 2009 -0400 Add a new irc_user_modes() helper function and irc_user_mode_chars[] array. src/proto.h (irc_user_modes): Declare. (irc_user_mode_chars): Likewise. src/proto-common.c (irc_user_modes): Define. src/proto-bahamut.c (irc_user_mode_chars): Define. (irc_user): Use irc_user_mode_chars() instead of open-coding it. src/proto-p10.c (irc_user_mode_chars): Define. (irc_user): Use irc_user_mode_chars() instead of open-coding it. src/opserv.c (cmd_whois): Use irc_user_mode_chars() here too. src/modcmd.c (modcmd_saxdb_write): Write bot modes to the database. (modcmd_load_bots): Read them out and use them. commit dc3149aacb547b498b2b7a8e060568af4dcc749c Author: Michael Poole <md...@tr...> Date: Thu Sep 17 16:41:32 2009 -0400 src/saxdb.c (saxdb_start_record): Do not include a space just before EOL. src/opserv.help (INVITE): Document this command. commit d6e439e2067eb0b9877a711c7c7e0f11b514187e Author: Michael Poole <md...@tr...> Date: Thu Sep 17 17:04:56 2009 -0400 Replace the thoroughly outdated NEWS file with the UPGRADE contents. ----------------------------------------------------------------------- Summary of changes: NEWS | 211 +++++++++++++++++++++++++++++++++++++++++---------- UPGRADE | 170 ----------------------------------------- src/chanserv.c | 15 +++- src/modcmd.c | 11 ++- src/opserv.c | 11 +--- src/opserv.help | 2 + src/proto-bahamut.c | 13 +-- src/proto-common.c | 17 ++++ src/proto-p10.c | 28 +------ src/proto.h | 2 + src/saxdb.c | 4 +- 11 files changed, 224 insertions(+), 260 deletions(-) delete mode 100644 UPGRADE hooks/post-receive -- srvx |