summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-06Merge commit '095751363dd9d3576ca7b8cfd3b3efbe9ce09bba'Adam
2017-04-06Merge commit 'd4bf0957d1868fae2d48e9349e91daca5c7c9bd9'Adam
2017-04-06Merge commit '99acdcf168f16764012869e7c9f85e6bfae6f23b'Adam
2017-04-06Merge commit 'e95950ee261a6a738898d24a76310ef26585e35a'Adam
2017-04-06Merge commit 'fc0171fb40cf1785492eda566fd33b3ff5ef66b4'Adam
2017-04-06Merge commit 'f3bb46a9f5bb6154f9d23dc62765758a9135f0e6'Adam
2017-04-06Merge commit '4d054aa2b20caa4d268fa5575a8e5eb12beca9b3'Adam
2017-04-06Merge commit '3a8ff5d45624bc4f3dcd11531a7c4727a249ce01'Adam
2017-04-06Merge commit '39eb9f8cfc1afb9f5a793336c2b001e8c0434431'Adam
2017-04-06Merge commit '0c7050c506446cd73c0cf4f578945419139c5438'Adam
2017-04-06Merge commit '83c2f8e970621134f6a95aa0e968c1330627beba'Adam
2017-04-06Fix access comparison operatorsAdam
2017-04-06Fix some more compiler warningsAdam
2017-04-06Move nc->lastmail to a fieldAdam
2017-03-19Merge pull request #186 from SaberUK/master+cmake-cleanupAdam
Some minor build system improvements.
2017-03-19Get rid of relying on if(this) in WhoSends()Adam
2017-03-19Fix some of the simplier compiler warningsAdam
2017-02-12Clean up conditionals merged from the 2.0 branch.Peter Powell
2017-02-12Don't use the -pipe compiler flag.Peter Powell
On modern hardware this makes no difference to build times.
2017-02-12Cleanup CMake policy usage.Peter Powell
- CMP0003 has been the default since 2.6 so there is no need to enable this. - CMP0007 and CMP0026 always exist on 3.0+ so there is no need to check that they exists.
2017-02-07sqlite: fix sqlite3_last_insert_rowid() callAdam
2017-02-07Normalize databases by not allowing generic Object referencesAdam
Remove redis database support
2017-02-06Track override in CommandSource and use it in the loggerAdam
2017-01-27Store CommandInfo in CommandSource instead of just command/permissionAdam
2017-01-23Make log system use newer format stringsAdam
Also allow log messages to be translatable
2017-01-22Anope 2.0.6-gitAdam
2017-01-22Anope 2.0.5 Release2.0.5Adam
2017-01-22m_sasl: don't allow logging into unconfirmed accountsAdam
2017-01-20Remove old language strings from lang filesAdam
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Regenerate language filesAdam
2017-01-16Update ChangesAdam
2017-01-16Revert "Remove efnetrbl from example dnsbl configuration"Adam
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-16Merge pull request #183 from SaberUK/2.0+cmakeAdam
Don't give misleading instructions when running CMake fails.
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-14Update the dutch language file.Robby
2017-01-13Don't give misleading instructions when running CMake fails.Peter Powell
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-08Remove efnetrbl from example dnsbl configurationAdam
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-22Move log messages for status mode change for unknown user to debugAdam
2016-12-22Make User::Mask behave more like 1.8Adam
2016-12-21Fix previous commit, deleting sessions removes it from the map which ↵Adam
invalidates the reference