Commit graph

80 commits

Author SHA1 Message Date
Manuel Munz
2595726dfb applications/luci-splash: Update stats when a lease is added or removed 2013-10-01 20:22:08 +00:00
Manuel Munz
5e8c7a439e applications/luci-splash: Write summary stats (counter of leased, white-/blacklisted) into the leases state file 2013-09-28 12:40:29 +00:00
Manuel Munz
cc2c364198 applications/luci-splash: Show black-/whitelisted clients in luci-splash list output again 2013-09-28 12:06:13 +00:00
Manuel Munz
a7c1b0e602 applications/luci-splash: Add known leases when restarting splash 2013-08-19 12:17:58 +00:00
Manuel Munz
15088f5dd4 applications/luci-splash: Always allow clients to connect to the community homepage, make description of allowed hosts/subnets more clear, #595 2013-08-18 20:37:35 +00:00
Manuel Munz
bf86e86429 applications/luci-splash: Set http_keepalive to zero. This fixes a problem where the user was not properly redirected after accepting the splash in some cases and when an uhttpd was used that supports http keepalive 2013-08-17 20:12:19 +00:00
Manuel Munz
82ab31b510 applications/luci-splash: Fix clients upload and download limiting 2013-08-17 19:42:45 +00:00
Manuel Munz
3b0dee6e5c applications/luci-splash: do not delete the nodes luci_splash_mark_in rule when its ip is unknown while syncing, instead use iptables comments there and delete that rule when the lease has been removed. 2013-08-11 16:45:39 +00:00
Manuel Munz
bbc5b2ef69 applications/luci-splash: Use a seperate config file for leases, #590 2013-08-11 16:42:53 +00:00
Manuel Munz
2a366f4c55 applications/luci-splash: Always insert the mangling rules, not just when bandwidth limit is used. That makes it possible to have client bandwidth stats without using the bandwidth limit. Taken from https://github.com/freifunk/ff-control/blob/master/patches/luci-splash-mark.patch, thx Patrick 2013-06-04 19:24:30 +00:00
Manuel Munz
a1bd60ef6e applications/luci-splash: Only restart splash in hotplug for interfaces which are using splash 2013-06-02 23:48:30 +00:00
Manuel Munz
af72920b6e applications/luci-splash: Add hotplug script for splash 2013-06-02 16:41:03 +00:00
Manuel Munz
039cf65524 applications/luci-splash: Work with firewall3 2013-06-02 16:36:37 +00:00
Manuel Munz
f8bf25a7bf applications/luci-splash: Only add splash forwarding rule for ip6tables when the interface has an ipv6 address 2013-05-18 09:35:48 +00:00
Manuel Munz
7f3b0af6d9 applications/luci-splash: Add limited IPv6 Support 2013-03-25 16:31:34 +00:00
Manuel Munz
b754f09d56 applications/luci_splash: Do not try to get parent interfaces for bridges 2013-02-09 16:55:35 +00:00
Manuel Munz
e2b94c2fde applications/luci-splash: Get parent interface from ifname option. This is for the new syntax where interfaces are used for aliases. The alias notation (config alias in /etc/config/network) is no longer supported by luci-splash. 2013-01-30 10:13:43 +00:00
Manuel Munz
78fd18c8e9 applications/luci-splash: when more than two clients where leased and another one got a lease luci-splash dropped the others, see #431. Thanks to andrenarchy for the patch 2012-06-18 11:12:38 +00:00
Manuel Munz
c5329d85d5 applications/splash: Fix blacklisting mechanism, expose status on public freifunk page, add json output and autoupdate. 2011-11-30 05:50:43 +00:00
Manuel Munz
3c3e3128bb applications/luci-splash: Make splashtext translateable, show down-/upload limits and link to contact page 2011-11-27 21:48:30 +00:00
Jo-Philipp Wich
eb8908bcea applications/luci-splash: fix two other redundant lock wait calls 2011-07-01 11:33:46 +00:00
Jo-Philipp Wich
a0001338e8 applications/luci-splash: fix possible race condition 2011-07-01 11:26:35 +00:00
Matthias Uferer
3c27fb3a17 2011-06-17 02:54:50 +00:00
Manuel Munz
01db32fdcf luci-splash: XHTML failed validation, fix it 2011-05-14 12:55:22 +00:00
Jo-Philipp Wich
9e09f62fc6 applications/luci-splash: fix init script enabling on build host 2011-02-17 19:17:01 +00:00
Jo-Philipp Wich
a945f69b4c applications/luci-splash: drop uvl schema 2011-01-02 19:37:00 +00:00
Manuel Munz
5da3e251c0 Freifunk: Make the splash page editable 2010-11-17 22:59:08 +00:00
Jo-Philipp Wich
6fa65fa9ec applications/luci-splash: add missing insmod for act_police, fix a crash in cli util 2010-10-28 18:20:15 +00:00
Jo-Philipp Wich
28b5b2b637 applications/luci-splash: make it work with uhttpd 2010-10-28 16:58:05 +00:00
Benoît Knecht
4cf6abae1a splash: fix exception when listing whitelist entries
Fixes ticket #123.
2010-04-13 07:29:58 +00:00
Jo-Philipp Wich
7aacb0561d applications/luci-splash: fix upper/lowercase issues in luci splash-cli, thanks to egon_ffj and patrick for spotting this 2009-07-23 22:48:29 +00:00
Jo-Philipp Wich
7d7fcecb74 applications/luci-splash: fix mac status query 2009-07-09 16:55:41 +00:00
Jo-Philipp Wich
d807510dad applications/luci-splash: remove debug flag from init script 2009-07-06 21:23:12 +00:00
Jo-Philipp Wich
b0771c43ea applications/luci-splash:
- rewrote init script, cli
	- introduce download traffic counters
	- adept user interface
2009-07-06 21:14:59 +00:00
Jo-Philipp Wich
c443a549be applications/luci-splash: do not splash non-splash clients 2009-06-25 21:25:19 +00:00
Jo-Philipp Wich
992bc68b2b applications/luci-splash:
- use kilobyte/s for rate limiting
	- reject traffic instead of silently dropping it
	- allow unsplashed access to the mesh
	- add possibility to specify non-splashed destination networks
	- reorganize iptables rules
2009-06-16 21:41:29 +00:00
Jo-Philipp Wich
0193ffd4df applications/luci-splash: only load required modules 2009-06-09 12:48:58 +00:00
Jo-Philipp Wich
97eb513e0e applications/luci-splash: fix typo in init script 2009-06-09 12:41:36 +00:00
Jo-Philipp Wich
e648e1a45f applications/luci-splash: cope with non-numeric (invalid) limit_up & limit_down values in luci-splash cli 2009-06-09 12:36:31 +00:00
Jo-Philipp Wich
ceb49b0390 applications/luci-splash: we don't need to know down_burst in luci-splash cli 2009-06-09 12:34:52 +00:00
Jo-Philipp Wich
5e9fcc76c0 applications/luci-splash: luci-splashd is obsolete, remove start & stop for it (again) 2009-06-09 12:31:42 +00:00
Jo-Philipp Wich
05db82eba9 applications/luci-splash: tc delete operations may fail, make them silent 2009-06-09 12:30:16 +00:00
Jo-Philipp Wich
06001d99b1 applications/luci-splash: remove left-over code 2009-06-09 12:19:28 +00:00
Jo-Philipp Wich
e385f91ff6 applications/luci-splash: add optional QoS rate limiting for splash clients 2009-06-09 12:15:31 +00:00
Jo-Philipp Wich
a2d8fc3d2f applications/luci-splash: use RETURN target for count rules 2009-06-07 13:29:17 +00:00
Jo-Philipp Wich
970dabd1db applications/luci-splash: merge splash rework to trunk 2009-06-06 09:41:02 +00:00
Steven Barth
f7deae100d LuCId 2009-05-26 17:44:02 +00:00
Steven Barth
282e08a0c7 Fix LuCI-Frickel-Splashd 2009-05-25 10:31:02 +00:00
Jo-Philipp Wich
750a6910ed applications/luci-splash: fix crontab setup at boot time 2009-05-13 10:10:30 +00:00
Steven Barth
67fbe1b33c Remove Luasocket - obsoleted by nixio
Remove old luasocket based LuCI Httpd - obsoleted by lucittpd
Remove lpeg - not in use
Rewrite luci-splashd using nixio
2009-05-01 11:28:34 +00:00