summaryrefslogtreecommitdiff
path: root/src/tools/db-upgrade.cpp
AgeCommit message (Collapse)Author
2010-08-15Changed a few small things in the db format because it already changed ↵Adam
anyway, bumped DB version to 2
2010-08-08Fix an error in db-upgrade on sha256 encrypted passwords.Naram Qashat
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.