Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-11 | Don't assign bots when persist is set if we aren't synced sinec we might not ↵ | Adam | |
know of all modes | |||
2015-09-06 | Merge pull request #126 from SaberUK/2.0+typos | Adam | |
Fix a ton of typos. | |||
2015-09-02 | When toggling NOEXPIRE for a nickname, show the actual nickname in addition ↵ | Robby | |
to the account name. | |||
2015-07-30 | Make secureops help less weird | Adam | |
2015-07-13 | Fix incorrect iteration when destructing modelockimpls | Adam | |
2015-07-08 | Fix a ton of typos. | Peter Powell | |
2015-07-01 | Fix unused variable warning in cs_clone | Adam | |
2015-07-01 | Merge pull request #123 from Alef-Burzmali/2.0+cs-levels | Adam | |
Allow opers with chanserv/access/list to view the levels list | |||
2015-06-29 | #1649 don't update keepmodes during inhbait | Adam | |
2015-06-29 | Don't allow registering service nicks | Adam | |
2015-06-29 | Add ns_identify:maxlogins to limit the max number of concurrent logins per ↵ | Adam | |
account | |||
2015-06-29 | Don't allow loading hostserv mods if there can be no hostserv | Adam | |
2015-06-29 | Don't allow adding or changing bots to collide with users | Adam | |
2015-06-21 | Also clear vhost on hs_off so the proto mods don't have to | Adam | |
2015-06-20 | Update host on hs off too | Adam | |
Protocol modules which don't trigger this by causing a mode change currently desync | |||
2015-06-14 | Allow opers with chanserv/access/list to view the levels list | Thomas Fargeix | |
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. |