[srvx-commits] srvx branch, master, updated. v1.4.0-rc3-38-gda4f559
Brought to you by:
entrope
From: Entrope <en...@us...> - 2009-09-21 02:06:43
|
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 da4f55931f455704377dd361895130c33748df0c (commit) via ba7a579cba7656e865037b33771ad62a86333cd9 (commit) via 53b14f906a02b2dd6c611bb3da5e48aac8932791 (commit) via 1069fdc3c0c3197db7794fe7ce70acebb6f18ad4 (commit) via 7d26a47895168836529d22ebae94a3927c7c18c2 (commit) from 41e1984d7aee399c33c744ef7555049a16c222a1 (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 da4f55931f455704377dd361895130c33748df0c Author: Michael Poole <md...@tr...> Date: Sun Sep 20 22:05:56 2009 -0400 Fix typo when parsing channel mode changes for +A, from SF bug #2787760. src/proto-p10.c (mod_chanmode_parse): Use new_apass rather than new_upass when parsing mode +A changes. commit ba7a579cba7656e865037b33771ad62a86333cd9 Author: Michael Poole <md...@tr...> Date: Sun Sep 20 21:58:09 2009 -0400 Remove the duplicated message ID reported in SF bug #2686643. src/chanserv.c (CSMSG_USER_PROTECTED): Rename the second one of these to CSMSG_USER_PROTECTED_2. (handle_kick): Use that version. commit 53b14f906a02b2dd6c611bb3da5e48aac8932791 Author: Michael Poole <md...@tr...> Date: Sun Sep 20 21:54:33 2009 -0400 Fix the account stamp parsing error reported in SF bug #2672922. src/proto-p10.c (mod_usermode): Update "word" to skip past account stamps. commit 1069fdc3c0c3197db7794fe7ce70acebb6f18ad4 Author: Michael Poole <md...@tr...> Date: Sun Sep 20 21:49:13 2009 -0400 Fix the problems reported in SF bug #2668866. src/mod-memoserv.c (KEY_ACCOUNTS, KEY_MESSAGES, KEY_FLAGS): Define new database key names. (MSMSG_CANNOT_SEND_SELF): Define new translation string. (MSMSG_NEW_MESSAGE): Add format field for the message ID. (memoserv_can_send): Do not allow sending to oneself. Require that the common channel be one that the target has joined at some point. (cmd_send): Use the new field in MSMSG_NEW_MESSAGE. (cmd_read): Initialize the time_t that is shown. (memoserv_saxdb_read_messages): Renamed from memoserv_saxdb_read(). (memoserv_saxdb_read_accounts): New function. (memoserv_saxdb_read): Check for the "accounts" subkey. If it exists, read the account data from that key. (memoserv_saxdb_write): Write account flags in a new section. Use hex rather than base64 for the memo IDs. commit 7d26a47895168836529d22ebae94a3927c7c18c2 Author: Michael Poole <md...@tr...> Date: Sun Sep 20 20:45:08 2009 -0400 Fix database failure reporting before the config file is first read. src/recdb.c (explain_failure): When MAIN_LOG is NULL, report to stderr. ----------------------------------------------------------------------- Summary of changes: src/chanserv.c | 4 +- src/mod-memoserv.c | 89 ++++++++++++++++++++++++++++++++++++++++++++++----- src/proto-p10.c | 5 ++- src/recdb.c | 13 ++++++-- 4 files changed, 95 insertions(+), 16 deletions(-) hooks/post-receive -- srvx |