Show
Ignore:
Timestamp:
02/28/05 17:48:26 (8 years ago)
Author:
minaguib
Message:

* Do not update the last_updated field on incoming traffic - update it on outgoing traffic only. This should be a much more reliable indication of client no longer being there
* WifiDog status is now viewable with a web browser at  http://ip:port/wifidog/status
* Added new web hook for  http://ip:port/wifidog
* Beautified web interface at  http://ip:port/wifidog/*

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/ChangeLog

    r478 r479  
    11# $Header$ 
     2 
     32005-02-28 Mina Naguib <mina@ilesansfil.org> 
     4        * Do not update the last_updated field on incoming traffic - update it on 
     5        outgoing traffic only.  This should be a much more reliable indication of 
     6        client no longer being there 
     7        * WifiDog status is now viewable with a web browser at 
     8        http://ip:port/wifidog/status 
     9        * Added new web hook for http://ip:port/wifidog 
     10        * Beautified web interface at http://ip:port/wifidog/* 
    211 
    3122005-02-24 Mina Naguib <mina@ilesansfil.org>