is_proxy disabled to verify performances problem
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Fri, 26 Oct 2012 06:19:41 +0000 (08:19 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Fri, 26 Oct 2012 06:19:41 +0000 (08:19 +0200)
web/Obj/proxyscan.phh
web/spush/brisk-spush.php

index 662ccb2..8d78a6a 100644 (file)
@@ -54,6 +54,10 @@ class proxy_detector {
                                );
   }
 
+  /*
+    function exists_in_rbl($remote)
+    verify if an host is into a proxy black list or not
+   */
   function exists_in_rbl($remote) {
     $rbls = array('http.dnsbl.sorbs.net', 'misc.dnsbl.sorbs.net');
     //    $remote = $_SERVER['REMOTE_ADDR'];
@@ -125,7 +129,7 @@ class proxy_detector {
 
 
   /**
-   * BOOL $proxy = detect( VOID )
+   * BOOL $proxy = detect( $addr )
    *   Start detection and return TRUE if a proxy server is detected...
    */
   function detect($addr){
@@ -179,6 +183,10 @@ class proxy_detector {
 //init class
 function is_proxy($addr)
 {
+    /* FIXME: test to verify reasons of poor multitasking performances */
+    return (FALSE);
+    /* FIXME: end */
+
   $proxy = new proxy_detector();
   
   //start detect
index 3a1d65f..ac4195a 100755 (executable)
@@ -23,8 +23,8 @@
  *
  * TODO
  *
- *   - BUG: fast loop on stream index_rd_ifra page
- *
+ *   - DNS access
+ *   - unneeded garbage_time.expired access
  *   - centralize all '<script ...' incapsulation to allow multiple transport system.
  *
  *   - manage and test cross forwarder between table and room
@@ -32,6 +32,7 @@
  *   - setcookie (for tables only and persist prefs)
  *   - 404 wrong page management
  *
+ *   TEST - BUG: fast loop on stream index_rd_ifra page (js watchdog start without timeout corrupt counts)
  *   TEST - BUG: lurker are logged out (and remain a pending socket opened (look the spush log)
  *   TEST - BUG: logout failed (fixed with a garbage_collector wrapper at sac-a-push level
  *   TEST - garbage management