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: dmulloy2/ProtocolLib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.1.0
Choose a base ref
...
head repository: dmulloy2/ProtocolLib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.2.0
Choose a head ref
  • 19 commits
  • 69 files changed
  • 11 contributors

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    98fbcc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e219103 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e9b39a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    8fc5e50 View commit details
    Browse the repository at this point in the history
  2. Fixed PING packet for 1.19.1 and 1.19.2 (#2518)

    Changed PLAYER_CHAT_HEADER duplicated currentId due to bug on 1.19.1 and 1.19.2 versions with PING
    Fanfaryy authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    2686c9f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Improve async packet processing logic (#2503)

    * fix: enqueue async packet event after processing delay is zero
    * fix: async packet processing
    Ingrim4 authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    f0401ac View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Update for 1.20.2 (#2501)

    derklaro authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    03d7be1 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    af33a2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7aa31a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4b4f50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80a0979 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Start 1.20.4 update

    dmulloy2 committed Dec 9, 2023
    2 Configuration menu
    Copy the full SHA
    8ba1dc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eca2ee View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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

Commits on Dec 16, 2023

  1. Finish 1.20.4 update (#2683)

    * update PacketTypes
    
    * add new enum values for EnumWrappers and add ScoreboardAction to known invalids as it was removed
    
    * make MinecraftKey optional in AutoWrapperTest
    
    * update adventure dependencies to 4.14.0
    
    * fix typo in maximum minecraft version
    
    * add chat component for disconnect packet when running clone test
    
    * adjust chat components to new component structure
    TrainmasterHD authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    0da2751 View commit details
    Browse the repository at this point in the history
  2. Fallback to the HANDSHAKING protocol if no packet type is found in th…

    …e registry (fixes #2601)
    nickuc authored and dmulloy2 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    564349c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Fixed setting Base64 favicon for 1.19.4 or later (#2533)

    Fix redundant base64 encoding of favicon
    lukalt authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    80aa420 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    6f057b3 View commit details
    Browse the repository at this point in the history
  2. Fix build

    dmulloy2 committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    e1255ed View commit details
    Browse the repository at this point in the history
Loading