- Apr 22, 2016
-
-
Jan Niehusmann authored
Device information can be found at: http://www.8devices.com/products/carambola-2 https://wiki.openwrt.org/toh/8devices/carambola2 I only did some minimal testing of gluon on the carambola 2 development board: - Config mode works - Connects to Wifi Mesh - Allows clients to connect Notably, autoupgrade has not yet been tested. Change to 010-primary-mac is necessary as the mac address printed on the sticker is the one of eth0, not the wifi mac.
-
- Apr 03, 2016
-
-
Jan-Philipp Litza authored
-
- Apr 02, 2016
-
-
Matthias Schiffer authored
Avoid commiting configs inbetween to decrease number of flash writes. Fixes #714.
-
Matthias Schiffer authored
It doesn't seem like this mistake had any effect.
-
- Mar 08, 2016
-
-
Matthias Schiffer authored
This include wasn't actually missing, but well hidden behind the iwinfo.h include. Make this more obvious.
-
Linus Lüssing authored
Adopt the according modifications to the default firewall settings of the WAN interface from OpenWRT, revision 45613. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
Linus Lüssing authored
An IGMP/MLD domain split will prevent us from being able to track multicast listeners on other nodes. Therefore we need to always hand any multicast packets we received from local clients to batman-adv. With bridge multicast snooping disabled, the current setting in Gluon, this is already the case. However, in preparation to enabling multicast snooping, we need to enforce forwarding towards batman-adv by setting the bridge port option "multicast_router" to 2. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
- Feb 29, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
It is not supported by all browsers yet. Also change load display always to display 2 decimal digits (as it is read from the kernel with 2 decimal digits). Fixes #606
-
Matthias Schiffer authored
notUpdated is a Set, to a for-in loop doesn't work. Fixes #657
-
- Feb 28, 2016
-
-
Matthias Schiffer authored
Make bandwidth limits unsigned; trim numbers, the validator accepts trailing whitespace.
-
- Feb 26, 2016
-
-
Matthias Schiffer authored
Mobile browsers will often show or hide the address bar while scrolling. This causes resize events which would often reset the signal graphs. Fixes #662
-
- Feb 16, 2016
-
-
Matthias Schiffer authored
Ethernet links provide transitive connectivity in all but very unusual setup, enable mesh_no_rebroadcast to reduce load for devices on links with many nodes. Fixes #652
-
- Feb 10, 2016
-
-
Kokel authored
This new feature introduces the new uci section 'gluon-core.wireless' with a preserve_channels option: * preserve_channels (boolean) By setting this option to 1 (true) wifi channels will be preserved during upgrades.
-
- Feb 08, 2016
-
-
Matthias Schiffer authored
Should be redundant after 0bd0df6f
-
- Feb 05, 2016
-
-
Matthias Schiffer authored
Fixes #558
-
Matthias Schiffer authored
Restrict to link-local addresses to prevent amplification attacks from outside the mesh, or such attacks affecting the outside world. Fixes #637
-
- Feb 02, 2016
-
-
Matthias Schiffer authored
-
Jan-Philipp Litza authored
If the query was via multicast, the response isn't matched by --state ESTABLISHED,RELATED This fixes #619
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Instead of starting gluon-respondd from a hotplug handler, add a proper init script. The new init script has a restart_if_running argument which is now used by the hotplug handler.
-
Matthias Schiffer authored
gluon-announced and gluon-announce are merged to gluon-respondd.
-
Matthias Schiffer authored
-
- Jan 13, 2016
-
-
Daniel Golle authored
introduce function to recurse down to the lowest layer-2 interface corresponding to a given interface. also re-introduce some of the previously removed input validation plus some more to protect against glob and path based exploits.
-
- Jan 08, 2016
-
-
Matthias Schiffer authored
-
- Jan 07, 2016
-
-
Delta / Stefan authored
Fixes #614
-
- Jan 02, 2016
-
-
Matthias Schiffer authored
This will allow us to use its content from other languages than Lua as well.
-
- Dec 18, 2015
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
The timeout was calculated incorrectly (in each iteration the span between the start time and the current time was substracted from the timeout again), and would often become negative, causing warnings in the kernel log.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
sse-multiplex likes to get the header as fast as possible.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
The statistics data is now cached for 5s, no need to send an event every second. The new interval is 3s, which is coprime with the cache timeout.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Allows simple handling of cached events.
-
- Dec 08, 2015
-
-
Matthias Schiffer authored
-
- Dec 07, 2015
-
-
Nils Schneider authored
On the status page statistics section counters for transmitted and received traffic were mixed up. Transmitted traffic was shown as received while received traffic was shown as being transmitted. Fixes #586
-