summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-03Don't try to include files with empty pathsAdam
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 #173 from genius3000/2.0-remove-expiretimeout-cs_seenAdam
Thanks
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-25Merge pull request #175 from genius3000/2.0-email-date_headerAdam
Added a Date field to the Header
2016-09-25Merge pull request #176 from Alef-Burzmali/2.0+update-fr2Adam
Thanks
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-09-05m_ssl_openssl: allow certificate chain files to be usedAdam
2016-09-04ratbox: fix RESVsMichael Hazell
Also, enable channel support because it wasn't specified already and point charybdis to these methods instead.
2016-08-19Update French language file.Thomas Fargeix
2016-08-17Added a Date field to the Headergenius3000
2016-08-17m_sqlite: Fix possible memory leak when opening a database failsAttila Molnar
2016-08-08Remove 'expiretimeout' from chanserv.example.confgenius3000
As seen within this commit: https://github.com/anope/anope/commit/22658d63bdb1e52a66f4514af45fa55ca5891345 'expiretimeout' is no longer set within cs_seen and I can't see it used elsewhere to be needed in the config.
2016-08-08Merge pull request #172 from bonnedav/patch-1Adam
Thanks
2016-08-08Remove unused commands from oper config.bonnedav
2016-07-25Fix #1684 more, can have non-user sources for encap saslAdam
2016-07-25cs_xop: remove unused codeAdam
2016-07-25db_old: fix warningsAdam