root/trunk/wifidog/NEWS @ 531

Revision 531, 2.6 KB (checked in by aprilp, 8 years ago)

* Duplicated auth server list in NAT table to fix the issue

of using an auth server on port 80, since port 80 was being systematically
redirected to 2060 otherwise.

* Released 1.1.1

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1WiFiDog 1.1.1:
2    - An auth server on port 80 will now work
3    - Added an FAQ
4
5WiFiDog 1.1.0:
6        - Changes:
7                - Visual tweaks in the web interface
8                - Internal code & documentation touch-ups
9                - More debugging output
10        - Bugfixes:
11                - Wrong reported uptime
12                - Invalid http header sent during redirection
13                - Mixed long/long long type for counter
14                - Respect SSL setting in auth server definition
15                - Explicitly allow traffic coming into the router
16                - SIGPIPE handling
17                - Firewall destruction not occuring on wifidog termination
18
19WiFiDog 1.1.0_beta3:
20        - 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
21        - wdctl status will return more informations
22        - Some error messages are now displayed by the auth server (used to be done in a non-pretty way by wifidog)
23        - We now 'ping' authserver and detect when authservers are changing IPs
24        - Fixed memory leaks
25        - Incoming and outgoing counters were reversed
26        - More verbose debugging
27        - ICMP Ping the users everytime we check their counters to keep them alive
28        - Optional ExternalInterface
29        - Optional GatewayAddress
30        - /about URL now shows wifidog version
31        - 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.
32        - When pinging auth server now also sends sys_uptime, sys_memfree and sys_load
33        - 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
34        - 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
35        - WiFiDog status is now viewable with a web browser at http://ip:port/wifidog/status
36
37WiFiDog 1.0.2:
38        - Fix reversed incoming and outgoing connections in statistics reported to the auth server
39        - Will now gracefully handle auth servers changing IP adress.
40        - Fixes two bugs in byte counting. (Possible missed data, and incoming and outgoing were reversed.
41        - Fixed file descriptor leaks
42        - wdctl_status now returns all connected users.
43        - worked around sed -i not being available on all platform
44        - ipkg no longuer overwrites config file
45        - Several code changes in thread handling and libhttpd to fix occasional hangs.
46
47WiFiDog 1.0.0:
48        - Initial release
Note: See TracBrowser for help on using the browser.