| 1 | | WifiDog 1.0.2: |
|---|
| 2 | | -Fix reversed incoming and outgoing connections in statistics reported to the auth server |
|---|
| 3 | | -Will now gracefully handle auth servers changing IP adress. |
|---|
| 4 | | -Fixes two bugs in byte counting. (Possible missed data, and incoming and outgoing were reversed. |
|---|
| 5 | | -Fixed file descriptor leaks |
|---|
| 6 | | -wdctl_status now returns all connected users. |
|---|
| 7 | | -worked around sed -i not being available on all platform |
|---|
| 8 | | -ipkg no longuer overwrites config file |
|---|
| 9 | | -Several code changes in thread handling and libhttpd to fix occasional hangs. |
|---|
| | 1 | WiFiDog 1.1.0_beta3: |
|---|
| | 2 | - Completely re-did the iptables rules. Most of the rules are now in the |
|---|
| | 3 | filter table instead of the nat table. Also DROPs are now replaced with |
|---|
| | 4 | REJECTs to help tell the user connection refused instead of endless pauses |
|---|
| | 5 | - wdctl status will return more informations |
|---|
| | 6 | - Some error messages are now displayed by the auth server (used to |
|---|
| | 7 | be done in a non-pretty way by wifidog) |
|---|
| | 8 | - We now 'ping' authserver and detect when authservers are changing IPs |
|---|
| | 9 | - Fixed memory leaks |
|---|
| | 10 | - Incoming and outgoing counters were reversed |
|---|
| | 11 | - More verbose debugging |
|---|
| | 12 | - ICMP Ping the users everytime we check their counters to keep them alive |
|---|
| | 13 | - Optional ExternalInterface |
|---|
| | 14 | - Optional GatewayAddress |
|---|
| | 15 | - /about URL now shows wifidog version |
|---|
| | 16 | - Keep track of last times we successfully & unsuccessfully spoke to the |
|---|
| | 17 | auth server/used DNS. Then, if we know we're not online, show a little |
|---|
| | 18 | apology to the user instead of re-directing them to the auth server. |
|---|
| | 19 | - When pinging auth server now also sends sys_uptime, sys_memfree |
|---|
| | 20 | and sys_load |
|---|
| | 21 | - Bugfix: Traffic from client to router was counted twice in the "outgoing" |
|---|
| | 22 | bytecount since it increased both counters in mangle.* and filter.* - Got |
|---|
| | 23 | rid of TABLE_WIFIDOG_WIFI_TO_GW completely since it's unneeded |
|---|
| | 24 | - Do not update the last_updated field on incoming traffic - update it on |
|---|
| | 25 | outgoing traffic only. This should be a much more reliable indication of |
|---|
| | 26 | client no longer being there |
|---|
| | 27 | - WiFiDog status is now viewable with a web browser at |
|---|
| | 28 | http://ip:port/wifidog/status |
|---|
| 11 | | WifiDog 1.0.0: |
|---|
| 12 | | -Initial release |
|---|
| | 30 | WiFiDog 1.0.2: |
|---|
| | 31 | - Fix reversed incoming and outgoing connections in statistics reported to the auth server |
|---|
| | 32 | - Will now gracefully handle auth servers changing IP adress. |
|---|
| | 33 | - Fixes two bugs in byte counting. (Possible missed data, and incoming and outgoing were reversed. |
|---|
| | 34 | - Fixed file descriptor leaks |
|---|
| | 35 | - wdctl_status now returns all connected users. |
|---|
| | 36 | - worked around sed -i not being available on all platform |
|---|
| | 37 | - ipkg no longuer overwrites config file |
|---|
| | 38 | - Several code changes in thread handling and libhttpd to fix occasional hangs. |
|---|
| | 39 | |
|---|
| | 40 | WiFiDog 1.0.0: |
|---|
| | 41 | - Initial release |
|---|