Results 92 comments of Johannes Dewender

I have a "dual stack" connection, running ipv4 and ipv6, using ipv6 where available. KTorrent is sending my ipv6 address in the query, leading to the error `invalid ip, dotted...

I (still) do not intend to fully maintain peertracker, but I wanted to make this fix available. I only fixed this in the "mysql branch". This still needs fixing in...

I am not saying KTorrent does the right thing, but handling this case in this way shouldn't hurt. See also http://www.bittorrent.org/beps/bep_0007.html for "real" ipv6 handling.

I didn't program peertracker, that was trigunflame. (see commit author) I don't have time to update peertracker, but you are free to fork an make updates. You can then open...

peertracker doesn't create a MySQL database. It only uses a pre-created database with the data given in [tracker.mysql.php](https://github.com/JonnyJD/peertracker/blob/master/mysql/tracker.mysql.php). I recommend creating a separate database and a separate user for peertracker....

For `get_releases_by_discid()` I should note that it can either return a "disc" object or a "cdstub" object with #99.

With #105 there are now 3 things `get_releases_by_discid()` can return: cdstub, discid, release-list (without discid). We could probably change to return a release-list even when the discID matches so fuzzy...

Again, I had a look at what the json WS does: http://musicbrainz.org/ws/2/discid/TqvKjMu7dMliSfmVEBtrL7sBSno-?toc=1%2015%20258725%20150%2017510%2033275%2045910%2057805%2078310%2094650%20109580%20132010%20149160%20165115%20177710%20203325%20215555%20235590&fmt=json In that format there are 3 keys at root level: releases, id, sectors For a fuzzy match the...

No clue actually. I don't follow server development closely ATM.