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 "Undernet IRC Server Source Code.".
The branch, u2_10_12_branch has been updated
via fe38db1ae5417532d0367435d49df5ad9571e58a (commit)
via 213e982688a8d0b5c7938f4c748badc31830f28d (commit)
from de343d67ff8e67606d6a638222316f6059a6849a (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 fe38db1ae5417532d0367435d49df5ad9571e58a
Merge: de343d67 213e9826
Author: Michael Poole <[email protected]>
Date: Tue Aug 31 21:20:14 2021 -0400
Merge branch 'u2_10_12_branch' of https://github.com/hiddn/ircu2 into
u2_10_12_branch
PR #gh-9
commit 213e982688a8d0b5c7938f4c748badc31830f28d
Author: Hidden <[email protected]>
Date: Fri Oct 30 07:29:24 2020 -0400
Readded 'unlimit_query' to the default oper privileges
diff --git a/doc/example.conf b/doc/example.conf
index 661edd0b..b17ebd4c 100644
--- a/doc/example.conf
+++ b/doc/example.conf
@@ -243,7 +243,7 @@ Class {
#
# For global opers (with propagate = yes or local = no), the default
# is to grant all of the above privileges EXCEPT walk_lchan,
- # unlimit_query, set, badchan, local_badchan and apass_opmode.
+ # set, badchan, local_badchan and apass_opmode.
# For local opers, the default is to grant ONLY the following
# privileges:
# chan_limit, mode_lchan, show_invis, show_all_invis, local_kill,
diff --git a/ircd/client.c b/ircd/client.c
index c2ff596b..10bcd990 100644
--- a/ircd/client.c
+++ b/ircd/client.c
@@ -152,7 +152,6 @@ client_set_privs(struct Client *client, struct ConfItem
*oper, int forceOper)
{
memset(&privs_global, -1, sizeof(privs_global));
FlagClr(&privs_global, PRIV_WALK_LCHAN);
- FlagClr(&privs_global, PRIV_UNLIMIT_QUERY);
FlagClr(&privs_global, PRIV_SET);
FlagClr(&privs_global, PRIV_BADCHAN);
FlagClr(&privs_global, PRIV_LOCAL_BADCHAN);
-----------------------------------------------------------------------
Summary of changes:
doc/example.conf | 2 +-
ircd/client.c | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
Undernet IRC Server Source Code.
--
You received this message because you are subscribed to the Google Groups
"Undernet Mailing List - [email protected]" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].