summaryrefslogtreecommitdiff
path: root/modules/core/enc_md5.cpp
AgeCommit message (Collapse)Author
2011-08-05Rewrote the example configurations and split themAdam
up into seperate files for each pseudo client. Also reorganized how the modules are stored, and made most of the old "extra" modules "core"
2011-07-31Fixed these ModuleManager::Attach calls once and for all..Adam
2011-07-14Rewrote how commands are handled within Anope.Adam
This allows naming commands and having spaces within command names.
2011-05-16Use module type to determine what type each module is instead of its ↵Adam
location in the configuration file.
2011-04-03Made LDAP support recover, release, resetpass, etc.Adam
2011-01-05update copyrights for 2011lethality
2010-08-27Added a new logging systemAdam
2010-08-17Rewrote the config reader to better handle invalid configs.Adam
This prevents Anope from exploding when /os reload has errors.
2010-08-08Add a db-upgrade to convert base64-encoded encrypted passwords to ↵Naram Qashat
hexadecimal strings of the raw data, add in Anope::Hex for C-style strings and added Anope::Unhex, modified the encryption modules to use Hex and Unhex.
2010-08-05Update TODO, and minor change to enc_md5 (no, it doesn't fix encryption with ↵Naram Qashat
1.9 git yet, I'll get to that eventually)
2010-08-04Fix enc_md5 to work with the way the new b64_encode does things with ↵Naram Qashat
Anope::string, by making sure that the string is null terminated properly.
2010-08-03Fixed enc_md5, it has been broken since revision ↵Adam
ae38212c1ce829c783edf971081c90137abb49a0
2010-07-25Epic commit to replace most of the strings in Anope with a single ↵Naram Qashat
Anope::string class, plus some other little fixes here and there. If you follow 1.9.x development and are testing things, THIS is one of those things that NEEDS testing.
2010-07-15Moved some files and diretories around, made cmake skip files it knows it ↵Adam
can't compile because of missing dependices.