Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-22 | Make the signed kick/ban message format configurable. | Robby- | |
2015-03-12 | Only apply keepmodes on channel sync | Adam | |
Not sure why this was this way originally, it interfears with the chanserv +r check to determine how new the channel is because it restores +r. This seems to still work okay, though. | |||
2015-03-12 | Revert "Added kickcheck override for users with protected privs" | Adam | |
2015-03-12 | Merge pull request #99 from H7-25/extemp_protected | Adam | |
Added kickcheck override for users with protected privs | |||
2015-03-12 | Show passlen in PASSWORD_TOO_LONG | Adam | |
2015-03-11 | Only matches sqlines against channels if they begin with a # | Adam | |
2015-03-11 | SendConfirmMail: Replace %E with new email | Peter Tseng | |
The old mailer message said the user is changing email "to %e", which is changing TO the OLD email. But instead, the user is actually changing the email to the new email. We could change %e to be the new email, but maybe some users of Anope have already configured their messages to assume %e is the old email. So instead, add a new %E that is replaced with the new email. | |||
2015-03-11 | Allow cs clone to clone levels too | Adam | |
2015-03-11 | Make cs_clone behave closer to how the help describes it | Adam | |
2015-03-11 | Normalize masks given to cs_kick, use entry to match them against users | Adam | |
2015-03-11 | Normalize masks given to cs_ban, use entry to match them against users | Adam | |
2015-02-11 | Added kickcheck override for users with protected privs | H7-25 | |
2015-02-05 | Fix os_mode to handle channels going away due to mode changes, and maybe cs_mode | Adam | |
2015-01-28 | More properly track topic change sources and allow users with access to ↵ | Adam | |
change topics through topiclock | |||
2015-01-26 | Fix negatively locking param modes in default mlock | Adam | |
2015-01-11 | cs_entrymsg to use SET permission, not isFounder | Zach Bloomquist | |
Correcting syntax error (i don't actually know c++) | |||
2014-12-28 | Fix crash when non-users register channels | Adam | |
2014-12-11 | Remove os exception move | Adam | |
2014-12-05 | Update Kill() calls to pass source pointer instead of name | Adam | |
2014-11-24 | Set require_oper in /os oper | Adam | |
2014-11-15 | Allow 0 ttb in flood kicker | Adam | |
2014-11-15 | Fix access dup check to account for accounts | Adam | |
2014-11-08 | Fix not removing zones from server->zones | Adam | |
2014-11-04 | Show access denied if /os kick can't kick the target | Adam | |
2014-11-04 | Allow mlock to be enforced when unsetting defcon modes | Adam | |
2014-11-04 | Move chan register event prior to applying final mode changes, so cs_mode ↵ | Adam | |
can set mlock on register. #1620 | |||
2014-11-03 | Fix log message when enabling botserv kickers | Adam | |
2014-10-24 | Keep the akiller's name when updating the reason. | Thomas Fargeix | |
The name of the oper issuing an akill or a sxline could be removed by updating the reason, even though addkiller was enabled. | |||
2014-10-14 | Show extended strftime output for suspend info | Adam | |
2014-10-14 | Set access masks to the case of the nick they match, if any | Adam | |
2014-10-14 | Fix module event prioritization which was broken with the newer | Adam | |
auto-attach event stuff. Also remove logically dead code from os_defcon, and make os_defcon akill similar masks to os_session when enforcing session akills. Fixes #1618 which relies on os_session to be prioritized before os_defcon. | |||
2014-10-12 | Move nick register event to make it easier for modules to determine if a ↵ | Adam | |
newly registered nick is confirmed or not. Add confirm event. | |||
2014-10-12 | Add an operserv/oper/modify privilege. | Thomas Fargeix | |
The operserv/oper command privilege allows to add operators with fewer or the same privileges as ourself. This new privilege allows to have operators who can use operserv/oper to see the list of operators and their privileges, but cannot add new operators. | |||
2014-10-12 | Add a chanserv/access/list privilege | Thomas Fargeix | |
Replace the existing chanserv/access/list command access, only used in cs_xop, by a privilege with the same name. It which allows read-only access to cs_access, cs_flags, cs_xop and cs_akick, while the already-existing chanserv/access/modify privilege allows to modify them. | |||
2014-10-06 | Log when memos are sent | Adam | |
2014-10-06 | Don't add duplicate akills in os_session | Adam | |
2014-10-06 | Clear pending collided state on release, fixes colliding users using recover ↵ | Adam | |
into enforcers | |||
2014-10-06 | Add a confirmation reply to ns recover on an unidentified user with svsnick | Adam | |
2014-09-14 | fixed typo in the last commit | DukePyrolator | |
2014-09-14 | added missing support for operonly and silentoperonly in os_defcon | DukePyrolator | |
2014-09-01 | Fix unserializing badwords to not add dupes when unserializing an existing ↵ | Adam | |
bw object | |||
2014-08-24 | Change Channel::GetModeList to return a copy of the mode list, not a | Adam | |
pair of lower/upper bound iterators. Sometimes when iterating the list, like in cs_mode, we can modify the contents of it, which combined with mlock always agressively trying to readd modes to it can do bad things. | |||
2014-08-11 | cs_set: Fix logging for SET SUCCESSOR to correctly log overrides. | Robby- | |
2014-08-03 | List opertypes in /os oper info | Adam | |
2014-08-03 | Fix some botserv help entries from showing when they shouldn't | Adam | |
2014-08-03 | Add cs_mode:max config option | Adam | |
2014-08-03 | Allow "modify" in flags to be optional | Adam | |
2014-08-03 | Allow "set" in topic set to be optional | Adam | |
2014-08-03 | Add ms_ignore:max config option | Adam | |
2014-08-03 | Do not allow unconfirmed users to send memos or request vhosts | Adam | |