5
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 03, 2024 — Jan 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated NEWS for beta3 More... almost 20 years ago
Tagged 1.1.0_beta3 More... almost 20 years ago
Get http call to wifidog/ to work as well More... almost 20 years ago
* 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/* More... almost 20 years ago
Better logging of details and calling of mark_* (auth+online/offline) More... almost 20 years ago
* auth_server_request now returns AUTH_ERROR on error instead of AUTH_VALIDATION_FAILED * centralserver.c: Fix typo (was =+, made it +=) that made the response from the auth server corrupted in memory if the entire response would not fit in 1 packet and retrieved with 1 read() call More... almost 20 years ago
Tagged v1_1_0_beta2 More... almost 20 years ago
* sql/dump_initial_data_postgres.sh, wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql:-Widen the connections size to fix int4 wraparound problems. To update a running server, execute the following sql sniplet: BEGIN; ALTER TABLE connections RENAME incoming TO incoming_old; ALTER TABLE connections ADD COLUMN incoming int8; ALTER TABLE connections RENAME outgoing TO outgoing_old; ALTER TABLE connections ADD COLUMN outgoing int8; UPDATE connections set incoming=incoming_old, outgoing=outgoing_old; ALTER TABLE connections DROP COLUMN incoming_old; ALTER TABLE connections DROP COLUMN outgoing_old; COMMIT; * wifidog/admin/hotspot.php: Missing file from phil's commit. * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po: New translation by Benoit St-Andr� More... almost 20 years ago
Insignificant typo fix More... almost 20 years ago
Documentation & URL updating More... almost 20 years ago
Fixed several inconsistencies regarding the parity and size of incoming/outgoing counters. Standardized on "unsigned long long int" in declarations and *printf/*scanf formats More... almost 20 years ago
* Partial merge from CaptiveDNS branch: Consolidated much of the networking calls to the auth servers into a magical function called connect_auth_server() that's responsible for dns lookup, connecting, marking servers bad, marking online/auth_online, and refreshing the firewall rules. * Partial merge from CaptiveDNS branch: Added new functions mark_auth_online(), mark_auth_offline() and is_auth_online() - similar in nature to is_online() etc. except tailored to decide on auth servers status - currently being called by connect_auth_server() * Partial merge from CaptiveDNS branch: Different apology in 404 handler depending on whether internet is down or just auth server is down * Partial merge from CaptiveDNS branch: wdctl status now shows status of is_online and is_auth_online More... almost 20 years ago
* New safe.c with safe_malloc, safe_strdup, safe_asprintf and safe_vasprintf with propper logging and exit when error. Replaced all instances of original with safe versions in all files * Fix memory leak in iptables_fw_counters_update More... almost 20 years ago
*** empty log message *** More... almost 20 years ago
The message activate was not properly defined and woul dnot show up :( More... almost 20 years ago
When we clean, forgot to delete ipkg-build-stamp More... almost 20 years ago
Now also reports wifidog_uptime when it pings the server, as well as shows it in wdctl status More... almost 20 years ago
Updated TODO with ideas on how to make config better More... almost 20 years ago
Was not working as expected, it will now get the gettext from smarty properly. More... almost 20 years ago
wifidog/locale/gen.s: Was not working as expected, it will now get the gettext from smarty properly. More... almost 20 years ago
Cleaning out counter remenants of "togateway" More... almost 20 years ago
* Bugfix previous commit of re-doing firewall - was not respecting gw_interface when it should have * Got rid of TABLE_WIFIDOG_WIFI_TO_GW completely since it's unneeded and screwed up bytecount More... almost 20 years ago
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 More... almost 20 years ago
Put in place a generic error message template More... almost 20 years ago
*** empty log message *** More... almost 20 years ago
Changed accents into HTML codes More... almost 20 years ago
Translated by a volunteer More... almost 20 years ago
*** empty log message *** More... almost 20 years ago
Insignificant More... about 20 years ago
When pinging auth server now also sends sys_uptime, sys_memfree and sys_load More... about 20 years ago