summaryrefslogtreecommitdiff
path: root/src/tools/db-upgrade.cpp
AgeCommit message (Collapse)Author
2011-01-20Removed db-upgrade, its no longer neededAdam
2010-10-27Removed 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-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.