summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2017-01-22m_sasl: don't allow logging into unconfirmed accountsAdam
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Correct a couple expiry time checks from DoTime()Adam
2017-01-16Merge pull request #182 from genius3000/2.0+protocol_match_nameAdam
protocol/inspircd: Match servername as well on ENCAP
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-12m_dnsbl: widen allowed reply range to 127.0.0.0/8Adam
2017-01-11db_sql: run table creation queries during import synchronously tooAdam
2017-01-11unreal4: use SENDUMODE instead of GLOBOPSAdam
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-07ngircd: move metadata non-exietent user log message to debugAdam
2017-01-07os_list: also allow patterns in nick!user@host#realname formAdam
2016-12-21Fix previous commit, deleting sessions removes it from the map which ↵Adam
invalidates the reference
2016-12-19m_sasl: log hostname/ip, if providedAdam
2016-12-11Fix detecting if chghost/chgident is loaded on inspircd and don't send them ↵Adam
unless they are
2016-12-11Fix setting kill quick in webcpanelAdam
2016-12-11Allow nonconfirmed opers to confirm accountsAdam
2016-12-10Remove unnecessary functions from ngircd that duplicate the default ↵Adam
behavior, fix a few typos in comments
2016-12-01inspircd12: fix mode handler to handle opers changing other users umodes ↵Adam
correctly
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-22protocol/inspircd: Match servername as well on ENCAPgenius3000
2016-11-11db_old: convert languages to UTF-8 encoded versionAdam
2016-11-05Don't apply secureops to users with chanserv/administration privilege, not ↵Adam
protected
2016-11-05ns_group: allow userless executionAdam
2016-11-05irc2sql: fix changing status modes to update ison modesAdam
2016-11-05cs_access: fix negative access to apply to the -1/0 special casingAdam
2016-11-05irc2sql: fix crash on shutdown with no sqlAdam
2016-11-05irc2sql: update max topic len to 512Adam
2016-11-04m_mysql: null empty columns instead of setting to ''Adam
2016-11-04irc2sql: fix a couple SQL errorsAdam
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-11-03Fix crash loading enc_old prior to the proto modsAdam
2016-10-25os_list: fix regex matchingAdam
2016-10-16plexus: add noop and sasl supportAdam
2016-10-16db_sql: don't update objects pending creation as it duplicates itAdam
2016-10-06ns_maxemail: equals_ci for comparing emailsAdam
2016-10-04inspircd20: specifially add channel modes official-join and operprefix as ↵Adam
status modes, sometimes they are sent in CAPAB without a status prefix which causes them to be added as parameter modes
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-30memoserv: always use display for memo sourceAdam
2016-09-30Revert "Always use display for memo source"Adam
This reverts commit d8a945b1a6f4e500bcb9162cf388f6984ad38328.
2016-09-25MemoServ - Read AllAlphaTech
2016-09-25Merge pull request #177 from attilamolnar/2.0+sqliteleakAdam
m_sqlite: Fix possible memory leak when opening a database fails
2016-09-25Merge pull request #178 from Techman-/2.0+resvAdam
Thanks
2016-09-14Always use display for memo sourceAdam