summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-12-19m_sasl: log hostname/ip, if providedAdam
2016-12-18protocol/inspircd20: use own svsjoin/part/nicks to vaoid module dependencies ↵Adam
on hybrid/bahamut
2016-12-18protocol/bahamut: fix typo in AkillDelAdam
2016-12-17Split ircdproto send functions out into separate servicesAdam
This makes it easier to see which send functions a protocol module implements as they are all explicitly registered by the module, and avoids the problem of subtly breaking other protocol modules when using inheritance. Also split the old "core" send implementations out into a module, and the TS6 ID generator
2016-12-15logger: log source nick if there is no user or accountAdam
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-08Export protocol implementations into protocol module headersAdam
2016-12-07Fix numerics to be sent to uidsAdam
2016-12-07Change in source anope.org links to httpsAdam
2016-12-07Remove unused varargs Socket:WriteAdam
2016-12-07Remove C style var args from Channel::KickAdam
2016-12-06Remove many more old C style format strings in the protocol functionsAdam
2016-12-05protocol/inspircd20: SERVER will be sourceless before there is an uplink, so ↵Adam
remove require_server flag
2016-12-01Split more protocol module message handler declarations into module headersAdam
2016-12-01inspircd12: fix mode handler to handle opers changing other users umodes ↵Adam
correctly
2016-12-01cs_access: fix typoAdam
2016-12-01Allow encap handlers to recall message processing, make protocol/inspircd do ↵Adam
this
2016-12-01chanserv/info: show bantype formatAdam
2016-12-01Allow objects to opt out of gc, don't gc accounts with users logged inAdam
Also store cached state with the field by using Serialize::Storage for field storage
2016-11-30Fix some field shadowing warningsAdam
2016-11-25sqlite: reference id of referenced type if available instead of objectsAdam
2016-11-25Rename most ext fields names to be consistent with everything else, add ↵Adam
accessors for many
2016-11-22os_logsearch: optimize non wildcard searches, allow regexAdam