| Commit message (Expand) | Author | Age | Files | Lines |
| * | GroupServ/set_groupname: Actually add the help file for it. Import Atheme co... | Ben C | 2017-10-08 | 1 | -0/+12 |
| * | groupserv/templatevhost: Add a help file for TEMPLATEVHOST. | Ben C | 2017-01-07 | 1 | -0/+56 |
| * | groupserv/set_pubacl: Add new GroupServ SET PUBACL setting, similar to ChanSe... | Ben C | 2016-12-26 | 1 | -0/+14 |
| * | GroupServ/flags: The help should mention the newly available templates. | Ben C | 2016-09-09 | 1 | -2/+4 |
| * | GroupServ/flags: The help should mention +A. | Ben C | 2016-09-08 | 1 | -0/+1 |
| * | GroupServ: Implement templates, similar to ChanServ templates. | Ben C | 2016-09-08 | 1 | -0/+42 |
| * | Update every help file to use the new soper if/else condition to mention what... | Ben C | 2016-04-07 | 19 | -0/+57 |
| * | groupserv/set_email: remove spurious newline from helpfile•••Pointed out by Casey.
| William Pitcock | 2012-03-20 | 1 | -1/+0 |
| * | groupserv: Add a INVITE subcommand.•••This allows a group member with the +i flag to invite a user to JOIN a group
that is currently non-open or has reached its acslimit.
| JD Horelick | 2012-02-26 | 1 | -0/+10 |
| * | Groupserv: Add a invite flag (+i) for a shortly upcoming INVITE module. | JD Horelick | 2012-02-26 | 1 | -0/+1 |
| * | 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.
| JD Horelick | 2011-01-25 | 1 | -0/+11 |
| * | groupserv: Keep the code for LISTGROUPS where it is (in groupserv), but put t... | JD Horelick | 2010-12-27 | 1 | -18/+0 |
| * | groupserv: Add LISTGROUPS command for listing groups you have access in (and ... | JD Horelick | 2010-12-27 | 1 | -0/+18 |
| * | 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.
| Jilles Tjoelker | 2010-12-11 | 1 | -1/+1 |
| * | groupserv/list: Allow refining the list with a pattern.•••You can obviously still use * to list all groups.
| JD Horelick | 2010-12-07 | 1 | -3/+4 |
| * | groupserv/flags: Change a hardcoded "GroupServ" service name in the helpfile ... | JD Horelick | 2010-12-06 | 1 | -5/+5 |
| * | groupserv/flags: Add +s to the helpfile which was apparently forgotten. | JD Horelick | 2010-12-06 | 1 | -0/+1 |
| * | tabs-to-spaces the groupserv/set_joinflags helpfile | JD Horelick | 2010-12-04 | 1 | -3/+3 |
| * | groupserv: Add SET JOINFLAGS that allows groups to specify their own JOINFLAGS. | JD Horelick | 2010-12-03 | 1 | -0/+19 |
| * | Fix (another) small privileges typos. Apparently, I suck at spelling that word. | JD Horelick | 2010-12-02 | 1 | -1/+1 |
| * | groupserv: Add the +b (Ban) flag. Currently not hooked up to JOIN or anything... | JD Horelick | 2010-12-01 | 1 | -0/+4 |
| * | groupserv: Add command FFLAGS for forcing a flags change on a group as an oper. | JD Horelick | 2010-12-01 | 1 | -0/+13 |
| * | Add groupserv/fdrop. | JD Horelick | 2010-11-02 | 1 | -0/+12 |
| * | groupserv: Fix 2 typos in helpfiles. | JD Horelick | 2010-10-12 | 2 | -2/+2 |
| * | I suck. | JD Horelick | 2010-10-09 | 1 | -1/+1 |
| * | What typo? | JD Horelick | 2010-10-09 | 1 | -1/+1 |
| * | 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/+9 |
| * | 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 | 2 | -0/+20 |
| * | Add the new !group parameter and stuff to the hostserv/offer helpfile. | JD Horelick | 2010-09-04 | 1 | -1/+1 |
| * | groupserv: Add ACSNOLIMIT command to allow a group to have a unlimited number... | JD Horelick | 2010-09-04 | 1 | -0/+9 |
| * | groupserv: Add the +v flag for taking vhosts offered to the group. | JD Horelick | 2010-09-04 | 1 | -0/+1 |
| * | Add a helpfile for nickserv/regnolimit.•••Also fix a very very small typo in groupserv/regnolimit.
| JD Horelick | 2010-09-04 | 1 | -1/+1 |
| * | groupserv: Add helpfile for REGNOLIMIT. | William Pitcock | 2010-09-03 | 1 | -0/+9 |
| * | gameserv: add SET CHANNEL command and a line for it in INFO. | JD Horelick | 2010-08-30 | 1 | -0/+9 |
| * | Add the GroupServ DROP command. | JD Horelick | 2010-08-28 | 1 | -0/+14 |
| * | Display the new metadata stuff in INFO. | JD Horelick | 2010-08-28 | 1 | -1/+2 |
| * | 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 | 3 | -0/+34 |
| * | Add the LIST command to GroupServ. | JD Horelick | 2010-08-28 | 1 | -0/+8 |
| * | Add a helpfile for groupserv/info and a quick "End of Info" message. | JD Horelick | 2010-08-27 | 1 | -0/+9 |
| * | Add helpfiles for the groupserv commands. | JD Horelick | 2010-08-27 | 2 | -0/+41 |