| Commit message (Expand) | Author | Age | Files | Lines |
| * | libathemecore/flags: Move MU_NOTIFYSET from 'S' to '$' and MU_NOPASSWORD from... | Ben C | 2017-10-07 | 1 | -2/+2 |
| * | NickServ/set_nopassword: Add NOPASSWORD option and various failsafes. Also s... | Ben C | 2017-09-21 | 1 | -1/+4 |
| * | NickServ: Add set options EmailNotify, NotifyAcl, and NotifySet. They otherw... | Ben C | 2017-01-15 | 1 | -0/+3 |
| * | NickServ: Add STRICTACCESS option. | Ben C | 2016-09-09 | 1 | -0/+1 |
| * | chanserv/set_pubacl + libathemecore/flags: Make it actually save this to the ... | Ben C | 2016-06-05 | 1 | -0/+1 |
| * | Implemented leveled flags. | Ben C | 2015-04-17 | 1 | -0/+9 |
| * | Remove all trailing whitespace | Rylee Fowler | 2014-07-08 | 1 | -4/+4 |
| * | libathemecore/flags: Add flag 'f' for MC_ANTIFLOOD to mc_flags.•••This will allow the ANTIFLOOD flag to be saved to and loaded from the storage
backend. This resolves #333.
| Lee Starnes | 2014-05-26 | 1 | -0/+1 |
| * | Change the +u (unban) to the +e (exempt) flag.•••The +r flag retains all the commands it had, including unban, and access
to add/remove akicks with +f, but loses the akick exemption.
The +e flag allows unban/unquiet on self only (so only via IRC) and grants
exemption to akicks.
There is code to convert old +r to new +re but not code to convert old
+u to new +e.
| Jilles Tjoelker | 2013-01-30 | 1 | -1/+1 |
| * | Split out UNBAN flag to +u from +r flag. (closes #75) | William Pitcock | 2013-01-26 | 1 | -0/+1 |
| * | libathemecore: ensure MC_VERBOSE_OPS is saved to the database (closes #45).•••Patch from Marien Zwart (marienz).
| William Pitcock | 2012-09-10 | 1 | -1/+2 |
| * | libathemecore: flags_to_bitmask(): always mask by ca_all. | William Pitcock | 2012-05-13 | 1 | -1/+1 |
| * | libathemecore: flags_make_bitmasks(): support +/-/=longflag syntax for one flag. | William Pitcock | 2011-08-31 | 1 | -5/+27 |
| * | libathemecore: flags_to_bitmask(): cache coherency improvements | William Pitcock | 2011-08-31 | 1 | -4/+5 |
| * | everything: use mowgli_strlcpy() and mowgli_strlcat().•••this removes any dependency on the non-standard C strlcat/strlcpy extension,
as mowgli provides a strlcpy/strlcat now.
| William Pitcock | 2011-08-30 | 1 | -2/+2 |
| * | Fix infinite loop in bitmask_to_flags(), introduced today. | Jilles Tjoelker | 2011-06-09 | 1 | -1/+1 |
| * | Make chanacs_flags 256 elements large.•••Pointed out by jayne.
| William Pitcock | 2011-06-09 | 1 | -1/+1 |
| * | Fix DoS in chanserv/flags•••Conversion of char values with the high bit set to unsigned int results
in very large values, which when used as an array index causes a
predictable crash. Cast to unsigned char instead, which is the correct
type that expresses only valid array indices for chanacs_flags and
friends.
| Stephen Bennett | 2011-06-08 | 1 | -8/+8 |
| * | Make gflag_fromchar() static. | Jilles Tjoelker | 2011-01-16 | 1 | -1/+1 |
| * | groupserv: Do not add +fscmv flags to all users when loading the database. | Jilles Tjoelker | 2011-01-16 | 1 | -0/+1 |
| * | Add nickserv/set_nevergroup.•••This command will basically just prevent people randomly giving you flags in
a group. You can still REGISTER groups, JOIN open groups and your flags can
be modified once you're a member of the group.
| JD Horelick | 2011-01-12 | 1 | -0/+1 |
| * | Make the Atheme core a library and add a stub for the services executable. | William Pitcock | 2010-12-14 | 1 | -0/+436 |