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: Tiiffi/mcrcon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: Tiiffi/mcrcon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.2
Choose a head ref
  • 12 commits
  • 5 files changed
  • 5 contributors

Commits on Jan 31, 2020

  1. Flush stdout when needed

    This is required on certain machines (eg the iSH emulator on iOS)
    kabiroberai committed Jan 31, 2020
    2 Configuration menu
    Copy the full SHA
    58a7a86 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Fixed compiler bug

    This fixes the compiler issue:
    
    ```
    mcrcon.c: In function ‘packet_build’:
    mcrcon.c:576:2: warning: ‘strncpy’ specified bound 4096 equals destination size [-Wstringop-truncation]
      strncpy(packet.data, s1, DATA_BUFFSIZE);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ```
    AddisonG authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    336f528 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

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

Commits on Feb 8, 2021

  1. Merge pull request #62 from jbaldus/master

    Fixes typo in ANSI escape sequence for LCYAN
    Tiiffi authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    3e8acd5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from kabiroberai/master

    Flush stdout when needed
    Tiiffi authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    bf11460 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Merge pull request #53 from AddisonG/master

    Fix compiler warning
    Tiiffi authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    29a1c99 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

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

Commits on Oct 30, 2021

  1. - Quit gracefully when Ctrl-D or Ctrl-C is pressed

     - Remove "exit" and "quit" as quit commands
    Tiiffi committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    fca278e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05aaff8 View commit details
    Browse the repository at this point in the history
  3. Update copyright year

    Tiiffi committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    7b8ea2b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #83 from Tiiffi/develop

    Merge develop to master
    Tiiffi authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    b5951e9 View commit details
    Browse the repository at this point in the history
Loading