Skip to content
Snippets Groups Projects
  1. Sep 07, 2016
  2. Aug 30, 2016
  3. Jul 20, 2016
  4. Jul 10, 2016
  5. May 26, 2016
    • Jan-Philipp Litza's avatar
      respondd modules: Use proper formatting of doubles · f7eda938
      Jan-Philipp Litza authored
      Most doubles that are delivered via respondd have limited input
      precision, but are converted with up to 17 digits of precision. That can
      cause ugly blowups like 0.2800000000000001 in the output, which is
      avoided by specifying better format strings (like "%.2f" in most cases).
      f7eda938
  6. May 17, 2016
  7. Apr 27, 2016
    • lemoer's avatar
      Change MAC schema generation (#715) · c73a12e0
      lemoer authored
      While ath9k/ath10k devices can supprt VIFs with any combination of MAC addresses, there are also adapters which have a hardware MAC filter which only allows a few bits to differ. This commit changes the addresses of all VIFs to ony differ in the last 3 bits, which is required to support many Ralink/Mediatek based WLAN adapters.
      
      Technically, the new addresses are generated by calculating an MD5 hash of the primary MAC address and using a part of this hash as a prefix for the MAC addresses.
      
      The addresses (BSSIDs) of the AP VIFs are also reused for the LAN and WAN interfaces in mesh-on-LAN/WAN mode to reduce the number of needed addresses, and thus reduce the chance of collisions. This is not a problem as the MAC addresses of the AP VIFs are never used except as BSSID, and thus not seen by routing protocols like batman-adv.
      
      Fixes #648
      
      [Matthias Schiffer: rewrote commit message]
      c73a12e0
  8. Apr 02, 2016
  9. Feb 02, 2016
  10. Dec 08, 2015
  11. Oct 15, 2015
  12. Oct 11, 2015
  13. Sep 04, 2015
  14. Sep 02, 2015
  15. Aug 30, 2015
    • Jan-Philipp Litza's avatar
      Switch from luci-lib-json to luci-lib-jsonc · 15a80aaf
      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
      15a80aaf
  16. May 04, 2015
  17. Apr 30, 2015
  18. Apr 26, 2015
  19. Feb 05, 2015
  20. Jan 24, 2015
  21. Nov 17, 2014
  22. Sep 15, 2014
  23. Sep 03, 2014
  24. Aug 16, 2014
  25. 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
  26. Jul 20, 2014
  27. Jul 11, 2014
  28. Jul 07, 2014
  29. Jul 05, 2014
  30. Jun 10, 2014
  31. Jun 09, 2014
  32. May 17, 2014
  33. Feb 22, 2014
  34. Feb 06, 2014
  35. Jan 25, 2014
Loading