From 67d75600977f8c77d5f273acbe73a1f9f6643cc5 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Wed, 10 Oct 2007 21:13:48 +0000 Subject: [PATCH] - Ipbans table for Bittorrent - Fixed an issue with magic quotes in the tracker svn path=/trunk/boinc/; revision=13826 --- checkin_notes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/checkin_notes b/checkin_notes index e3291a5b46..9dd95948c0 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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) +