index
:
~irc
/
bitbucket.org
/
chatlounge
/
chatservices.git
this commit
master
release/7.0
release/7.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
groupserv
/
set.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move vendor field to a compile time macro
Austin Ellis
2017-10-30
1
-1
/
+1
*
Cosmetic change to support help messages for subcommands (closes #359)
Alex Iadicicco
2014-07-17
1
-1
/
+1
*
Split out GroupServ SET subcommands into their own modules
Stephen Bennett
2010-12-28
1
-363
/
+2
*
Move all groupserv SET subcommands into groupserv/set module, prior to splitt...
Stephen Bennett
2010-12-28
1
-0
/
+466
*
Move current groupserv/main module into separate groupserv/main subdirectory,...
Stephen Bennett
2010-12-28
1
-453
/
+0
*
Remove the logged-in check from most modules that have one as this is now in ...
JD Horelick
2010-12-23
1
-50
/
+8
*
groupserv/set_joinflags: Fix another small typo.
JD Horelick
2010-12-06
1
-1
/
+1
*
groupserv: Make the flag parser a external function. This removes a bunch of ...
JD Horelick
2010-12-03
1
-44
/
+1
*
groupserv: Add SET JOINFLAGS that allows groups to specify their own JOINFLAGS.
JD Horelick
2010-12-03
1
-0
/
+103
*
groupserv: Check that users are logged in before groupacs_sourceinfo_has_flag...
JD Horelick
2010-11-14
1
-0
/
+36
*
Ensure the subcommand value passed to the help handler functions is const.
William Pitcock
2010-11-01
1
-2
/
+2
*
Provide an error message for HELP SET <unknownsetting>.
atheme-services-6.0.0-alpha7
Jilles Tjoelker
2010-09-26
1
-7
/
+1
*
Fix displaying help for subcommands.
JD Horelick
2010-09-26
1
-11
/
+24
*
Remove "help/" from the help path of all modules that contain commands.
•••
This is just a waste of space as it is stripped out in src/help.c anyway. Since we've re-done the help stuff anyway, might as well do this too.
JD Horelick
2010-09-22
1
-6
/
+6
*
groupserv: Port to new command framework.
JD Horelick
2010-09-21
1
-23
/
+7
*
groupserv: Fix assertion warnings.
William Pitcock
2010-09-20
1
-2
/
+2
*
groupserv: Update to new command API.
William Pitcock
2010-09-20
1
-17
/
+23
*
groupserv: set_open: Fix a confusing string in the command and a quick consis...
JD Horelick
2010-09-17
1
-1
/
+1
*
groupserv: Add set_public which sets if the group is shown in /ns info.
•••
Also whether the group founder is or is not shown to non-group members or sopers.
JD Horelick
2010-09-17
1
-0
/
+62
*
groupserv: Add an enable_open_groups config option. This allows the network t...
JD Horelick
2010-09-04
1
-1
/
+7
*
groupserv: Change an AND to an OR in the parameter checking of the commands t...
JD Horelick
2010-09-04
1
-1
/
+1
*
groupserv: Add SET ADD and JOIN commands to allow anyone to join a group set ...
•••
If you JOIN a open group, you get no privs, you're just listed as a group member.
JD Horelick
2010-09-04
1
-0
/
+62
*
groupserv: Standardize headers.
•••
The shrike copyright declarations do not apply to groupserv at all, so they shouldn't be there, at all.
William Pitcock
2010-09-03
1
-8
/
+2
*
gameserv: add SET CHANNEL command and a line for it in INFO.
JD Horelick
2010-08-30
1
-0
/
+47
*
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.
JD Horelick
2010-08-28
1
-0
/
+231