summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
2017-01-16Update copyright to 2017.Robby
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet.
2017-01-08ns_register: notify users of unconfirmed accounts on register when there is ↵Adam
no user too
2017-01-07os_list: show number of channels listed, tooAdam
2017-01-07os_list: also allow patterns in nick!user@host#realname formAdam
2016-12-11Allow nonconfirmed opers to confirm accountsAdam
2016-12-01cs_access: fix typoAdam
2016-11-22os_logsearch: optimize non wildcard searches, allow regexAdam
2016-11-22os_logsearch: add a hard max limit and make the limiter smarterAdam
2016-11-05Don't apply secureops to users with chanserv/administration privilege, not ↵Adam
protected
2016-11-05ns_group: allow userless executionAdam
2016-11-05cs_access: fix negative access to apply to the -1/0 special casingAdam
2016-11-03help: always use command name from config, which may be a different caseAdam
2016-11-03dns: set error to REFUSED when there are no answersAdam
2016-11-03Don't apply secureops to protected usersAdam
2016-11-03Fix userless /ns set email, #1689Adam
2016-10-25os_list: fix regex matchingAdam
2016-10-04cs_mode: check chanserv privilege too for status modes on setAdam
2016-10-04cs_mode: make override logging of mode set more reliableAdam
2016-09-30Revert "Always use display for memo source"Adam
This reverts commit d8a945b1a6f4e500bcb9162cf388f6984ad38328.
2016-09-25MemoServ - Read AllAlphaTech
2016-09-14Always use display for memo sourceAdam
2016-09-13cs_seen: allow unregistered users to useAdam
2016-09-06ms_cancel: cleanup, consider accounts by equiality instead of sender name to ↵Adam
account name
2016-07-25cs_xop: remove unused codeAdam
2016-07-23ns_set: clear last modes before unserializing themAdam
2016-07-23cs_set: clear last modes before unserializing themAdam
2016-07-10os_defcon: find module by name, it might not be loaded yetAdam
2016-07-03chankill: don't add duplicate akillsAdam
2016-07-03#1675: fix saset display to update the account name on the correct clientsAdam
2016-07-03Fix /ns confirm to set +r/accounts when appropriateAdam
2016-06-25Clarify botserv repeat kicker message and allow setting repeat times to 1Adam
2016-04-22Fix randomnews to work when there are more than newscount random newsAdam
2016-04-16Change access check in cs_updown to not allow actions on users with equal accessAdam
2016-03-08cs_clone: don't clone registered timeAdam
2016-02-13Fix access path changes in ns_alist from earlierAdam
2016-02-13Update chanserv secure help to reflect more accurately what it doesAdam
2016-02-13Rewrite access path system to be simplier and use recursionAdam
Show where access is "from" in chanserv/status
2016-01-30Allow /ms read to get a comma separated list of memo numbers as help ↵Adam
describes. Show message if no memos could be displayed.
2016-01-28Update copyright to 2016. This was done with:Robby
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way.
2016-01-23Put maxlogins logic a few other important placesAdam
2016-01-23Merge pull request #143 from staticfox/grammarAdam
hs_group: Fix grammar
2016-01-22Show akill/xline ids in viewAdam
2016-01-22Include memo mail information in ms_infoAdam
2016-01-19Fix various inconsistencies/crashes related to having multiple opers ↵Adam
configured for the same user through combinations of os_oper/config/m_sql_oper
2016-01-19Couple user find by nick fixesAdam
2016-01-12hs_group: Fix grammarMatt Ullman
2015-12-29Move CanAdd() check to after mask sanitization as it will remove other ↵Adam
entries that are considered "covered by" the new mask
2015-12-28Fix saset language replyAdam
2015-12-19Fix race with recovering and svsnicing nicknames. Wait for first svsnick to ↵Adam
go through before issuing the second. Fixes users sometimes svsnick colliding when recovering nicknames.
2015-12-13Merge commit '593ec34' into 2.0Adam