summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
2015-12-13os_akill: Sanity check AKILLing before modifing the akill listMatt Ullman
2015-12-13Fixup ecdd046c80d696a882b12af615ed9f217afd40a9 to compileAdam
2015-12-13Only special case level -1 to everyone and not everything <0Adam
2015-12-13Add some replacement tokens for akick reason and welcome noticeAdam
2015-12-13Allow wildcard searching emailsAdam
2015-12-13Fall back to account vhost in hs on/offAdam
2015-11-04Fix logonnews to prioritize the newest entries if it can't show them allAdam
2015-09-18Bold code 2 -> 002.Robby
2015-09-18Fix some sentences to be more correct.Robby
2015-09-17Don't prevent channel destruction because persist is set. Perm mode/a bot ↵Adam
should be assigned anyway which will prevent it. Fixes deleting bots out of perm channels causing desyncs
2015-09-14Remove associated oper blocks in os_oper when accounts are deletedAdam
2015-09-14Update topic lock help to reflect how it worksAdam
2015-09-14Don't update channel last used time from ns alist access checkAdam
2015-09-11Don't assign bots when persist is set if we aren't synced sinec we might not ↵Adam
know of all modes
2015-09-06Merge pull request #126 from SaberUK/2.0+typosAdam
Fix a ton of typos.
2015-09-02When toggling NOEXPIRE for a nickname, show the actual nickname in addition ↵Robby
to the account name.
2015-07-30Make secureops help less weirdAdam
2015-07-13Fix incorrect iteration when destructing modelockimplsAdam
2015-07-08Fix a ton of typos.Peter Powell
2015-07-01Fix unused variable warning in cs_cloneAdam
2015-07-01Merge pull request #123 from Alef-Burzmali/2.0+cs-levelsAdam
Allow opers with chanserv/access/list to view the levels list
2015-06-29#1649 don't update keepmodes during inhbaitAdam
2015-06-29Don't allow registering service nicksAdam
2015-06-29Add ns_identify:maxlogins to limit the max number of concurrent logins per ↵Adam
account
2015-06-29Don't allow loading hostserv mods if there can be no hostservAdam
2015-06-29Don't allow adding or changing bots to collide with usersAdam
2015-06-21Also clear vhost on hs_off so the proto mods don't have toAdam
2015-06-20Update host on hs off tooAdam
Protocol modules which don't trigger this by causing a mode change currently desync
2015-06-14Allow opers with chanserv/access/list to view the levels listThomas Fargeix
2015-03-22Make the signed kick/ban message format configurable.Robby-
2015-03-12Only apply keepmodes on channel syncAdam
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-12Revert "Added kickcheck override for users with protected privs"Adam
2015-03-12Merge pull request #99 from H7-25/extemp_protectedAdam
Added kickcheck override for users with protected privs
2015-03-12Show passlen in PASSWORD_TOO_LONGAdam
2015-03-11Only matches sqlines against channels if they begin with a #Adam
2015-03-11SendConfirmMail: Replace %E with new emailPeter 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-11Allow cs clone to clone levels tooAdam
2015-03-11Make cs_clone behave closer to how the help describes itAdam
2015-03-11Normalize masks given to cs_kick, use entry to match them against usersAdam
2015-03-11Normalize masks given to cs_ban, use entry to match them against usersAdam
2015-02-11Added kickcheck override for users with protected privsH7-25
2015-02-05Fix os_mode to handle channels going away due to mode changes, and maybe cs_modeAdam
2015-01-28More properly track topic change sources and allow users with access to ↵Adam
change topics through topiclock
2015-01-26Fix negatively locking param modes in default mlockAdam
2015-01-11cs_entrymsg to use SET permission, not isFounderZach Bloomquist
Correcting syntax error (i don't actually know c++)
2014-12-28Fix crash when non-users register channelsAdam
2014-12-11Remove os exception moveAdam
2014-12-05Update Kill() calls to pass source pointer instead of nameAdam
2014-11-24Set require_oper in /os operAdam
2014-11-15Allow 0 ttb in flood kickerAdam