summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Expand)Author
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
2015-09-06Merge pull request #126 from SaberUK/2.0+typosAdam
2015-09-02When toggling NOEXPIRE for a nickname, show the actual nickname in addition t...Robby
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
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 ac...Adam
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
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
2015-03-12Revert "Added kickcheck override for users with protected privs"Adam
2015-03-12Merge pull request #99 from H7-25/extemp_protectedAdam
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
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 chang...Adam
2015-01-26Fix negatively locking param modes in default mlockAdam
2015-01-11cs_entrymsg to use SET permission, not isFounderZach Bloomquist
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
2014-11-15Fix access dup check to account for accountsAdam
2014-11-08Fix not removing zones from server->zonesAdam
2014-11-04Show access denied if /os kick can't kick the targetAdam
2014-11-04Allow mlock to be enforced when unsetting defcon modesAdam
2014-11-04Move chan register event prior to applying final mode changes, so cs_mode can...Adam
2014-11-03Fix log message when enabling botserv kickersAdam
2014-10-24Keep the akiller's name when updating the reason.Thomas Fargeix
2014-10-14Show extended strftime output for suspend infoAdam
2014-10-14Set access masks to the case of the nick they match, if anyAdam
2014-10-14Fix module event prioritization which was broken with the newerAdam
2014-10-12Move nick register event to make it easier for modules to determine if a newl...Adam
2014-10-12Add an operserv/oper/modify privilege.Thomas Fargeix