summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-27Merge pull request #174 from Techman-/2.0+inspsaslAdam
InspIRCd: Send CHGIDENT/CHGHOST on SVSLOGIN
2017-05-27Merge pull request #188 from key2peace/2.0Adam
IPv6 support for m_dnsbl and sockaddrs::reverse()
2017-05-27Moved m_dns's reverse ip method to sockaddrs::reverse().Alexander Maassen
Updated m_dnsbl to support ipv6.
2017-05-17m_dnsbl: fix exempts, allow cidrs, default exempt 127.0.0.0/8Adam
2017-03-30m_regex_posix: use REG_ICASEAdam
2017-03-30example.conf: disable regexengine directive by defaultAdam
2017-03-27regchannel: fix compile warning from previous commitAdam
2017-03-27cs_akick: don't show channel doesn't exist message in enforce from adding akicksAdam
2017-03-27Fix autokick destructor to properly remove channel references from accountsAdam
2017-03-26example.conf: update to reflect deprecated status of older encryption modulesAdam
2017-03-23Remove weird warning in nickserv help which for some reason assumes admins' ↵Adam
abuse policies
2017-03-19Merge pull request #187 from miwob/new-modeAdam
Add channel mode 'u', and 'L' to hybrid protocol module; Remove usele…
2017-03-19m_sasl: pass module to loggerAdam
2017-03-19readme: change minimum supported hybrid version to 8.2Adam
2017-03-19Add channel mode 'u', and 'L' to hybrid protocol module; Remove useless ↵miwob
CAPABs that are mandatory for some years now.
2017-03-18Fix ns_keep_modes default option in nickserv.confAdam
2017-03-16logger.cpp: fix variable shadow warningAdam
2017-03-16Include ip for web clients in command log messages for sourceAdam
2017-03-16redis: check for socket errors when loading database on startupAdam
2017-03-15cs_xop: fix showing alternative access methods in helpAdam
2017-03-08modes.cpp: correct usage of format string passed to SendModeAdam
2017-03-08db_redis: don't crash if destroying an object with no typeAdam
2017-03-01unreal4: set +xt on chghost as unreal doesAdam
2017-02-21cs_set: don't lower ts from own clients joiningAdam
2017-02-21Unwrap list modes too in cs_mode, and fix clear on virtual modes to show an ↵Adam
error
2017-02-21Fix logging in cs_mode setAdam
2017-02-21Unwrap mode changes in RemoveMode before checking if it is set, fixes ↵Adam
os_mode not being able to remove extbans etc
2017-02-21os_forbid: match forbids exact on add/delAdam
2017-02-21Verify configured servername and uplink password are validAdam
2017-02-12os_logsearch: fix quick matchAdam
2017-02-06Merge pull request #185 from fallen/2.0Adam
Update French language file
2017-02-06ns_set_misc/cs_set_misc: send syntax help tooAdam
2017-02-06protocol/inspircd12: set +x on /hs offAdam
2017-02-04bs_badwords: allow opers with botserv/administration to list/clear badwords tooAdam
2017-02-04Update French language fileYann Sionneau
- translate "nick" to "pseudo" - remove "XOP" arg from set secureops
2017-01-23logger: some log events rely on empty sourcesAdam
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