Skip to content
Snippets Groups Projects
  1. Aug 09, 2014
  2. Aug 08, 2014
  3. Aug 07, 2014
  4. Aug 06, 2014
  5. Aug 05, 2014
    • Nils Schneider's avatar
      Merge pull request #40 from digineo/private-wifi · 257787a0
      Nils Schneider authored
      gluon-luci-private-wifi: UI for enabling a private WLAN
      257787a0
    • Nils Schneider's avatar
      gluon-config-mode: modularize wizard · 3aecc920
      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.
      3aecc920
  6. Aug 04, 2014
  7. Aug 03, 2014
  8. Jul 28, 2014
  9. Jul 27, 2014
    • Nils Schneider's avatar
      config-mode, mesh-vpn: refactor key generation · 2f5705b5
      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.
      2f5705b5
  10. Jul 25, 2014
  11. Jul 21, 2014
  12. Jul 20, 2014
    • Cyrus's avatar
      Fixed bug which led to empty ath9k crontab file · cfc4a993
      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.
      cfc4a993
    • Nils Schneider's avatar
      0a3bf70d
    • Nils Schneider's avatar
      gluon-core: add unique node_id · a9c22c5a
      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.
      a9c22c5a
Loading