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

Add support for TLS servers #1210

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

Add support for TLS servers #1210

wants to merge 30 commits into from

Commits on Feb 5, 2023

  1. Add support for TLS servers

    John Sahhar committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    62a3bd8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Fixed an issue with the install script failing on mac on the checksum…

    … verify step.
    richwrightnyc authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    97cc7c4 View commit details
    Browse the repository at this point in the history
  2. Fixed no newline at end of file

    richwrightnyc authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    4d6a635 View commit details
    Browse the repository at this point in the history
  3. refactor installer script to make it more robust and flexible. Adds o…

    …ptional arguments, a path to manual download if the automatic checks fail, and fallbacks to curl if wget is not installed.
    richwrightnyc authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    827e2c1 View commit details
    Browse the repository at this point in the history
  4. fixed some typos

    richwrightnyc authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    0e7ddd8 View commit details
    Browse the repository at this point in the history
  5. squashed some bugs, further testing needed

    richwrightnyc authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    6f66cb4 View commit details
    Browse the repository at this point in the history
  6. fixed a few typos, should be ready for review

    richwrightnyc authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    2f64f4f View commit details
    Browse the repository at this point in the history
  7. removed one additional debug item. ready for review

    richwrightnyc authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    5cd121d View commit details
    Browse the repository at this point in the history
  8. fix shellcheck SC2076 (warning): Remove quotes from right-hand side o…

    …f =~ to match as a regex rather than literally.
    richwrightnyc authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    303055b View commit details
    Browse the repository at this point in the history
  9. fixed 2 shellcheck issues:

    1. SC2155 (warning): Declare and assign separately to avoid masking return values.
    2. SC2061 (warning): Quote the parameter to -name so the shell won't interpret it.
    richwrightnyc authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    4f3b888 View commit details
    Browse the repository at this point in the history
  10. fix(deps): bump actions/setup-go from 3.2.0 to 3.5.0

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.0 to 3.5.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3.2.0...v3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    a047b58 View commit details
    Browse the repository at this point in the history
  11. fix(deps): bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0

    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4.1.1 to 4.2.0.
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@v4.1.1...v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: goreleaser/goreleaser-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    3f47084 View commit details
    Browse the repository at this point in the history
  12. fix(deps): bump docker/login-action from 1.14.1 to 2.1.0

    Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 2.1.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v1.14.1...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    353e98f View commit details
    Browse the repository at this point in the history
  13. fix(deps): bump actions/setup-python from 4.3.1 to 4.5.0

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.1 to 4.5.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4.3.1...v4.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    5a2f44f View commit details
    Browse the repository at this point in the history
  14. fix(deps): bump actions/checkout from 3.0.0 to 3.3.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.3.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.0.0...v3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    6a69f5b View commit details
    Browse the repository at this point in the history
  15. docs: install instructions

    sundowndev authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    1d35c51 View commit details
    Browse the repository at this point in the history
  16. docs: readme

    sundowndev authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    719bc31 View commit details
    Browse the repository at this point in the history
  17. ci: create homebrew workflow

    sundowndev authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    f6fcd89 View commit details
    Browse the repository at this point in the history
  18. chore: update makefile

    Move golangci-lint install command into install-tools task
    sundowndev authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    ae667a8 View commit details
    Browse the repository at this point in the history
  19. docs: add homebrew installation

    sundowndev authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    7e303f6 View commit details
    Browse the repository at this point in the history
  20. docs: contribute

    sundowndev authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    bc1e54a View commit details
    Browse the repository at this point in the history
  21. docs: contribute

    sundowndev authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    6d55658 View commit details
    Browse the repository at this point in the history
  22. fix(deps): bump actions/checkout from 3.3.0 to 3.4.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.3.0...v3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    2820266 View commit details
    Browse the repository at this point in the history
  23. ci: homebrew workflow

    sundowndev authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    d32c5e0 View commit details
    Browse the repository at this point in the history
  24. fix(deps): bump actions/checkout from 3.4.0 to 3.5.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.4.0...v3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    7e968e4 View commit details
    Browse the repository at this point in the history
  25. fix(deps): bump actions/setup-go from 3.5.0 to 4.0.0

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 4.0.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3.5.0...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    0c3842e View commit details
    Browse the repository at this point in the history
  26. fix(deps): bump actions/checkout from 3.5.0 to 3.5.2

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.5.0...v3.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    700eb43 View commit details
    Browse the repository at this point in the history
  27. fix(deps): bump actions/setup-python from 4.5.0 to 4.6.0

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4.5.0...v4.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    892134e View commit details
    Browse the repository at this point in the history
  28. fix: colored text on windows

    Guillaume cornet authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    8969e7b View commit details
    Browse the repository at this point in the history
  29. fix: server logs output

    Guillaume cornet authored and John Sahhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    a672534 View commit details
    Browse the repository at this point in the history