Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.14.0 #2281

Merged
merged 84 commits into from
May 2, 2024
Merged

1.14.0 #2281

merged 84 commits into from
May 2, 2024

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    a6b764b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. add smee client

    glimberg committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4674bb5 View commit details
    Browse the repository at this point in the history
  2. rusftormat zeroidc

    glimberg committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f9af9a1 View commit details
    Browse the repository at this point in the history
  3. fix zeroidc include path

    glimberg committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    36be14d View commit details
    Browse the repository at this point in the history
  4. another mac fix

    glimberg committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    d2aeff6 View commit details
    Browse the repository at this point in the history
  5. instantiate smee client

    glimberg committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    d71d051 View commit details
    Browse the repository at this point in the history
  6. fix a typo

    glimberg committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5e89d5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    581489f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a9c8307 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98360d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    04a3206 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    0dc92c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88b9626 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    802c990 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    714ef59 View commit details
    Browse the repository at this point in the history
  2. pass hook_id instead of url

    glimberg committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5becb41 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    69c590f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. get connected to temporal

    glimberg committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d865c42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60fb8c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. simplify hook firing

    only need network and member IDs
    glimberg committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d322f33 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    125257f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    e3d1565 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Fix test that was always true

    Intention was to have (x >= 0 && x <= 8) but rules[rn].v.qosBucket is
    unsigned (thus always >= 0)
    bostick committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f03aae7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2127 from zerotier/brenton/fix-always-true

    Fix test that was always true
    joseph-henry committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b7fb4ee View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2128 from zerotier/1.12.2

    1.12.2
    adamierymenko committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9ae8b0b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    e7ed1e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. update rust dependencies

    glimberg committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c89683f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Merge pull request #2163 from zerotier:temporal

    Temporal integration with hosted controllers
    glimberg committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f89cde8 View commit details
    Browse the repository at this point in the history
  2. remove some debug logging

    glimberg committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    85cab3d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2164 from zerotier/smee

    remove some debug logging
    glimberg committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0088cef View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    2fd50b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Update SECURITY.md

    glimberg committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    8b5ac93 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2166 from zerotier/glimberg-patch-1

    Update SECURITY.md
    glimberg committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1bd2fec View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Remove extra '/'

    On macOS, dump gives this output:
    % sudo zerotier-cli dump
    Writing dump to: /Users/brenton/Desktop//zerotier_dump.txt
    
    No reason for extra '/' in path
    bostick committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a477688 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    2e882b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    d37dce5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Merge pull request #2165 from zerotier/network-check

    check hooks are enabled before firing
    glimberg committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    663ed73 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    dad33c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3593a2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57b6b79 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2237 from zerotier/main-into-dev

    Main into dev
    laduke committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    99ef1e2 View commit details
    Browse the repository at this point in the history
  5. Fix rules engine quirks

    See #2200
    
    Mostly makes Tag based rules work as expected
    laduke committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0bf67bf View commit details
    Browse the repository at this point in the history
  6. Printfs for rules debugging

    re-uses ZT_TRACE to enable.
    laduke committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    bca650e View commit details
    Browse the repository at this point in the history
  7. Add homeDir to info json

    Want to show it in UIs. So need to get it via API.
    
    It's also a pain to look up. You have to go to external docs.
    
    zerotier-cli info -j
    
    ```json
    "config": {
      "settings": {
       "allowTcpFallbackRelay": true,
       "forceTcpRelay": true,
       "homeDir": "/Library/Application Support/ZeroTier/One",
    ```
    laduke committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    768c624 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Merge pull request #2214 from zerotier/tl-tags-3

    Fix rules engine evaluation quirks
    laduke committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1dff0c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fb3711 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2229 from zerotier/tl-add-homedir

    Add homeDir to info json
    joseph-henry committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    024649c View commit details
    Browse the repository at this point in the history
  4. Improve full controller network list api

    it was counting incorrectly in some cases and
    returning empty objects.
    Basically just handling if network data is null
    laduke committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    559e8a9 View commit details
    Browse the repository at this point in the history
  5. Fix unstable network member list endpoint

    It was returning an array of array instead of
    just array
    laduke committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6e8fcce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e6cda3 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge pull request #2232 from zerotier/unstable-api-fixes

    Unstable api fixes
    joseph-henry committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5d8bd67 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    41cb6fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2241 from zerotier/jh-comment-out-debug-traces

    Comment out debug traces in Rules Engine
    joseph-henry committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8b15fa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    364ac49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9724e04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbe97dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f4c00c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d658c11 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2238 from zerotier/jh-multipath-improvements

    Port multipath improvements to newer version
    joseph-henry committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    08d85d4 View commit details
    Browse the repository at this point in the history
  9. fix include + link paths for ARM64

    rcoder authored and glimberg committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c02ea1b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    72cf3f2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    abad7d8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2245 from zerotier/gl/win-arm64-fix

    more project updates for win ARM64
    rcoder committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6be0e67 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. feat: static file server

    this lets you host web apps out of
    :9993/app/{app_name}
    :9993/app/{other_app}
    
    from $ZT_HOME/app/{app_name}
    laduke committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b4eb39f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    3ed6379 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2252 from zerotier/jh-fix-ab-failover

    Fix condition where active-backup would fail to engage
    joseph-henry committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    acaebbd View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Consider ::ffff:127.0.0.1 as a loopback address

    cpp-httplib  sets IPV6_V6ONLY to false on it's sockets.
    On FreeBSD, this makes all ipv4 addresses get get prefixed with ::ffff:
    it makes them IPv6 addresses mapped to v4.
    
    This is a partial fix for #2151. The cli will work again.
    Something should probably also be adjusted with the httplib.
    
    If you want to, for example, use the `allowManagementFrom` option in
    local.conf
    you will need to prefix it with "::ffff:", "::ffff:1.2.3.4"
    which is a little surprising and inconsistent between BSD and other OSs.
    laduke committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9bde5b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Merge pull request #2253 from zerotier/freebsd-localhost

    Consider ::ffff:127.0.0.1 as a loopback address
    laduke committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9f49982 View commit details
    Browse the repository at this point in the history
  2. update temporal SDK version + other Rust dependencies, strip debug sy…

    …mbols from generated libraries in production builds
    rcoder committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    39e1aab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    859031d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2255 from zerotier/ldr/update-rust-deps

    update temporal SDK + other Rust deps, strip debug symbols from release builds
    rcoder committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5ae862f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de4ee08 View commit details
    Browse the repository at this point in the history
  6. Bump version.h to 1.14.0

    laduke committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    154b72b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2258 from zerotier/version-bump

    Bump version.h to 1.14.0
    laduke committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4dfb15e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1982071 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Fix minor spelling errors in docs

    Nothing too fancy here. Just some spellchecking.
    
    Signed-off-by: Tim Smith <tsmith84@gmail.com>
    tas50 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    448df73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2262 from tas50/tas50/spellcheck

    Fix minor spelling errors in docs
    joseph-henry committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    a681fbf View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    a71e0bf View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Windows version bump.

    adamierymenko committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1e15a51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcaf008 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    4394ab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe05372 View commit details
    Browse the repository at this point in the history
  3. release notes

    adamierymenko committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d0b8f76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e59790b View commit details
    Browse the repository at this point in the history