aboutsummaryrefslogtreecommitdiffstats
path: root/modules/groupserv/set.c
Commit message (Expand)AuthorAgeFilesLines
* Move vendor field to a compile time macroGravatar Austin Ellis2017-10-301-1/+1
* Cosmetic change to support help messages for subcommands (closes #359)Gravatar Alex Iadicicco2014-07-171-1/+1
* Split out GroupServ SET subcommands into their own modulesGravatar Stephen Bennett2010-12-281-363/+2
* Move all groupserv SET subcommands into groupserv/set module, prior to splitt...Gravatar Stephen Bennett2010-12-281-0/+466
* Move current groupserv/main module into separate groupserv/main subdirectory,...Gravatar Stephen Bennett2010-12-281-453/+0
* Remove the logged-in check from most modules that have one as this is now in ...Gravatar JD Horelick2010-12-231-50/+8
* groupserv/set_joinflags: Fix another small typo.Gravatar JD Horelick2010-12-061-1/+1
* groupserv: Make the flag parser a external function. This removes a bunch of ...Gravatar JD Horelick2010-12-031-44/+1
* groupserv: Add SET JOINFLAGS that allows groups to specify their own JOINFLAGS.Gravatar JD Horelick2010-12-031-0/+103
* groupserv: Check that users are logged in before groupacs_sourceinfo_has_flag...Gravatar JD Horelick2010-11-141-0/+36
* Ensure the subcommand value passed to the help handler functions is const.Gravatar William Pitcock2010-11-011-2/+2
* Provide an error message for HELP SET <unknownsetting>. atheme-services-6.0.0-alpha7Gravatar Jilles Tjoelker2010-09-261-7/+1
* Fix displaying help for subcommands.Gravatar JD Horelick2010-09-261-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. Gravatar JD Horelick2010-09-221-6/+6
* groupserv: Port to new command framework.Gravatar JD Horelick2010-09-211-23/+7
* groupserv: Fix assertion warnings.Gravatar William Pitcock2010-09-201-2/+2
* groupserv: Update to new command API.Gravatar William Pitcock2010-09-201-17/+23
* groupserv: set_open: Fix a confusing string in the command and a quick consis...Gravatar JD Horelick2010-09-171-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. Gravatar JD Horelick2010-09-171-0/+62
* groupserv: Add an enable_open_groups config option. This allows the network t...Gravatar JD Horelick2010-09-041-1/+7
* groupserv: Change an AND to an OR in the parameter checking of the commands t...Gravatar JD Horelick2010-09-041-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. Gravatar JD Horelick2010-09-041-0/+62
* groupserv: Standardize headers.•••The shrike copyright declarations do not apply to groupserv at all, so they shouldn't be there, at all. Gravatar William Pitcock2010-09-031-8/+2
* gameserv: add SET CHANNEL command and a line for it in INFO.Gravatar JD Horelick2010-08-301-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. Gravatar JD Horelick2010-08-281-0/+231