latik / xbt

Automatically exported from code.google.com/p/xbt
0 stars 0 forks source link

ignoring flags=2 ? #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. auto_register = 0
2. insert into database new record with correct info_hash and flags=0
3. at this step all ok
4. update record with new info_hash and set flags=2
5. wait read/write
6. get bts_unregistered_torrent
7. but after xbt restart again all ok

latest svn revision, linux

Original issue reported on code.google.com by dsno...@gmail.com on 21 Nov 2011 at 12:19

GoogleCodeExporter commented 8 years ago
What does flags = 2 do?
You can't update info_hash...

Original comment by olafvdspek on 21 Nov 2011 at 2:58

GoogleCodeExporter commented 8 years ago
"flags - This field is used to communicate with the tracker. 0 - No changes. 1 
- Torrent should be deleted. 2 - Torrent was updated."

from: http://visigod.com/xbt-tracker/table-documentation

link to visigod.com placed at bottom http://xbtt.sourceforge.net/tracker/

Original comment by dsno...@gmail.com on 22 Nov 2011 at 2:42

GoogleCodeExporter commented 8 years ago
Ah. You still can't update info_hash.

Original comment by olafvdspek on 22 Nov 2011 at 8:56

GoogleCodeExporter commented 8 years ago
how can you re-register a torrent in xbt once the tracker say's it's 
unregistered?

Original comment by mclev...@gmail.com on 29 Feb 2012 at 7:21