- Aug 05, 2014
-
-
Nils Schneider authored
This commit splits gluon-config-mode into several, mostly independent packages. * gluon-config-mode-core: basic functionality (required) * gluon-config-mode-hostname: hostname field * gluon-config-mode-autoupdater: show when autoupdater is enabled * gluon-config-mode-mesh-vpn: fastd vpn configuration, bw limit * gluon-config-mode-geo-location: geo coordinates * gluon-config-mode-contact-info: contact info field The package gluon-config-mode has been removed. You need to replace it with these packages (or any subset of them) in site.mk: * gluon-config-mode-hostname * gluon-config-mode-autoupdater * gluon-config-mode-mesh-vpn * gluon-config-mode-geo-location * gluon-config-mode-contact-info Note: It is not possible to deactivate the autoupdater in config mode anymore (expert mode will still allow it). Instead, a message is shown in case the autoupdater is enabled.
-
- Aug 04, 2014
-
-
Matthias Schiffer authored
The specification says that the ifa_addr field of struct ifaddrs may be NULL, and in Barrier Breaker, this does actually occur...
-
Nils Schneider authored
Make it clear that saving settings will reboot the device.
-
Nils Schneider authored
-
Nils Schneider authored
config-mode, mesh-vpn: refactor key generation
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Aug 03, 2014
-
-
Matthias Schiffer authored
-
- Jul 28, 2014
-
-
Matthias Schiffer authored
-
- Jul 27, 2014
-
-
Nils Schneider authored
Previously, the config-mode was responsible for generating the fastd secret. This patch sets the default secret to "generate" causing a secret to be generated on its first use (e.g. show_key or start). This also changes the info page (in Expert Mode) to show "n/a" when the public key is not yet available.
-
- Jul 25, 2014
-
-
Matthias Schiffer authored
-
- Jul 21, 2014
-
-
Matthias Schiffer authored
gluon-autoupdater: unconditionally perform an update 5 minutes after boot when the whole PRIORITY delay has passed
-
Matthias Schiffer authored
-
Matthias Schiffer authored
The probability field is removed, updates are performed once per night between 04:00 and 05:00.
-
Matthias Schiffer authored
-
- Jul 20, 2014
-
-
Cyrus authored
The crontab file was opened in write mode but in the case where no monitor is defined it would leave an empty file.
-
Nils Schneider authored
-
Nils Schneider authored
This adds a `node_id` to announce.d. `node_id` is an hex-number uniquely identifying a particular node. On nodes having a primary MAC this MAC address will be used as `node_id` (sans the colons). The value is opaque. It must not be converted back into a MAC address. `node_id` should be sent in all alfred and announced packets to ensure clients can link the data to a particular node.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
This allows to use cbi-field to format plain text instead of form fields.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
This package provides a secondary dnsmasq instance on port 54 which resolves everything over the WAN interface.
-
- Jul 19, 2014
-
-
Matthias Schiffer authored
Also move it to gluon-mesh-batman-adv, as mesh_on_wan is the only feature that needs a unique MAC address on the WAN interface.
-
- Jul 16, 2014
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Nils Schneider authored
gluon-batman-on-wan + gluon-luci-portconfig
-
Nils Schneider authored
-
- Jul 15, 2014
-
-
ohrensessel authored
-
- Jul 14, 2014
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
The now empty gluon-firewall is removed.
-
Nils Schneider authored
This is a simple daemon that will respond to multicast UDP packets containing the keyword "nodeinfo" with all the information we currently distribute using alfred. The daemon will listen on all mesh interface, that is the hard interfaces batman-adv uses.
-