summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-splash/root/usr
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-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: 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-03-25applications/luci-splash: Add limited IPv6 SupportManuel Munz
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 possible race conditionJo-Philipp Wich
2011-06-17(no commit message)Matthias Uferer
2011-05-14luci-splash: XHTML failed validation, fix itManuel Munz
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-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:Jo-Philipp Wich
- rewrote init script, cli - introduce download traffic counters - adept user interface
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: cope with non-numeric (invalid) limit_up & ↵Jo-Philipp Wich
limit_down values in luci-splash cli
2009-06-09applications/luci-splash: we don't need to know down_burst in luci-splash cliJo-Philipp Wich
2009-06-09applications/luci-splash: remove left-over codeJo-Philipp Wich
2009-06-09applications/luci-splash: add optional QoS rate limiting for splash clientsJo-Philipp Wich
2009-06-07applications/luci-splash: use RETURN target for count rulesJo-Philipp Wich
2009-06-06applications/luci-splash: merge splash rework to trunkJo-Philipp Wich
2009-05-26LuCIdSteven Barth
2009-05-25Fix LuCI-Frickel-SplashdSteven Barth
2009-05-01Remove Luasocket - obsoleted by nixioSteven Barth
Remove old luasocket based LuCI Httpd - obsoleted by lucittpd Remove lpeg - not in use Rewrite luci-splashd using nixio
2009-02-19applications/luci-splash: remove debugging code from splashdJo-Philipp Wich
2009-02-19applications/luci-splash: implement alias interface support in luci-splashdJo-Philipp Wich
2009-02-19applications/luci-splash: fix crash in splashdJo-Philipp Wich
2008-08-26UCI API changesSteven Barth
2008-08-17Fixed a design flaw in luci.model.uciSteven Barth
2008-08-08libs/core: Cleaned up luci.sys in favor of the new luci.ip moduleSteven Barth
2008-08-06Moved luci.sys.exec, luci.sys.execl and luci.sys.bigendian to luci.utilSteven Barth
2008-07-13* luci/splash: add missing in require in luci-splashdJo-Philipp Wich