Skip to content
  1. Apr 07, 2024
    • Paul Spooren's avatar
      luci.mk: more APK version compatibility changes · 110bb468
      Paul Spooren authored
      The initial commit did not take care of corner cases which could happen
      if building under build conditions other than using Git.
      
      There are three cases for the `findrev` function:
      
      - git -> 24.079.58964~79436167
      
       (remove prefixed `git-`)
      
      APK can't handle `git-` as prefix, it could be `0_git<integer>` but this
      seems rather confusing.
      
      - date -> 0.240326.34906 ( add leading 0)
      
      Add a leading zero so the version is always lower compared to using
      Git. This makes it easier to distinguish from a Git based version.
      
      - unknown -> 0 (instead of `unknown`)
      
      APK can't handle `unknown` so set it to a simple zero instead.
      
      Signed-off-by: default avatarPaul Spooren <mail@aparcar.org>
      110bb468
    • Paul Donald's avatar
      luci-mod-network: follow-up fix for 72350723 · 7fa789a1
      Paul Donald authored
      
      
      add a null-check before parsing networks
      loop through available networks on all interfaces except loopback
      
      Closes #7047
      
      Signed-off-by: default avatarPaul Donald <newtwen+github@gmail.com>
      7fa789a1
  2. Apr 05, 2024
  3. Apr 04, 2024
  4. Apr 03, 2024
  5. Apr 02, 2024
  6. Apr 01, 2024
  7. Mar 31, 2024
  8. Mar 29, 2024
    • Paul Donald's avatar
      luci-mod-network: change ULA explanation · d1290829
      Paul Donald authored
      
      
      ULA as defined in RFC4193 mentioned a possible future where the L bit
      is 0 (implying some global coordinator be used). Locally generated ULA
      always have the L bit set to 1, so the prefix is always fd00::/8 (though
      ULA with the L bit set 0 or 1 are treated identically).
      
      Technically, fc00::/7 isn't a range, but a prefix which implies a range,
      conveniently partitioned by and at the L bit. A range would be correctly
      denoted as fc00::-fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff.
      
      The rewording avoids mention of fc00::/7. The randomly generated prefix
      in all cases starts fd.
      
      The sentences were split to ease i18n.
      
      Signed-off-by: default avatarPaul Donald <newtwen+github@gmail.com>
      d1290829
    • Paul Donald's avatar
      luci-base: drive-by fixes · 0ecb5edb
      Paul Donald authored
      
      
      Signed-off-by: default avatarPaul Donald <newtwen+github@gmail.com>
      0ecb5edb
  9. Mar 27, 2024
  10. Mar 25, 2024
  11. Mar 24, 2024
  12. Mar 23, 2024
  13. Mar 22, 2024
  14. Mar 21, 2024