summaryrefslogtreecommitdiff
path: root/src/core/enc_sha1.c
AgeCommit message (Expand)Author
2010-06-18Renamed all of source files from .c to .cppAdam
2010-06-18Made all modules version be VERSION_STRINGAdam
2010-03-21Added options:passlenAdam-
2010-01-31replaced the alog() command with a new type-safe and stream-based Alog()DukePyrolator
2010-01-09changed all password fields to std::string and reworked the way how the enc m...DukePyrolator
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-11-08Rewrote BuildStringList to use std::list instead of char**Adam-
2009-11-02added a way to load multiple encryption modules at the same and to switch bet...DukePyrolator
2009-09-20Removed the file name arg from MODULE_INITAdam-
2009-07-01fix for bug #1087. thanks to Obi_Wan for reporting and testing.DukePyrolator
2009-06-29changed encryption modules to use the new module APIDukePyrolator
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-11-08moduleAddVersion -> Module::SetVersionRobin Burchell w00t@inspircd.org
2008-11-08moduleSetType() -> Module::SetType().Robin Burchell w00t@inspircd.org
2008-11-08Convert moduleSetType() to not require a module pointer.. actually, this is p...Robin Burchell w00t@inspircd.org
2008-11-08Call the new base constructor too.. let's hope this all works?Robin Burchell w00t@inspircd.org
2008-11-08Convert all the derived module constructors to take the new parameter (sed mu...Robin Burchell w00t@inspircd.org
2008-11-06Add module name to MODULE_INIT. This is not yet actually used, but it will be...Robin Burchell w00t@inspircd.org
2008-11-04Convert encryption modules.Robin Burchell w00t@inspircd.org
2008-09-30Add MODULE_INIT to all modules, fix a few various crashes.Robin Burchell w00t@inspircd.org
2008-09-30Various strict fixes..Robin Burchell w00t@inspircd.org
2008-09-27BUILD : 1.7.22 (1453) BUGS : 947 NOTES : Fixed a buffer overflow in enc_sha1. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-02-08BUILD : 1.7.21 (1379) BUGS : 856 NOTES : x86_64 generating improper SHA1 hash...drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-10-18BUILD : 1.7.17 (1190) BUGS : N/A NOTES : sha1 is a valid choice of encryption...rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b