- Ipbans table for Bittorrent

- Fixed an issue with magic quotes in the tracker

svn path=/trunk/boinc/; revision=13826
This commit is contained in:
Janus B. Kristensen 2007-10-10 21:13:48 +00:00
parent 05f6bc678f
commit 67d7560097
1 changed files with 14 additions and 0 deletions

View File

@ -9401,3 +9401,17 @@ David 10 Oct 2007
log_flags.C
lib/
util.C
Janus 10 Oct 2007
- Added SQL table for bittorrent_ipbans
- Fixed an issue where servers with php magic quotes turned on could
cause Bittorrent-enabled clients to only be able to use HTTP to
fetch certain files (when the infohash of that file contained a
backslash or similar escape char).
html/bt
announce.php
scrape.php
inc/
bittorrent_ipbans.sql (new)