Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-05 | Rewrote the example configurations and split them | Adam | |
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-31 | Fixed these ModuleManager::Attach calls once and for all.. | Adam | |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam | |
This allows naming commands and having spaces within command names. | |||
2011-05-16 | Use module type to determine what type each module is instead of its ↵ | Adam | |
location in the configuration file. | |||
2011-04-03 | Made LDAP support recover, release, resetpass, etc. | Adam | |
2011-01-05 | update copyrights for 2011 | lethality | |
2010-08-27 | Added a new logging system | Adam | |
2010-08-17 | Rewrote the config reader to better handle invalid configs. | Adam | |
This prevents Anope from exploding when /os reload has errors. | |||
2010-08-08 | Add 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-05 | Update 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-04 | Fix 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-03 | Fixed enc_md5, it has been broken since revision ↵ | Adam | |
ae38212c1ce829c783edf971081c90137abb49a0 | |||
2010-07-25 | Epic 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-15 | Moved some files and diretories around, made cmake skip files it knows it ↵ | Adam | |
can't compile because of missing dependices. |