Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-30 | Allow modules to use the encryption modules to encrypt arbitrary things. | Adam | |
Made enc_old depend on enc_md5. Allow not loading any encryption modules if you want to only use an external mechanism. Removed ns_sendpass since it's just a bad idea. | |||
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
2012-09-02 | Fix Windows | Adam | |
2012-01-02 | Updated Copyright to 2012 | Adam | |
2011-11-08 | Windows | Adam | |
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-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-05 | Removed OnEncryptInPlace, although it currently causes no problems it is ↵ | Adam | |
just redundant. | |||
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on ↵ | Naram Qashat | |
include/* and src/* but not src/core/* or src/modules/*. | |||
2010-06-18 | Renamed all of source files from .c to .cpp | Adam | |