| 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 |
| | 17 | - Completely re-did the iptables rules. Most of the rules are now in the filter table instead of the nat table. Also DROPs are now replaced with REJECTs to help tell the user connection refused instead of endless pauses |
| | 18 | - wdctl status will return more informations |
| | 19 | - Some error messages are now displayed by the auth server (used to be done in a non-pretty way by wifidog) |
| | 20 | - We now 'ping' authserver and detect when authservers are changing IPs |
| | 21 | - Fixed memory leaks |
| | 22 | - Incoming and outgoing counters were reversed |
| | 23 | - More verbose debugging |
| 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 |
| | 28 | - Keep track of last times we successfully & unsuccessfully spoke to the auth server/used DNS. Then, if we know we're not online, show a little apology to the user instead of re-directing them to the auth server. |
| | 29 | - When pinging auth server now also sends sys_uptime, sys_memfree and sys_load |
| | 30 | - Bugfix: Traffic from client to router was counted twice in the "outgoing" bytecount since it increased both counters in mangle.* and filter.* - Got rid of TABLE_WIFIDOG_WIFI_TO_GW completely since it's unneeded |
| | 31 | - 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 |
| | 32 | - WiFiDog status is now viewable with a web browser at http://ip:port/wifidog/status |