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

feat(caddy): add a WebSockets handler that connects to Shadowsocks handler #216

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

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

  1. Make indentation consistent.

    sbruens committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    100d060 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    89768f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0b6701 View commit details
    Browse the repository at this point in the history
  3. Ignore Jigsaw code.

    sbruens committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9b3aa66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e13b6bb View commit details
    Browse the repository at this point in the history
  5. Tidy go.mod.

    sbruens committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6b03e58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    026bc94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5cc5604 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4a74d7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    365d4c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b2cc2d3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b269ff View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    76bc5de View commit details
    Browse the repository at this point in the history
  2. Remove unused errors import.

    sbruens committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e640753 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b190cb View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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

Commits on Oct 8, 2024

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

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    1a18692 View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    sbruens committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    69834fd View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Match on websocket headers.

    sbruens committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6763e8d View commit details
    Browse the repository at this point in the history
  2. Use YAML only.

    sbruens committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ce8af88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cf5cc8 View commit details
    Browse the repository at this point in the history
  4. Use . for namespace.

    sbruens committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    744569c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    e540d51 View commit details
    Browse the repository at this point in the history
  2. Stop ignoring x packages and add some more comments to the MPL-2.0 …

    …license we're ignoring.
    sbruens committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5bccdf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e984394 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2997409 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    64f4c40 View commit details
    Browse the repository at this point in the history
  2. Fix type name in comment.

    sbruens committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3685738 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8093d5 View commit details
    Browse the repository at this point in the history