summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-splash/root
AgeCommit message (Collapse)Author
2015-01-08Rework LuCI build systemJo-Philipp Wich
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2013-11-11applications/luci-splash: fix another crash in luci-splash when there were ↵Manuel Munz
empty whitelist/blacklist sections
2013-11-03applications/luci-splash: Fix another condidtion which led to a deadlockManuel Munz
2013-10-27applications/luci-splash: Only add leases to the stats section if they are ↵Manuel Munz
still online (i.e. mac known in arp table). Thanks michiwend.
2013-10-20applications/luci-splash: remove unneeded tc execManuel Munz
2013-10-17applications/luci-splash: improve traffic limiting per client for ipv6Manuel Munz
2013-10-17applications/luci-splash: Make luci-splash more silent in normal mode in ↵Manuel Munz
case of tc/iptables errors
2013-10-17applications/luci-splash: Do not allow to lease whitelisted clientsManuel Munz
2013-10-16applications/luci-splash: Fix a crash when removing whitelisted clients ↵Manuel Munz
which could caused deadlocks
2013-10-16applications/luci-splash: Add a filter for arguments, only allow valid mac ↵Manuel Munz
and ip addresses
2013-10-13applications/luci-splash: Fix two problems with whitelisting clientsManuel Munz
2013-10-01applications/luci-splash: Update stats when a lease is added or removedManuel Munz
2013-09-28applications/luci-splash: Write summary stats (counter of leased, ↵Manuel Munz
white-/blacklisted) into the leases state file
2013-09-28applications/luci-splash: Show black-/whitelisted clients in luci-splash ↵Manuel Munz
list output again
2013-08-19applications/luci-splash: Add known leases when restarting splashManuel Munz
2013-08-18applications/luci-splash: Always allow clients to connect to the community ↵Manuel Munz
homepage, make description of allowed hosts/subnets more clear, #595
2013-08-17applications/luci-splash: Set http_keepalive to zero. This fixes a problem ↵Manuel Munz
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-17applications/luci-splash: Fix clients upload and download limitingManuel Munz
2013-08-11applications/luci-splash: do not delete the nodes luci_splash_mark_in rule ↵Manuel Munz
when its ip is unknown while syncing, instead use iptables comments there and delete that rule when the lease has been removed.
2013-08-11applications/luci-splash: Use a seperate config file for leases, #590Manuel Munz
2013-06-04applications/luci-splash: Always insert the mangling rules, not just when ↵Manuel Munz
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-02applications/luci-splash: Only restart splash in hotplug for interfaces ↵Manuel Munz
which are using splash
2013-06-02applications/luci-splash: Add hotplug script for splashManuel Munz
2013-06-02applications/luci-splash: Work with firewall3Manuel Munz
2013-05-18applications/luci-splash: Only add splash forwarding rule for ip6tables when ↵Manuel Munz
the interface has an ipv6 address
2013-03-25applications/luci-splash: Add limited IPv6 SupportManuel Munz
2013-02-09applications/luci_splash: Do not try to get parent interfaces for bridgesManuel Munz
2013-01-30applications/luci-splash: Get parent interface from ifname option. This is ↵Manuel Munz
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.
2012-06-18applications/luci-splash: when more than two clients where leased and ↵Manuel Munz
another one got a lease luci-splash dropped the others, see #431. Thanks to andrenarchy for the patch
2011-11-30applications/splash: Fix blacklisting mechanism, expose status on public ↵Manuel Munz
freifunk page, add json output and autoupdate.
2011-11-27applications/luci-splash: Make splashtext translateable, show down-/upload ↵Manuel Munz
limits and link to contact page
2011-07-01applications/luci-splash: fix two other redundant lock wait callsJo-Philipp Wich
2011-07-01applications/luci-splash: fix possible race conditionJo-Philipp Wich
2011-06-17(no commit message)Matthias Uferer
2011-05-14luci-splash: XHTML failed validation, fix itManuel Munz
2011-02-17applications/luci-splash: fix init script enabling on build hostJo-Philipp Wich
2011-01-02applications/luci-splash: drop uvl schemaJo-Philipp Wich
2010-11-17Freifunk: Make the splash page editableManuel Munz
2010-10-28applications/luci-splash: add missing insmod for act_police, fix a crash in ↵Jo-Philipp Wich
cli util
2010-10-28applications/luci-splash: make it work with uhttpdJo-Philipp Wich
2010-04-13splash: fix exception when listing whitelist entriesBenoît Knecht
Fixes ticket #123.
2009-07-23applications/luci-splash: fix upper/lowercase issues in luci splash-cli, ↵Jo-Philipp Wich
thanks to egon_ffj and patrick for spotting this
2009-07-09applications/luci-splash: fix mac status queryJo-Philipp Wich
2009-07-06applications/luci-splash: remove debug flag from init scriptJo-Philipp Wich
2009-07-06applications/luci-splash:Jo-Philipp Wich
- rewrote init script, cli - introduce download traffic counters - adept user interface
2009-06-25applications/luci-splash: do not splash non-splash clientsJo-Philipp Wich
2009-06-16applications/luci-splash:Jo-Philipp Wich
- 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-09applications/luci-splash: only load required modulesJo-Philipp Wich
2009-06-09applications/luci-splash: fix typo in init scriptJo-Philipp Wich
2009-06-09applications/luci-splash: cope with non-numeric (invalid) limit_up & ↵Jo-Philipp Wich
limit_down values in luci-splash cli