Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gorcon/rcon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.5
Choose a base ref
...
head repository: gorcon/rcon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 12 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 14, 2024

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

Commits on Apr 6, 2024

  1. Merge pull request #7 from json-m/readme-palworld

    Add Palworld to supported games
    outdead authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    f857c13 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

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

Commits on Nov 12, 2024

  1. feat: add ability to open with existing net.Conn

    This commit adds a public function Open(net.Conn, string, ...Option)
    with the intent to support libraries which may return a net.Conn for
    you. Some examples of this are x/crypto/ssh.Client.Dial, Tailscale and
    gvisor. To keep things clean I also created a new private open(...)
    function with the shared code between Open(...) and Dial(...)
    b1naryth1ef committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3a942d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Merge pull request #11 from b1naryth1ef/feature/generic-conn-support

    Add ability to open with existing net.Conn
    outdead authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    78655e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from justintout/doc/readme-factorio

    Add Factorio to the list of supported games
    outdead authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    748e1df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f69f93c View commit details
    Browse the repository at this point in the history
  4. Upgrade build.yaml

    outdead committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7d2db9a View commit details
    Browse the repository at this point in the history
  5. Update Readme

    outdead committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    aa0387b View commit details
    Browse the repository at this point in the history
  6. Update Readme

    outdead committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ca45b68 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5570c3e View commit details
    Browse the repository at this point in the history
  8. Prepare for release 1.4.0

    outdead committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    69b4de2 View commit details
    Browse the repository at this point in the history
Loading