alpha
Login
or
Join now
snowfields.name
/
atheme
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/VibeDevelopers/atheme. Modified fork of atheme IRC Services
www.vibetalk.net/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
atheme
/
help
/
default
/
groupserv
/
at
master
21 files
TwinUsers
groupserv: add a NEVEROP flag for groups, like for accounts There are two deficiencies in this code.
3w ago
54c4b3c6
acsnolimit
groupserv: add a NEVEROP flag for groups, like for accounts There are two deficiencies in this code. The first is that the verbose() call is made regardless of whether the group ACL entity has the +c (GA_CHANACS) flag, which is required to obtain channel privileges granted to the group. The second is that anyone can register a channel and add any group to its ACL, and then set VERBOSE on that channel in order to be notified of all flags changes to that group. This commit addresses the second issue. Group administrators who wish to preserve the privacy of its ACLs should set this flag on, and use the GroupServ LISTCHANS command to review which channels have an ACL entry for the group. Reported-By: Klea <klea@iwnp.org>
3 weeks ago
drop
help/default/: multiple files: remove unnecessary pluralism Change 'Examples:' to 'Example:' where only one is given.
8 years ago
fdrop
help/default/: multiple files: remove unnecessary pluralism Change 'Examples:' to 'Example:' where only one is given.
8 years ago
fflags
groupserv: Add command FFLAGS for forcing a flags change on a group as an oper.
15 years ago
flags
groupserv: Rewrite flags parser to use ga_flags Currently the GroupServ flags parser is hardcoded for each flag. While this may be faster than looping through ga_flags--debatable, as compilers can probably optimize a loop over compile-time data--problems can arise from adding a new GroupServ flag without also remembering to hardcode that flag into the flags parser. This patch replaces the hardcoded clauses in the flags parser switch block with a loop across the elements of ga_flags to determine the correct flag value for the specified flag character.
11 years ago
info
help/default/: multiple files: remove unnecessary pluralism Change 'Examples:' to 'Example:' where only one is given.
8 years ago
invite
help/default/: multiple files: remove unnecessary pluralism Change 'Examples:' to 'Example:' where only one is given.
8 years ago
join
help/default/: multiple files: remove unnecessary pluralism Change 'Examples:' to 'Example:' where only one is given.
8 years ago
list
groupserv/list: Allow refining the list with a pattern. You can obviously still use * to list all groups.
15 years ago
listchans
groupserv: Add a LISTCHANS command. This command lists all channels that the group has access in. To run the command you either need to have the +c flag in the specified group or be a soper with the group:auspex priv.
15 years ago
register
help/default/: multiple files: remove unnecessary pluralism Change 'Examples:' to 'Example:' where only one is given.
8 years ago
regnolimit
help/default/: multiple files: remove unnecessary pluralism Change 'Examples:' to 'Example:' where only one is given.
8 years ago
set_channel
helpfiles: Remove trailing whitespace, ensure files end with newline. In particular, lines containing only a space are not treated correctly by the HTML helpfile generator. For sending on IRC, services itself adds the space and it should not be in the file.
15 years ago
set_description
Add a GroupServ SET command along with SET EMAIL, SET URL and SET DESCRIPTION. This also adds a flag +s which will allow only certain users to use the SET commands.
16 years ago
set_email
groupserv/set_email: remove spurious newline from helpfile Pointed out by Casey.
14 years ago
set_groupname
Add missing Help for GroupServ SET GROUPNAME Add missing help file for GroupServ SET GROUPNAME (Fixes #457)
10 years ago
set_joinflags
tabs-to-spaces the groupserv/set_joinflags helpfile
15 years ago
set_neverop
groupserv: add a NEVEROP flag for groups, like for accounts There are two deficiencies in this code. The first is that the verbose() call is made regardless of whether the group ACL entity has the +c (GA_CHANACS) flag, which is required to obtain channel privileges granted to the group. The second is that anyone can register a channel and add any group to its ACL, and then set VERBOSE on that channel in order to be notified of all flags changes to that group. This commit addresses the second issue. Group administrators who wish to preserve the privacy of its ACLs should set this flag on, and use the GroupServ LISTCHANS command to review which channels have an ACL entry for the group. Reported-By: Klea <klea@iwnp.org>
3 weeks ago
set_open
help/default/: multiple files: remove unnecessary pluralism Change 'Examples:' to 'Example:' where only one is given.
8 years ago
set_public
help/default/: multiple files: remove unnecessary pluralism Change 'Examples:' to 'Example:' where only one is given.
8 years ago
set_url
help/: replace all example URLs with an RFC6761(6.5) domain
3 weeks ago