5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 4 days ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
2004-01-10 Benoit Gr�goire <[email protected]> * wifidog/config.php: Add list of hotspot to network rss feed list (not yet functionnal) * wifidog/hotspot_status.php: Allow RSS export of the list of deployed HotSpots. * wifidog/admin/incoming_outgoing_swap.php: Script to swap incoming and outgoing in your data. only use this if you had gateways before 1.0.2 and wish to correct your logs before you upgrade. * wifidog/classes/RssPressReview.inc: Missing file from previous commit. * wifidog/portal/index.php: Preliminary work to enable smart press review of multiple RSS feeds. More... over 19 years ago
I had forgot duration More... over 19 years ago
Smarty'ized More... over 19 years ago
2004-01-10 Benoit Gr�goire <[email protected]> * include/common.php: Fix SSL security warnings. If SSL is enabled and the page was actually served over SSL, all media in the file will be served over SSL. Add a new define (BASE_NON_SSL_PATH) to allow us to make links that break out of SSL mode. From now on, use the self adapting BASE_URL_PATH in most circumstance, BASE_SSL_PATH to enter SSL mode, and BASE_URL_PATH to break out of it. More... over 19 years ago
2004-01-10 Benoit Gr�goire <[email protected]> * admin/user_stats.php: Add three top tens to the statistics: Top ten apetite for bandwidth, top ten travelers, most addicted users. More... over 19 years ago
Bumped to alpha5 More... over 19 years ago
* fw_iptables.c: Changed REJECT to DROP for the end of the table Unknown, REJECT doesn't seem to be available in the NAT table. * fw_iptables.c: Indented things * fw_iptables.c Fix: Created the authservers table at the beginning and destroy at exit time only to avoid recreating it everytime More... over 19 years ago
Bumped to alpha4 More... over 19 years ago
Typo, fixed some spaces (mostly esthetic) More... over 19 years ago
2004-01-04 Benoit Gr�goire <[email protected]> * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much thinner. * wifidog/local_content/default/login.html: Remove announcements * wifidog/include/user_management_menu.php: Fix mailto: * wifidog/auth/index.php: Fix auth server part of the no data transmited statistics bug. * wifidog/admin/index.php: Add link to statistics * wifidog/admin/user_stats.php: Activate security. * wifidog/index.php: Make the distinction between the two hotspot status pages clearer. More... over 19 years ago
Probably fix for auth_server firewall rule bug More... over 19 years ago
Auth server firewall rule tweak More... over 19 years ago
Firewall rule code tweak More... over 19 years ago
it Gr�goire <[email protected]> * src/fw_iptables.c: Display iptables command that is run in debug mode. More... over 19 years ago
Imported the NEWS file from 1.0.2 so we'd have 1.0.x information when we release 1.1.x More... over 19 years ago
2004-12-08 Benoit Gr�goire <[email protected]> * wifidog/index.php: Add menu * wifidog/include/user_management_menu.php: Editorial change, make translateable * wifidog/portal/index.php: Fix RSS feeds More... over 19 years ago
2004-12-07 Benoit Gr�goire <[email protected]> * src/firewall.c: Fix reversed incoming and outgoing connections in statistics code * bump version to alpha3 More... over 19 years ago
2004-12-03 Benoit Gr�goire <[email protected]> * wifidog/admin/user_stats.php, wifidog/classes/Statistics.php: Embryonic aggregate user stats. Currently allows you to find out the rate at which your users subscribe. * wifidog/config.php, wifidog/local_content/default/login.html, wifidog/include/user_management_menu.php: Add hotspot status page to login page. * wifidog/hotspot_status.php: Cosmetic * wifidog/admin/hotspot_log.php: Stats now need admin privileges * wifidog/index.php: Cosmetic. More... over 19 years ago
Unknown user default block rule not "REJECT" instead of "DROP" More... over 19 years ago
Fixed firewall rule bug More... over 19 years ago
Fixed null pointer dereference More... over 19 years ago
Fixed missing default rule More... over 19 years ago
Bumped version number More... over 19 years ago
Massive update More... over 19 years ago
2004-11-19 Benoit Gr�goire <[email protected]> * TODO: Add email domains to blacklist * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech support email address * wifidog/hotspot_status.php: List of HotSpots that are open with summary of information. Designed to be included as part of another page. * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo and write unknown hotspot, however this is still really ugly * wifidog/local_content/default/login.html, portal.html, stylesheet.css: Cosmetic fixes * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the files, this isn't the approach we will use for translation. * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql: Update with new node information structures. More... over 19 years ago
2004-11-18 Benoit Gr�goire <[email protected]> * src/ping_thread.c: Merge phil's bug fixes from stable branch * ipkg/rules: Merge phil's bug fixes from stable branch * configure.in: Set version to 1.1.0alpha More... over 19 years ago
ping_thread now detects when auth_servers change IPs and reset the firewall rules accordingly. Additional hooks in the firewall code to do this. Also, if we change primary auth_server, we reset the list, jsut in case the IP for the next auth_server was stale. That's done in conf.c. More... over 19 years ago
Merged in Phil's patch More... over 19 years ago
Short: New libhttpd and all atytending changes Long: More... over 19 years ago
Fixed typo More... over 19 years ago