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

Update upstream #4

Merged
merged 20 commits into from
Oct 24, 2023
Merged

Commits on Jun 12, 2023

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

Commits on Jun 28, 2023

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

Commits on Aug 5, 2023

  1. check if a plugin has a executor service (PaperMC#1038)

    * check if a plugin has an executor service
    
    * checkstyle
    RealBauHD committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    be9ecf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

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

Commits on Aug 13, 2023

  1. [ci skip] Replaced weired i with i in javadocs (PaperMC#1057)

    In this little patch I replaced an i which caused my build process to crash with an i
    Plugrol committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    2aaf702 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Do not track plugin channels registered per-player on the proxy (Pape…

    …rMC#591)
    
    We don't need to track this information since Velocity uses the JoinGame packet, which is about as good of a server rejoin mechanism we're likely to get in vanilla Minecraft.
    astei committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f62d759 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. fix PaperMC#1062

    astei committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    19abb90 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Merge pull request #1 from PaperMC/dev/3.0.0

    Update with upstream
    rexlManu committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e2f3ef7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. 1.20.2 Support (PaperMC#1088)

    Co-authored-by: RednedEpic <redned235@gmail.com>
    Co-authored-by: Gero <gecam59@gmail.com>
    3 people committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    768ecdb View commit details
    Browse the repository at this point in the history
  2. Actually send plugin message registration to backend servers

    I don't see where this was ever done, and don't see how plugin messaging
    could of ever worked, at least within the confines of CB and co, given
    the fact that we never seemed to be sending this to the backend?
    electronicboy committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    550ca58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05e5963 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bd2c69 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 12, 2023

  1. Several improvements and fixes for 1.20.2 (PaperMC#1097)

    * Send LoginAcknowledged immediately
    
    * Resend player list header/footer after backend server switched to config state
    
    * Fix clearHeaderAndFooter not clearing fields in ConnectedPlayer
    
    * Clear boss bars, header/footer, tab list when switching client to config state
    
    * Send client settings in config state
    Gerrygames committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1cc3f12 View commit details
    Browse the repository at this point in the history
  2. Fix unsigned commands detected as signed (PaperMC#1082)

    * fix: commands flagged as signed without signed arguments
    
    * feat: improve error message for illegal protocol state.
    Joo200 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0d9a097 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98163cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb594fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f884e04 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

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

Commits on Oct 24, 2023

  1. Merge remote-tracking branch 'papermc/dev/3.0.0' into dev/3.0.0

    # Conflicts:
    #	proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedCommandHandler.java
    #	proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionCommandHandler.java
    BlackBaroness committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7580090 View commit details
    Browse the repository at this point in the history