gtorrent / gtorrent-core

Core library of gTorrent which handles everything but UI/UX
GNU General Public License v3.0
39 stars 12 forks source link

Adds session states. #54

Closed fuyukaidesu closed 10 years ago

fuyukaidesu commented 10 years ago

You can save/load sessions with the core saveSession and loadSession methods, they take the path to a save folder as a parameter without a trailing '/' and the position is relative to the executable's location. Also there's quite a lot of error checks to add.

May be buggy right now. Report every bug you find, please.

nyanpasu commented 10 years ago

Alright, I updated a couple of things, waiting for your review.