Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-19 | Update Log4J (1.10.2) (#7152)ver/1.10.2 | sulu5890 | |
* Update Upstream (Craftbukkit) * update log4j | |||
2016-11-28 | Don't process packets from offline players | Zach Brown | |
2016-11-19 | SPIGOT-2806: Backport an event fix | Zach Brown | |
2016-11-13 | @Z750 There are other command block types | Black Hole | |
Blocks.dc and .dd (don't know why they ain't renamed yet). cc GH-478 | |||
2016-11-13 | Expand NBT filtering from last commit | Zach Brown | |
cc GH-478 | |||
2016-11-12 | Filter bad data from ArmorStand and SpawnEgg items | Zach Brown | |
Fixes GH-478 | |||
2016-11-12 | Update upstream B/CB/S | Zach Brown | |
2016-11-12 | update my repo url | Aikar | |
2016-11-11 | Remove log redirection in CB init script | Zach Brown | |
This section seems to be a relatively common source of errors. We may as well be as verbose as the command output, at least for this section. | |||
2016-11-05 | Always cleanup collideRule teams at startup | Zach Brown | |
Fixes GH-463 | |||
2016-11-04 | Update upstream CB | Zach Brown | |
2016-11-04 | Raise packet tolerance in spam threshold patch | Zach Brown | |
Fixes GH-462 | |||
2016-11-04 | Chunk Save Stats Debug Option | Aikar | |
Adds a command line flag to enable stats on how chunk saves are processing. Stats on current queue, how many was processed and how many were queued. | |||
2016-11-04 | Rework that save cap patch and make it configurable | Aikar | |
2016-11-04 | Don't process auto save if the save queue is filled | Aikar | |
This avoids ever growing pending NBT objects which eat up memory. | |||
2016-11-04 | Prevent Hoppers from loading chunks by double chest | Aikar | |
2016-11-04 | Fix faulty logic in Auto Save check - Fixes #443 | Aikar | |
2016-11-03 | MC uses JSR 1.3.9 | Zach Brown | |
2016-11-03 | t | Zach Brown | |
2016-11-03 | Update upstream B/CB | Zach Brown | |
2016-11-03 | Move nullable annotation dependency to JSR | Zach Brown | |
2016-10-30 | Remove some handlers | Zach Brown | |
2016-10-30 | Add EntityZapEvent | AlphaBlend | |
2016-10-30 | Add usage message to ReloadCommand | Zach Brown | |
Used when the wrong arguments are supplied, missed when we added the permissions reload functionality. | |||
2016-10-26 | Update upstream S | Zach Brown | |
2016-10-24 | Update upstream CB | Zach Brown | |
2016-10-23 | Update upstream CB | Zach Brown | |
2016-10-22 | Revert CB's SPIGOT-1903 fix in favor of ours | Zach Brown | |
Fixes GH-453 | |||
2016-10-22 | Update upstream CB | Zach Brown | |
2016-10-21 | Remove changes to lava/water cobblestone gen | Zach Brown | |
Unintended side effects in recent versions, this patch has likely outlived its usefulness. Closes GH-452 | |||
2016-10-21 | Properly update patches for upstream merge | Zach Brown | |
2016-10-21 | Update upstream B/CB | Zach Brown | |
2016-10-20 | Updated Timings to better detail saves | Aikar | |
2016-10-19 | Revert "Option to hide plugins from the Query Protocol" | Aikar | |
This already exists This reverts commit 3407aa32853936155ae041fbbea30f2ee1760fb8. | |||
2016-10-19 | Option to hide plugins from the Query Protocol | Aikar | |
2016-10-16 | Update upstream CB | Zach Brown | |
2016-10-13 | Update upstream CB/S | Zach Brown | |
2016-10-10 | Update upstream CB | Zach Brown | |
2016-10-05 | Add option to remove corrupt tile entities | Zach Brown | |
Closes GH-437 | |||
2016-10-05 | Update upstream CB | Zach Brown | |
2016-10-05 | Add hit entity to ProjectileHitEvent | AlphaBlend | |
2016-10-05 | Remove TE Fixer changes | Zach Brown | |
Ultimately they should be unnecessary now that upstream's fix has been in place for a while. Removing this reduces our own footprint, and gets rid of any possible unintended behavior. | |||
2016-10-01 | Update paperclip | Zach Brown | |
2016-10-01 | Update upstream B/CB/S | Zach Brown | |
2016-09-26 | Disable Vanilla Chunk GC in favor of Bukkits | Aikar | |
2016-09-26 | don't save level every tick for auto save. whoops | Aikar | |
2016-09-23 | Merge pull request #434 from kashike/fix/timings-verbose | Zach | |
Fix @aikar's oops with verbose timings | |||
2016-09-23 | Fix @aikar's oops with verbose timings | kashike | |
2016-09-23 | Raise bad Y auto fix to avoid gameplay issues | Zach Brown | |
Per discussion here, https://github.com/PaperMC/Paper/commit/d3eb13d60dad0ea895ea8eef73216dae955a3fba#commitcomment-19153154 | |||
2016-09-21 | Raise string limit for packet serialization | Aikar | |
The default limit is possible to hit with 50 page books with color codes, causing clients to disconnect. Bump the limit up a hair to above currently seen sizes. |