| Commit message (Expand) | Author | Age | Files | Lines |
| * | groupserv/main/main: Add notify_group_misc_change function. | Ben C | 2017-05-02 | 1 | -0/+2 |
| * | groupserv/main: Add notify_group_set_change function. | Ben C | 2017-04-29 | 1 | -0/+2 |
| * | groupserv/main: Add notify_group_acl_change function and use it in groupserv/... | Ben C | 2017-04-26 | 1 | -0/+2 |
| * | GroupServ: add notify_target_acl_change function to groupserv/main/main using... | Ben C | 2017-01-18 | 1 | -1/+6 |
| * | hostserv/templatevhost: Add templatevhost system, minor tweak to allow_vhost_... | Ben C | 2016-12-23 | 1 | -0/+10 |
| * | groupserv/flags: Make matching template names show up in the flags list, if a... | Ben C | 2016-12-02 | 1 | -0/+2 |
| * | GroupServ: Implement templates, similar to ChanServ templates. | Ben C | 2016-09-08 | 1 | -0/+31 |
| * | groupserv: allow selective recursion of child groups | William Pitcock | 2014-08-08 | 1 | -1/+1 |
| * | groupserv: make groupserv core entity-agnostic (ref #302) | William Pitcock | 2014-08-08 | 1 | -3/+4 |
| * | groupserv: myuser_group_count_flag now works with all entities | William Pitcock | 2014-08-08 | 1 | -2/+2 |
| * | groupserv: move groupacs membership accounting to exist under myentity_t. (re... | William Pitcock | 2014-08-08 | 1 | -2/+2 |
| * | groupserv: add mygroup_rename() (ref #294) | William Pitcock | 2014-08-03 | 1 | -0/+2 |
| * | groupserv: add groupserv_sourceinfo_flags() (ref #244) | William Pitcock | 2014-01-22 | 1 | -1/+2 |
| * | Fix modification issue with GroupServ FFLAGS•••This fixes issue 241.
| Parted Cloud | 2013-12-29 | 1 | -1/+1 |
| * | groupserv: Remove channel access from a group when the group is dropped or ex... | JD Horelick | 2011-01-24 | 1 | -0/+2 |
| * | groupserv: inline use_groupserv_main_symbols() and use_groupserv_set_symbols(). | William Pitcock | 2011-01-18 | 1 | -8/+2 |
| * | groupserv: Added some function prototypes to shut GCC up. | JD Horelick | 2010-12-30 | 1 | -0/+6 |
| * | Split out GroupServ SET subcommands into their own modules | Stephen Bennett | 2010-12-28 | 1 | -0/+15 |
| * | Fix groupserv config settings in modules other than main | Stephen Bennett | 2010-12-28 | 1 | -0/+3 |
| * | Modularise the remaining commands in basecmds.c, and remove it | Stephen Bennett | 2010-12-28 | 1 | -0/+3 |
| * | Modularise nickserv/listgroups, taking it out of groupserv/main | Stephen Bennett | 2010-12-28 | 1 | -0/+6 |
| * | Modularise groupserv/info | Stephen Bennett | 2010-12-28 | 1 | -0/+3 |
| * | Modularise groupserv/register. To do this, split the old groupserv.h into a g... | Stephen Bennett | 2010-12-28 | 1 | -83/+27 |
| * | groupserv: Make the flag parser a external function. This removes a bunch of ... | JD Horelick | 2010-12-03 | 1 | -0/+1 |
| * | Add a join_flags config option for the flagset that users will get when they ... | JD Horelick | 2010-12-03 | 1 | -0/+1 |
| * | groupserv: Add the +b (Ban) flag. Currently not hooked up to JOIN or anything... | JD Horelick | 2010-12-01 | 1 | -0/+1 |
| * | Remove the dlink code, it has now been entirely replaced by mowgli.list.•••The new mowgli.list code has been improved through usage in audacious and
other places, and has many features that atheme has needed for some time.
| William Pitcock | 2010-10-08 | 1 | -2/+2 |
| * | Kill node_t and list_t.•••This also has the side effect of unbreaking the build. Oops.
| William Pitcock | 2010-10-08 | 1 | -4/+4 |
| * | groupserv: Port to new command framework. | JD Horelick | 2010-09-21 | 1 | -1/+0 |
| * | groupserv: Add group:auspex priv and use it for all the...Auspex-y stuff rela... | JD Horelick | 2010-09-17 | 1 | -0/+3 |
| * | 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/+1 |
| * | groupserv: Add an enable_open_groups config option. This allows the network t... | JD Horelick | 2010-09-04 | 1 | -0/+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/+1 |
| * | groupserv: Add ACSNOLIMIT command to allow a group to have a unlimited number... | JD Horelick | 2010-09-04 | 1 | -0/+1 |
| * | groupserv: Add a config option for maxgroupacs.•••(Maximum number of access list entries in one group)
| JD Horelick | 2010-09-04 | 1 | -0/+1 |
| * | groupserv: add a config option for maxgroups.•••(Maximum number of groups one user can be founder of).
| JD Horelick | 2010-09-04 | 1 | -0/+1 |
| * | groupserv: Enforce group registration limits. | William Pitcock | 2010-09-04 | 1 | -0/+1 |
| * | groupserv: Add the +v flag for taking vhosts offered to the group. | JD Horelick | 2010-09-04 | 1 | -1/+2 |
| * | groupserv: Save group flags in the database.•••This has the side effect of bumping the schema version to 3.
| William Pitcock | 2010-09-03 | 1 | -0/+1 |
| * | groupserv: Add MU_REGNOLIMIT. | William Pitcock | 2010-09-03 | 1 | -0/+4 |
| * | 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 | -1/+5 |
| * | Add /GROUPSERV INFO and mygroup_founder_name.•••No helpfile for INFO yet, i'll add one later.
| JD Horelick | 2010-08-27 | 1 | -0/+2 |
| * | groupserv: Add mygroup_count_flag(). | William Pitcock | 2010-08-27 | 1 | -0/+2 |
| * | groupserv: Use the new privatedata APIs to provide a mapping of user to group... | William Pitcock | 2010-08-27 | 1 | -1/+4 |
| * | groupserv: Show list of groups in NS INFO. | William Pitcock | 2010-08-27 | 1 | -0/+3 |
| * | groupserv: Add groupacs_sourceinfo_has_flag(). | William Pitcock | 2010-08-27 | 1 | -0/+1 |
| * | GA_ALL should not contain GA_FOUNDER | JD Horelick | 2010-08-27 | 1 | -1/+1 |
| * | groupserv: GA_ALL should be a combined value, not 0xFFFFFFFF. | William Pitcock | 2010-08-27 | 1 | -1/+1 |
| * | groupserv: Add groupacs_delete() and update the APIs everywhere. | William Pitcock | 2010-08-27 | 1 | -0/+8 |
| * | groupserv: Add groupacs_add() and groupacs_find(). | William Pitcock | 2010-08-26 | 1 | -0/+7 |