Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-20 | Removed db-upgrade, its no longer needed | Adam | |
2010-10-27 | Removed memo number from databases. Since we already have db-upgrade we ↵ | Adam | |
might as well make that update memos too. Users using the top of git will need to run sed -i 's/MD MI [0-9]* /MD MI /' anope.db on their database. | |||
2010-08-15 | Changed a few small things in the db format because it already changed ↵ | Adam | |
anyway, bumped DB version to 2 | |||
2010-08-08 | Fix an error in db-upgrade on sha256 encrypted passwords. | Naram Qashat | |
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. |