- Sep 04, 2015
-
-
Jan-Philipp Litza authored
-
- Aug 30, 2015
-
-
Jan-Philipp Litza authored
-
Jan-Philipp Litza authored
When rebooting the node in config mode, currently the fastd key is forcefully displayed in a fixed format. This is confusing in communities where fastd accepts all keys and no key submission is needed. Furthermore, some communities might want to personalize the display of the key (see #387). This patch moves the displaying <div> from the package's lua file to the translation files of the sample site configuration and mentiones the change in the release notes.
-
Jan-Philipp Litza authored
Apart from replacing a patch for the former by two patches for latter, this involved minimal adaptations of the lua scripts in the following packages: * gluon-announce * gluon-announced * gluon-mesh-batman-adv-core * gluon-status-page
-
- Aug 23, 2015
-
-
kb-light authored
-
- Aug 19, 2015
-
-
Nils Schneider authored
-
- Aug 18, 2015
-
-
Nils Schneider authored
Split basic radio configuration from gluon-mesh-batman-adv as this will be required for virtually any wireless mesh protocol. This package takes care of setting: - wireless channel, - htmode and - regulatory domain gluon-mesh-batman-adv-core depends on this package.
-
- Aug 07, 2015
-
-
Matthias Schiffer authored
-
- Aug 04, 2015
-
-
Nils Schneider authored
This is a site.conf-breaking change in regard to the wireless config. Make sure to read http://gluon.readthedocs.org/en/latest/user/site.html and update your site.conf accordingly! Support for 802.11s mesh interfaces has been added. Gluon now supports three interface types: ap, ibss and mesh. All of them are now optional and may be configured independently in site.conf. A sample site.conf may look like this: wifi24 = { channel = 1, htmode = 'HT40+', ap = { ssid = 'luebeck.freifunk.net', }, ibss = { ssid = '02:d1:11:37:fc:38', bssid = '02:d1:11:37:fc:38', mcast_rate = 12000, }, mesh = { id = 'ffhl-mesh', mcast_rate = 12000, }, },
-
Nils Schneider authored
Using service_start requires exporting of environment variables. Fixes #397
-
- Aug 03, 2015
-
-
Jan-Philipp Litza authored
The nodeinfo/network/addresses announcement included deprecated and tentative addresses, which it clearly shouldn't as the host doesn't want to be contacted on those addresses. They are now filtered out.
-
- Jul 18, 2015
-
-
Matthias Schiffer authored
-
- Jul 12, 2015
-
-
Matthias Schiffer authored
This was broken due to the switch to Chaos Calmer.
-
- Jul 11, 2015
-
-
Matthias Schiffer authored
This fixes MAC address conflicts on devices which use the eth0 as primary address.
-
- Jul 10, 2015
-
-
Matthias Schiffer authored
This should fix the signal strength indicators on the TP-Link CPE210/510.
-
Matthias Schiffer authored
These targets don't have a WLAN adapter by default, so it doesn't make sense to default to the phy0 address.
-
- Jul 09, 2015
-
-
Jan-Philipp Litza authored
-
- Jul 08, 2015
-
-
Nils Schneider authored
-
- Jul 06, 2015
-
-
Hans-Werner Hilse authored
error() is a glibc specific function and should not be used in code meant to be portable.
-
- Jun 29, 2015
-
-
Nils Schneider authored
This limits the number of concurrent users to 2 or 3 (approx. 4 connections per user), greatly reducing DoS potential.
-
Nils Schneider authored
-
- Jun 15, 2015
-
-
Matthias Schiffer authored
Always output empty objects or nothing at all where objects are expected, but no elements exist. Also remove a few unneeded "requires", a few basic modules are provided by announce.lua by default.
-
- May 27, 2015
-
-
Matthias Schiffer authored
-
- May 22, 2015
-
-
Nils Schneider authored
Export Mode -> Expert Mode
-
- May 21, 2015
-
-
Matthias Schiffer authored
-
- May 16, 2015
-
-
Matthias Schiffer authored
15 is the default in batman-adv-legacy, the new default 30 in newer batman-adv versions is too high in larger networks.
-
- May 09, 2015
-
-
Nils Schneider authored
fixes #365
-
- May 08, 2015
-
-
Nils Schneider authored
By introducing a new option -a in addition to -p this patch allows controlling the on-link flag of announcements. A prefix specified using -a will have the on-link flag set to zero while a prefix specified using -p will retain its behaviour (i.e. on-link flag set). Example: gluon-radvd -i local-node -p 2001:db8:aaaa:/64 -a 2001:db8:bbbb::/64 This will announce 2001:db8:aaaa::/64 with the on-link flag set and 2001:db8:bbbb::/64 with the flag unset.
-
- May 07, 2015
-
-
Matthias Schiffer authored
-
- May 06, 2015
-
-
Nils Schneider authored
-
Nils Schneider authored
This adds mesh_on_lan functionality. A new optional site.conf option, mesh_on_lan, has been added. If set to 'true', all LAN ports will be used for meshing instead of being part of the client bridge.
-
- May 04, 2015
-
-
Nils Schneider authored
This will introduce a new nodeinfo object, network.mesh.bat0.interfaces, containing any of the the following subordinated objects: - wireless - tunnel - other Each of these objects contains a (possibly empty) list of MAC addresses (lowercase, colon-notation) corresponding to a interface of the given class. Combined with a batman graph it is thus possible to mark sub-graphs as "wireless" or "vpn". The previously used object mesh_intefaces is superseded by this new object structure and mesh_interfaces will be removed in a future Gluon release.
-
Matthias Schiffer authored
Directly using libiwinfo is more reliable.
-
Matthias Schiffer authored
It would be nice to generalize this to work with multiple radios, maybe by integrating it into the wifi-config module...
-
Matthias Schiffer authored
Fixes #219
-
Matthias Schiffer authored
This new package allows enabling or disabling the null method for the fastd mesh VPN.
-
Matthias Schiffer authored
This new class allows visually pleasing lists of radio buttons/checkboxes/etc. with long explanation texts.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
All other titles are grey, the magenta-colored section titles inbetween look weird.
-