summaryrefslogtreecommitdiff
path: root/modules/encryption/enc_old.cpp
AgeCommit message (Expand)Author
2015-12-14New source tree structure for modules. From commands/cs_access => chanserv/ac...Adam
2014-12-27Remove now unnecessary eventhook constructor calls in module init listsAdam
2014-12-10Use a triat class for event names instead of having to manually give them pla...Adam
2014-11-24Rewrite serializable to have field level granularityAdam
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-04-20Deprecate enc_old, enc_md5, and enc_sha1Adam
2014-04-20New event systemAdam
2014-04-01Require cmake 2.8 and C++11 supportAdam
2014-02-17Move encryption.h to include/modulesAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2013-03-01Fix Windows buildAdam
2013-01-09Update copyright to 2013. This was done with:Adam
2012-11-30Allow modules to use the encryption modules to encrypt arbitrary things.Adam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-10-07Remove the asynchronous identifing hack and replace it with something better....Adam
2012-04-23Reworked live SQL support yet againAdam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-01-02Updated Copyright to 2012Adam
2011-08-05Rewrote the example configurations and split themAdam