summaryrefslogtreecommitdiff
path: root/modules/extra/m_sasl_dh-aes.cpp
AgeCommit message (Collapse)Author
2016-04-13Remove support for DH-AES and DH-BLOWFISH.Peter Powell
These SASL mechanisms are considered insecure and should not be used anymore.
2016-01-28Update copyright to 2016. This was done with:Robby
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way.
2014-10-16Validate credentials sent via sasl moreAdam
2014-05-30Fix Windows build and update library names to the newer ones.Adam
Also fix crash on Windows when unloading a module because it threw an exception.
2014-03-10Fix compile error in m_sasl_dh-aes and m_sasl_dh-blowfish on unusually old ↵Adam
g++ versions
2014-02-16Fix Windows buildAdam
2014-02-14m_sasl_dh-aes: Add moduleDaniel Vassdal