Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/PaperMC/Velocity

The modern, next-generation Minecraft server proxy.
https://github.com/PaperMC/Velocity

Do not emit errors for kicks from servers

93724b7b3331d1de87446a681af432c7b8c9b530 authored over 3 years ago by Andrew Steinborn <[email protected]>
Remove GenericArgumentPropertySerializer

This was only used for boolean argument tyoes

1dfe294b9628ef2aa8cbf7ca454662477ee51a46 authored over 3 years ago by Andrew Steinborn <[email protected]>
Include compatible protocol versions in the incompatible version message

Fixes #519

5a337afb005af44dd82cfabf8e748df9d5d42b2f authored over 3 years ago by Andrew Steinborn <[email protected]>
Merge pull request #520 from hugmanrique/feat/3-command-impl-cleanup

[3.0] Command system implementation refactor

83dff50bc78d22e1cd4e5634881374f4a3d3e451 authored over 3 years ago by Andrew Steinborn <[email protected]>
Remove unnecessary slicing of uncompressed packets

ebd0fcc6b1e45f152b5a7fbc5c85e320087d3fec authored over 3 years ago by Andrew Steinborn <[email protected]>
Merge remote-tracking branch 'origin/dev/3.0.0' into dev/3.0.0

# Conflicts:
# api/src/main/java/com/velocitypowered/api/proxy/Player.java
# proxy/src/main/java...

c33f9e04668516660785102f1d83befb5ba7603e authored over 3 years ago by Andrew Steinborn <[email protected]>
Bump to Adventure 4.8.1

797d802969ed9635cf54cd16b38b58146ccfd064 authored over 3 years ago by Andrew Steinborn <[email protected]>
Merge branch 'dev/1.1.0' into dev/3.0.0

# Conflicts:
# api/src/main/java/com/velocitypowered/api/proxy/Player.java
# proxy/src/main/java...

c2b82f878b48969cb4f16c1ef54a35d9c9c5dda7 authored over 3 years ago by Andrew Steinborn <[email protected]>
Merge pull request #522 from lexikiq/feature/adventure-pointers

Expand Adventure Support

baaf91a00d2ab0fdf02be144f5ce8b734a20da75 authored over 3 years ago by Andrew Steinborn <[email protected]>
Javadocs

fe5809fdc1c8e25219f5587cbf3dca09b43b6b15 authored over 3 years ago by lexikiq <[email protected]>
Move TriState converter

5c424c1da7fb71652b3449cca3331457716737c5 authored over 3 years ago by lexikiq <[email protected]>
Merge pull request #523 from Artuto/dev/1.1.0

Add support for retrieving the Player's client brand

1b32f56168f477d456d7286719b469f65ec8a32d authored over 3 years ago by Andrew Steinborn <[email protected]>
Remove usage of Optional

f2b20e639880350c2e73d97cef697dc7aa1a6e46 authored over 3 years ago by Artuto <[email protected]>
Move #getPermissionChecker

e798f0d906d083422364a3899c1fe4e5f260f7c2 authored over 3 years ago by lexikiq <[email protected]>
Remove display name

72408d5bd896e3a2e1bf4dadfe733e1217dff1f6 authored over 3 years ago by lexikiq <[email protected]>
Do not check if a plugin message channel is registered before forwarding it

This fixes issues with Servux and probably a crap ton of other bad mods. Purity on this front se...

b0da4b60c79b3c42b0a7f59dde2076ebdb78535e authored over 3 years ago by Andrew Steinborn <[email protected]>
Add support for retrieving the Player's client brand

c8d50f3fdd893a94bc1baa364e52e6fb3abd4aac authored over 3 years ago by Artuto <[email protected]>
Cache permission pointers

8356b812c34af6fb1e1ebfb652720fbcf2ccc681 authored over 3 years ago by lexikiq <[email protected]>
Cache pointers

4003666c2710f3e227d1576d310a066d3d60d2d4 authored over 3 years ago by lexikiq <[email protected]>
Rename method + add JD

56a46d051b01ced6e9d0a6cfe65216347801d936 authored over 3 years ago by lexikiq <[email protected]>
Remove ComponentLike interface from Player

39d39e58bd0cdd1d42425acc646b645aa02994e5 authored over 3 years ago by lexikiq <[email protected]>
Don't directly implement PermissionChecker

19f80bd61885e85a049b2f9c490a07949fbcb698 authored over 3 years ago by lexikiq <[email protected]>
Move #pointers to Player

It uses fully API methods so it makes sense to me to use it in Player, open to criticism though

29b409b9f19f2d012931f8874f4831f2361df8f3 authored over 3 years ago by lexikiq <[email protected]>
Optimize imports

db7e3262a637de19b9c94576627352b6b404f903 authored over 3 years ago by lexikiq <[email protected]>
Switch to #pointers

Ensures that Pointered#getOrDefault[From] works

3c4312056b5ec21d7a07fea16e77899daba2463c authored over 3 years ago by lexikiq <[email protected]>
Fix import order

069796a2f2f98f4b45ea006c08ff5af9fe17c4ce authored over 3 years ago by lexikiq <[email protected]>
Rebase onto feature/adventure-pointers

f59516165f76fbfa8e82313a49c6bef726630549 authored over 3 years ago by lexikiq <[email protected]>
Improve Player#asComponent

9491046935f4dee57adf60271a4735ed56975119 authored over 3 years ago by lexikiq <[email protected]>
Obey Checkstyle rules

ba4ba2022eba18f87e6a9da46cada147c6725bd6 authored over 3 years ago by lexikiq <[email protected]>
Expand Adventure Support

Adds support for assorted Adventure interfaces

3a1517f3a4975a4492adda474ea8b5b29b9c3db3 authored over 3 years ago by lexikiq <[email protected]>
Apply suggested future-related changes

Co-authored-by: A248 <[email protected]>

61480544f5903143f5db0deba5b65f4ad00f4d16 authored over 3 years ago by Hugo Manrique <[email protected]>
Fix checkstyle violations

f6e6f02a84d1c084bdaa384349c9f620b5a80c6b authored over 3 years ago by Hugo Manrique <[email protected]>
Fix Brigadier command alias redirects

fb7aafe8aee67773958beb0a2834e436a877b3da authored over 3 years ago by Hugo Manrique <[email protected]>
Add more tests and clean up

b18e78eac796a424434dc9b25d491e7bd65facde authored over 3 years ago by Hugo Manrique <[email protected]>
Provide access to Pointer values

f579725002dae0f7c69d88265be311fc83f1b1ac authored over 3 years ago by Riley Park <[email protected]>
Add more suggestion tests

ba34e4729b5a0394309f25aba1f7e3e896fc77b2 authored over 3 years ago by Hugo Manrique <[email protected]>
Test suggestion exception handling

bcb68c8d0f29a14f72c24d13417f28c17c9e0828 authored over 3 years ago by Hugo Manrique <[email protected]>
Fix alias typo in suggestion merge test

a9d40f3ca393371b122b9c89ab807b06e1fdf76d authored over 3 years ago by Hugo Manrique <[email protected]>
Merge branch 'dev/1.1.0' into dev/3.0.0

# Conflicts:
# build.gradle

445688b9a11be1d73a05fcb14d4266f2402f3013 authored over 3 years ago by Andrew Steinborn <[email protected]>
Velocity 1.1.9-SNAPSHOT

793ad443c6fbfb2571e0e65dde4d59474d13b52d authored over 3 years ago by Andrew Steinborn <[email protected]>
WTF, actually 1.1.8 please.

caf7af12b8352c43321a3979ac0e0dbf0cfaafa2 authored over 3 years ago by Andrew Steinborn <[email protected]>
Whatever, let's update Adventure too I guess

9b42bc8c45e502c3de275f7c7773534adb1fde6d authored over 3 years ago by Andrew Steinborn <[email protected]>
Velocity 1.1.8

d84609ab7c3d9c6cbb92b17aa4abc32c9214c066 authored over 3 years ago by Andrew Steinborn <[email protected]>
whoops

e1af30e0facd833c1f060d24b9b673e216747009 authored over 3 years ago by Andrew Steinborn <[email protected]>
We don't need the hash to go along with the resource pack response

8892e2a5c6bbfa33aae293eb9283fecb4a77232c authored over 3 years ago by Andrew Steinborn <[email protected]>
Velocity 1.1.8-SNAPSHOT

4619053962becf6e10b46411e3bd74f45bb0b505 authored over 3 years ago by Andrew Steinborn <[email protected]>
Velocity 1.1.7

a4649c81dff798ab37c9b44fbcea08e293b84134 authored over 3 years ago by Andrew Steinborn <[email protected]>
Merge branch 'dev/1.1.0' into dev/3.0.0

# Conflicts:
# build.gradle

a65f720f9dadddc2a8193cff6c015b24248a599f authored over 3 years ago by Andrew Steinborn <[email protected]>
Check if the resource pack hash looks like it might be a SHA-1 hash

496372d7af199826688ee0becb218bfb6c250a6a authored over 3 years ago by Andrew Steinborn <[email protected]>
Minecraft 1.17

d7bf03b956ffa375037347cd1aebdfb1aae7926e authored over 3 years ago by Andrew Steinborn <[email protected]>
Bump to 1.1.7-SNAPSHOT

224e06d7eae1fb27723d6d0ec279b9d05a103604 authored over 3 years ago by Andrew Steinborn <[email protected]>
Velocity 1.1.6

b6dc0089b4d399e56feb8631f2a183cb70740175 authored over 3 years ago by Andrew Steinborn <[email protected]>
Anticipatory bump to Minecraft 1.17

c2c119140fd5f0df8b219b6008a781c599ef38aa authored over 3 years ago by Andrew Steinborn <[email protected]>
Merge pull request #516 from A248/caffeine-3

Bump to Caffeine 3

b34f2f694496c091799560e0511144f92195d156 authored over 3 years ago by Andrew Steinborn <[email protected]>
Test suggestions

46b1bee83a5097b3ed95fd620a716e96cf048ceb authored over 3 years ago by Hugo Manrique <[email protected]>
Test CommandManager

ea716c15c6300ecda26d90214ed247bb619cb023 authored over 3 years ago by Hugo Manrique <[email protected]>
Test execution and injection

d429d8383d4e1456a1172be92920cd3b48b23069 authored over 3 years ago by Hugo Manrique <[email protected]>
Bump to Caffeine 3

6e42f225e21706a745ac693d78332c8db7a5c6ae authored over 3 years ago by A248 <[email protected]>
Bump Gson version

65608bb360d29ad579463d24c6196a2ae1dc8bed authored over 3 years ago by Andrew Steinborn <[email protected]>
Merge remote-tracking branch 'origin/dev/3.0.0' into dev/3.0.0

ef7aeae4ed0eadc9bdf23973ededc5111823811b authored over 3 years ago by Andrew Steinborn <[email protected]>
Force SpotBugs to shut up here

This method is indeed called...

9d54a03a4b451d3737f9c2b09d16fa6af4bb4b3b authored over 3 years ago by Andrew Steinborn <[email protected]>
Merge branch 'Xernium-future/1.17' into dev/3.0.0

# Conflicts:
# api/src/main/java/com/velocitypowered/api/proxy/ProxyServer.java
# proxy/src/main...

b1b3882fab6bfbd5aa9f5557d5f60bdb1f35a14f authored over 3 years ago by Andrew Steinborn <[email protected]>
Apply some spelling fixes from code review

Co-authored-by: Hugo Manrique <[email protected]>

43b72ff8260b23b3e3f6c01036ab11c717da14ab authored over 3 years ago by Andrew Steinborn <[email protected]>
Add license headers

ff506dfdf851f4b5c1a3ed0ccf8b5493fa14dc66 authored over 3 years ago by Hugo Manrique <[email protected]>
Command implementation refactor

703b91e0fa9a4b52fcc329d64a94c1707648139b authored over 3 years ago by Hugo Manrique <[email protected]>
Merge pull request #515 from hugmanrique/dev-3/command-api-changes

[3.0] Document some restrictions in the command API

f4550c3a3747549684abd703a1e45aaa25bb44d8 authored over 3 years ago by Andrew Steinborn <[email protected]>
Fix incorrect import removal

f103662dc4eec0d6aeb6d4a630f78fca69f7481e authored over 3 years ago by Hugo Manrique <[email protected]>
Suggestions provider

ff504c21ef3f3f9147da1a0f8d14271058523129 authored over 3 years ago by Hugo Manrique <[email protected]>
Document some restrictions in the command API

e6eecd806a02aadc1189ba10c4082d45b1dc3dbf authored over 3 years ago by Hugo Manrique <[email protected]>
Improve new Resource-pack API

59b29a075e0abe4e9aeca393975a1cfbead35ee9 authored over 3 years ago by FivePB <[email protected]>
Minecraft 1.17-rc1

df21105701c4fb7f8f55ab8a50aad08c1f321d41 authored over 3 years ago by Andrew Steinborn <[email protected]>
Minecraft 1.17-pre5

100eedf1023f742b9d73c5c00cb1489e7401713f authored over 3 years ago by Andrew Steinborn <[email protected]>
Minecraft 1.17-pre4

3eb64855d3164c313c19e3b91ddb221d19882a23 authored over 3 years ago by Andrew Steinborn <[email protected]>
Minecraft 1.17-pre3

f67dc3ffc8c4fe0f59d1e46b8842982af833000c authored over 3 years ago by Andrew Steinborn <[email protected]>
Merge pull request #513 from CoreyShupe/feature/Allow-Raw-Registered-Server-Creation

Initial implementation of raw registered server creation.

7fbfdb2f23b0c0c59943ecd24b646317eb554284 authored over 3 years ago by Andrew Steinborn <[email protected]>
Merge pull request #514 from CoreyShupe/feature/CheckServerInfoEquality

Initial change to allow for server info equality.

dffbaba71665e2d9d502dc3efeca253d3482296d authored over 3 years ago by Andrew Steinborn <[email protected]>
Initial change to allow for server info equality.

61c0c0d083c7ba9214681d52e34bc427d3cd58c1 authored over 3 years ago by CoreyShupe <[email protected]>
Initial implementation of raw registered server creation.

150808b4b0772e4d41cd30c9abb69f54d98bf1bb authored over 3 years ago by CoreyShupe <[email protected]>
1.17-pre2

c161a3859c52f65f21852f029ef940c6aaccc34c authored over 3 years ago by Andrew Steinborn <[email protected]>
Minecraft 1.17-pre1

10bfd8685e2d242006f45558139ddeb0b353d259 authored over 3 years ago by Andrew Steinborn <[email protected]>
Merge pull request #507 from A248/remove-add-opens

Remove Add-Opens from manifest

04db382a1862b2c4be68935f4a9a5b3a75d07fc1 authored over 3 years ago by Andrew Steinborn <[email protected]>
Remove Add-Opens from manifest

2cfa3f743f87a02b2a238931d8822f561dc96623 authored over 3 years ago by A248 <[email protected]>
AsyncEventExecutor -> AwaitingEventExecutor

64d30fba81baa4a54e9e942375a4c2e33e553d73 authored over 3 years ago by Andrew Steinborn <[email protected]>
Fix Java 11 Javadoc URL

51f923bf2d163fc519b10cd1fc528b6ddc3640ef authored over 3 years ago by Andrew Steinborn <[email protected]>
Update Guice to 5.0.1

This (aside from removal of deprecated methods) is the only notable API break in Velocity 3.0.0.

b9823085afc2149ee8716dd426e0523750cf400f authored over 3 years ago by Andrew Steinborn <[email protected]>
We don't rely on kyori/event any more

e14ea36150fdd49e943684161ecac3664b3eecb9 authored over 3 years ago by Andrew Steinborn <[email protected]>
Add async parameter to @Subscribe, also as a migration aid.

3944eec491662bfc5766a8a506554813752ad07f authored over 3 years ago by Andrew Steinborn <[email protected]>
Backport Velocity Polymer's async event API, with changes.

This commit backports the event manager from Velocity Polymer, with some changes for Velocity 1....

821ca02ee71f75d122e565fc8a9119729440490d authored over 3 years ago by Seppe Volkaerts <[email protected]>
Fix CommandManager method naming so that it is in sync with the 1.1.0 API

3f50964f368ad0f6650e66965566146fd97b16e9 authored over 3 years ago by Andrew Steinborn <[email protected]>
don't build on Java 8

b632431ae968c7453d138f2c05d923bbd43663c5 authored over 3 years ago by Andrew Steinborn <[email protected]>
Remove text 3.x API and associated deprecated APIs

977300cc66af91cdf88bff38f487a8e3207e33d7 authored over 3 years ago by Andrew Steinborn <[email protected]>
Just import the entire command manager from Polymer, without changing any names

569bb4a16bf48005ea10e6fcf4d71e4e9895c03b authored over 3 years ago by Andrew Steinborn <[email protected]>
Convert to Java 11 compressor

590f18dbe076aa32104e570fd7de77152fd4b3db authored over 3 years ago by Andrew Steinborn <[email protected]>
Bump Velocity to Java 11 minimum

Fixes #381. There is generally a consensus that we should move forward with this. We do not anti...

59f358441ab5e6c974db6073fde087b31e10b5f4 authored over 3 years ago by Andrew Steinborn <[email protected]>
Remove remaining deprecated APIs

d6dcb115f1f30d8d34a49d71b01f251b6c918ca2 authored over 3 years ago by Andrew Steinborn <[email protected]>
Remove bad test

6816c1538516f2e7ef288db9d4745c6b58064e02 authored over 3 years ago by Andrew Steinborn <[email protected]>
Remove deprecated Velocity 1.0.0 Command API.

2f0ee15051e00e403e9b79b0ceaf6a607a54eb2b authored over 3 years ago by Andrew Steinborn <[email protected]>
Velocity 3.0.0-SNAPSHOT

cceeeb349043484a1839b845f9b49932085be217 authored over 3 years ago by Andrew Steinborn <[email protected]>
Snapshot 21w19a

18466bb59586bc37598a60f9a10b8e659010777f authored over 3 years ago by FivePB <[email protected]>
Snapshot 21w16a

be1848f8e72962b53af6b1cfc83c1b0ccf795f6c authored over 3 years ago by FivePB <[email protected]>