gomuks
gomuks copied to clipboard
Move all persisted data to a single database
~~The crypto gob store can get corrupted for various reasons and~~ (crypto store is now sqlite) the other data being spread across many different types of files isn't great either. Everything should be moved to a single database: SQLite, bbolt or another key-value database.