[srvx-commits] srvx branch, master, updated. v1.4.0-rc3-57-g2c698a7
Brought to you by:
entrope
From: Entrope <en...@us...> - 2010-02-15 21:11:31
|
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 2c698a7dae97139c8b292ccfaf22eff41112f47f (commit) via 756d11ce2c24ed4cdd68a7f43219e3bbb68181eb (commit) via 56f1bf7302c34f25bf20b67a7a205a1242237ee3 (commit) via de90bfdf1c76d36e9b329e7e4958eadada49fb20 (commit) via a2c0b7ce536aa925c34a4e8762578ac24285426a (commit) via 9b6101a5ce2437188f6f520d988e85ffe4ea3dc5 (commit) via a84a6fba2436c1aceb566e155d1203d7d404f417 (commit) via 0b571f0ad5550d5453937b04c089d49abee84a14 (commit) via 75881d10e8c4bd8e0f7911e40c94487ea1570f4a (commit) via f97cb6a4f33052feadce6abfc6cd80c6559b4a98 (commit) via 79624f6f8dba20d8ccd639c7956ec40ef1d9027d (commit) via f7864d92f714c99533bd6e6023aabb6a8c404d75 (commit) via 55dbd232d16ec5afa4cfd2e98388c58dcc93c928 (commit) via ffbdcda3a0728fdc561c914430b81b560aa9adbd (commit) via 14001afa5d358a39a3347d65e16a86e8ee3756d1 (commit) from 1470cbd8d0457a053f4e42b02c302a296a61ed83 (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 2c698a7dae97139c8b292ccfaf22eff41112f47f Author: Michael Poole <md...@tr...> Date: Mon Feb 15 16:01:56 2010 -0500 Convert a C++-style comment to C style for -ansi compilation mode. src/nickserv.c (opt_fakehost): Convert a // comment to a /* */ comment. commit 756d11ce2c24ed4cdd68a7f43219e3bbb68181eb Author: Michael Poole <md...@tr...> Date: Mon Feb 15 16:00:28 2010 -0500 Add email argument to oregister Conflicts: src/nickserv.help commit 56f1bf7302c34f25bf20b67a7a205a1242237ee3 Author: ThiefMaster <thi...@ga...> Date: Sat Jan 9 17:43:18 2010 +0100 Add MODSTATS command to HelpServ to allow stats modifications. commit de90bfdf1c76d36e9b329e7e4958eadada49fb20 Author: ThiefMaster <thi...@ga...> Date: Fri Jan 8 22:08:50 2010 +0100 Send helpserv notifications only to one helper client; preferably the one in the channel. commit a2c0b7ce536aa925c34a4e8762578ac24285426a Author: ThiefMaster <thi...@ga...> Date: Sun Aug 23 19:29:25 2009 +0200 Display detailed usercounts in !peek (ops/voices/regulars) commit 9b6101a5ce2437188f6f520d988e85ffe4ea3dc5 Author: ThiefMaster <thi...@ga...> Date: Sun Aug 23 14:50:43 2009 +0200 Exclude accounts with the +b flags in visited/expiry and mark them as "Bot" instead of "Normal" in !users. commit a84a6fba2436c1aceb566e155d1203d7d404f417 Author: ThiefMaster <thi...@ga...> Date: Mon Jan 18 16:34:59 2010 +0100 Make titlehost_suffix a global var so it can be accessed from outside of nickserv.c Use *!*@account.*.titlehost_suffix in !ban *account instead of *!*@account.* commit 0b571f0ad5550d5453937b04c089d49abee84a14 Author: ThiefMaster <thi...@ga...> Date: Mon Sep 7 13:25:49 2009 +0200 Get rid of ugly goto in opt_fakehost. commit 75881d10e8c4bd8e0f7911e40c94487ea1570f4a Author: ThiefMaster <thi...@ga...> Date: Wed Sep 2 13:53:27 2009 +0200 Check for truncated title fakehosts when renaming accounts. Properly check for truncated fakehosts/idents when osetting ident@host. commit f97cb6a4f33052feadce6abfc6cd80c6559b4a98 Author: ThiefMaster <thi...@ga...> Date: Tue Sep 1 23:29:27 2009 +0200 Reject ident@host fakehost osets if the setter lacks access to fake idents instead of setting the full ident@host as a fakehost (real@fake@fake). commit 79624f6f8dba20d8ccd639c7956ec40ef1d9027d Author: ThiefMaster <thi...@ga...> Date: Sat May 9 01:18:55 2009 +0200 * Fix sending of empty fakehosts when osetting 'fakehost xxx@' * Improve display of fake ident & host ("Fakehost: ident@host") commit f7864d92f714c99533bd6e6023aabb6a8c404d75 Author: Michael Poole <md...@tr...> Date: Mon Feb 15 15:56:42 2010 -0500 Properly check for fake idents when checking for user matches. commit 55dbd232d16ec5afa4cfd2e98388c58dcc93c928 Author: ThiefMaster <thi...@ga...> Date: Sat Mar 28 14:12:07 2009 +0100 Add support for snircd-style fakehosts (usermode +h, fake idents) commit ffbdcda3a0728fdc561c914430b81b560aa9adbd Author: ThiefMaster <thi...@ga...> Date: Sat Mar 28 15:41:15 2009 +0100 Add 'service offchannel' command to enable/disable offchannel reaction of services. Conflicts: src/proto-common.c commit 14001afa5d358a39a3347d65e16a86e8ee3756d1 Author: Michael Poole <md...@tr...> Date: Mon Feb 15 15:28:59 2010 -0500 Bug fix round-up for SF#2885593, SF#2924219 and SF#2946094. Thanks to ZeRoFiGhter for finding and analyzing these. src/chanserv.c (cmd_move): Scan all users' presence in the new channel. (merge_users): Use the newer "seen" time when merging. Scan source users' presence in the new channel. (cmd_mdel_user): "actor" already considers whether the user is helping, so use that information. (handle_join): Allow queuing dynlimit updates during burst. src/mod-helpserv.c (handle_join): Fix request list indexing. src/proto-p10.c (irc_kill): Don't insert self in the kill path; our uplink does that (at least for ircu2.10.12.x). ----------------------------------------------------------------------- Summary of changes: languages/de/strings.db | 2 +- src/chanserv.c | 50 ++++++++--- src/hash.c | 9 ++- src/hash.h | 4 +- src/mod-helpserv.c | 89 ++++++++++++++++++- src/mod-helpserv.help | 11 ++- src/modcmd.c | 57 ++++++++++++- src/nickserv.c | 223 ++++++++++++++++++++++++++++++++++++++++------- src/nickserv.h | 1 + src/nickserv.help | 20 ++++- src/opserv.c | 30 ++++--- src/proto-bahamut.c | 2 +- src/proto-common.c | 6 +- src/proto-p10.c | 45 +++++++--- src/proto.h | 2 +- src/tools.c | 3 +- 16 files changed, 469 insertions(+), 85 deletions(-) hooks/post-receive -- srvx |