Connection Monitor

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา

Problem Logs

Priority 1

  1. (Priority 1) ขณะนี้ยังไม่สามารถตรวจจับ page ที่ถูก redirect ไปโดยอัตโนมัติได้ ตัวอย่างเช่น http://tor.eff.org/ ในเครือข่าย True จะโดน redirection ไปที่ http://58.97.5.29/
    • สาเหตุที่คาดไว้: XMLHttpRequest จะวิ่งตาม page redirection ให้โดยอัตโนมัติ [1]
    • แนวทางแก้: อาจต้องใช้การติดต่อผ่านทาง XPCOM แทน
    • ปัญหา: จะรู้ได้อย่างไรว่า page ที่โดน redirect ไป เป็น page จริง/หรือว่า page ปลอม เพราะว่าเวลาอ่าน url เช่น http://www.prachatai.com หรือ http://www.google.com ก็มีการ redirection เช่นเดียวกัน --- อาจต้องระบุแบบ manual ไปก่อน, โดยให้ client ส่งข้อมูลการ redirection กลับมาที่ server ตอน post ด้วย
    • update:
      • แก้ส่วน client แล้ว: สามารถอ่าน url สุดท้ายได้ โดยพิจารณา XMLHttpRequest เป็น XPCOM ที่มี property channel ทำให้สามารถอ่าน url ปลายทางได้ (updated ใน client 0.03) --- Jittat 10:46, 13 ธันวาคม 2007 (ICT)
      • ส่วน server เก็บ url ปลายทางแล้ว แต่ยังไม่มีการจัดการข้อมูลว่า redirection เป็น redirection ที่ใช้ได้ --- Jittat 10:46, 13 ธันวาคม 2007 (ICT)

Priority 2

  1. ยังไม่สามารถ save preference ได้
    • preference ของอะไร?
      ของฝั่ง client ว่าจะ enable หรือไม่ และช่วงเวลาในการรอก่อนทดสอบใหม่ ตอนนี้ฝั่ง client สามารถกำหนดได้ แต่ว่าเมื่อเปิด firefox ขึ้นมาใหม่ ที่กำหนดไว้จะหาย --- Jittat 11:35, 14 ธันวาคม 2007 (ICT)
  2. น่าจะมีระบบเตือนหรือแจ้งข้อมูล เช่นในกรณีที่ client มีรุ่นใหม่ --- Jittat 11:36, 14 ธันวาคม 2007 (ICT)

Fixed Problem Log

  1. (Priority 1) กำหนดค่า enable ใน dialog เป็น false แล้ว แต่โปรแกรมยังเช็คอยู่
    • จะใช้ได้ใน 0.03

Change Logs

  • 0.03: Client also submits the final url. Enabling-bug fixed.
  • 0.02: Added preference dialog box; it applies only to the current session, and cannot be saved.
  • 0.01: Basic functions: connection with the server, ping. Dialog box does not function.