Skip to content
Snippets Groups Projects
  1. Aug 05, 2014
    • 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
  2. Aug 04, 2014
  3. Aug 03, 2014
  4. Jul 28, 2014
  5. 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
  6. Jul 25, 2014
  7. Jul 21, 2014
  8. Jul 20, 2014
  9. Jul 19, 2014
  10. Jul 16, 2014
  11. Jul 15, 2014
  12. Jul 14, 2014
  13. Jul 13, 2014
    • Nils Schneider's avatar
      gluon-mesh-batman-adv: announce MAC of mesh ifaces · ae4c130c
      Nils Schneider authored
      This will make a node announce all MACs of its interfaces participating
      in the batman-adv mesh. This enables other nodes to associate the
      announced object with both the data reported by batadv-vis as well as a
      simple list of neighbours as output by `iw dev $IFACE station dump`.
      ae4c130c
  14. Jul 11, 2014
Loading