notsecure / uTox

Lightweight Tox client
utox.org
GNU General Public License v3.0
597 stars 149 forks source link

// , uTox tox.db file? #1091

Closed v6 closed 9 years ago

v6 commented 9 years ago

// , There doesn't seem to be any mention of tox.db in the code.

I searched, and didn't find anything.

https://github.com/irungentoo/toxcore/search?q=tox.db&type=Code&utf8=%E2%9C%93

Is there any documentation on the tox database?

tsudoko commented 9 years ago

I think it was used by Venom

v6 commented 9 years ago

// , I'm going to try cracking it open with sqlite.

v6 commented 9 years ago

// ,

➜  tox  sudo apt-get install sqlite
         ... 
➜  tox  sqlite tox.db              
Unable to open database "tox.db": file is encrypted or is not a database
GrayHatter commented 9 years ago

for anything in the tox_save.tox file you'd better ask in the toxcore repo. tox.db as far as I know was never a utox file...

v6 commented 9 years ago

// ,

Hahaha, thanks, GrayHatter!

tsudoku, I think you're on to something, and it may be specific to Venom. I'll link to the issue I have made here when I open an issue there: https://github.com/naxuroqa/Venom/search?utf8=%E2%9C%93&q=tox.db

P.S.

By the way, I did finally get the build to work. TeamCity time, bitches!

v6 commented 9 years ago

// , Just looking up Venom, checking the latest issues, aaaaaaaaaaaand it's gone.