configuration file management fixed (add console 'reload' command)
[brisk.git] / web / spush / brisk-spush.php
index 80f6d4f..04e4297 100755 (executable)
  *
  * TODO
  *
+ *   DISABLED_TO_FIX - DNS access (perform blocking dns requests, must be fixed)
  *
- *   - BUG: logout failed
- *   - BUG: fast loop on stream index_rd_ifra page
+ *   TEST - database connection fails after a while, check close and try PGSQL_CONNECT_FORCE_NEW.
+ *   TEST - images flickering on slow windows: try to poll stream every 300 ms
  *
- *   - manage and test cross forwarder between table and room
- *   TEST - garbage management
+ *   - centralize all '<script ...' incapsulation to allow multiple transport system.
+ *
+ *   - WIP (half tested) manage and test cross forwarder between table and room
  *   - log_legal address fix
- *   - setcookie (for tables only)
+ *   - setcookie (for tables only and persist prefs)
  *   - 404 wrong page management
  *
+ *   TEST - unneeded garbage_time.expired access
+ *   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
+ *
  *   DONE/FROZEN - problema con getpeer (HOSTADDR)
  *
+ *   DONE - configuration file management
  *   DONE - app level keep-alive
  *   DONE - index_wr other issues
  *   DONE - from room to table
@@ -61,6 +70,7 @@ require_once("./brisk-spush.phh");
 require_once($G_base."Obj/user.phh");
 require_once($G_base."Obj/brisk.phh");
 require_once($G_base."Obj/auth.phh");
+require_once($G_base."Obj/zlibstream.phh");
 // require_once("../Obj/proxyscan.phh");
 require_once($G_base."index.php");
 require_once($G_base."index_wr.php");