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

Feature | Server Type #245

Merged
merged 11 commits into from
Dec 29, 2023
Merged

Feature | Server Type #245

merged 11 commits into from
Dec 29, 2023

Commits on Dec 28, 2023

  1. go mod vendor

    mrpalide committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9d045de View commit details
    Browse the repository at this point in the history
  2. - add --auth flag for dmsg-discovery and dmsg-server as simple authen…

    …tication for recognize official dmsg servers
    
    - update dmsg server entry structure and add serverType value there, the value be `official` or `community`
    mrpalide committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    7703de5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8c072c View commit details
    Browse the repository at this point in the history
  4. update CHANGELOG.md

    mrpalide committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    516eb34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    311db5e View commit details
    Browse the repository at this point in the history
  6. update go-chi t v5.0.11

    mrpalide committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    a7a36f3 View commit details
    Browse the repository at this point in the history
  7. use go1.21.5 toolchain

    mrpalide committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    8b9d1e9 View commit details
    Browse the repository at this point in the history
  8. upgrade setup-go@v4

    mrpalide committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    aa84be3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70f5fd4 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. add --official-servers flag for get list of official dmsg-servers key…

    …s, separated by comma
    mrpalide committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    edab85a View commit details
    Browse the repository at this point in the history
  2. update CHANGELOG.md

    mrpalide committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    d204235 View commit details
    Browse the repository at this point in the history