summaryrefslogtreecommitdiff
path: root/src/utils/encryption.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-01-29Removed unused createRandomPassword functionThorbjørn Lindeijer1-61/+0
Reviewed-by: Erik Schilling
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer1-3/+1
* Rely on the fact that a std::string is empty by default * Use std::string::empty() rather than comparing to "" * Construct with std::string() rather than from "" Reviewed-by: Bertram
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
Also updated the headers to refer to the GPL by URL instead of suggesting to contact the FSF by snail mail, as per the latest GPL usage instructions.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-05-22Fixed compilation with GCC 4.3 (patch by rodge).Bjørn Lindeijer1-0/+1
2008-04-23Switched to alternative SHA-256 implementation from InspIRCd.Bjørn Lindeijer1-75/+65
2008-04-21Added password and email encryption server-side using SHA256.Yohann Ferreira1-0/+75