Ecosyste.ms: OpenCollective

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

GeyserMC

Bringing together the Minecraft community, one project at a time.
Collective - Host: opensource - https://opencollective.com/geysermc - Website: https://geysermc.org - Code: https://github.com/GeyserMC

Report when packets are not fully read.

github.com/GeyserMC/PacketLib - 885d03759dce99d1d0a4b49b156d447c0d97b70e authored about 9 years ago by Steven Smith <[email protected]>
Report when packets are not fully read.

github.com/GeyserMC/MCProtocolLib - 885d03759dce99d1d0a4b49b156d447c0d97b70e authored about 9 years ago by Steven Smith <[email protected]>
Update usages of MagicValues.key to account for throwing IllegalArgumentException instead of returning null.

github.com/GeyserMC/MCProtocolLib - 03379f767d103172a2783e59ecde342375528906 authored about 9 years ago by Steven Smith <[email protected]>
Add ATTACK_SPEED_MODIFIER.

github.com/GeyserMC/MCProtocolLib - 1b913851eef1779c97014aca7a911672475a53a7 authored about 9 years ago by Steven Smith <[email protected]>
Update entity attributes.

github.com/GeyserMC/MCProtocolLib - baca667a30f7cad674e324648266b8027fab2350 authored about 9 years ago by Steven Smith <[email protected]>
Use byte array streams for chunk I/O.

github.com/GeyserMC/MCProtocolLib - 83b83bdc3eb80497c4917eebf866ced5d38a85d9 authored about 9 years ago by Steven Smith <[email protected]>
Update chunk sending protocol.

github.com/GeyserMC/MCProtocolLib - 93978378f690ca46d3373f62818d99914933802d authored about 9 years ago by Steven Smith <[email protected]>
Add additional array I/O methods, add ByteBuffer-backed NetInput and NetOutput implementations.

github.com/GeyserMC/MCProtocolLib - 62d5509768f1a5101754a933ffebc89a00d3bd2b authored about 9 years ago by Steven Smith <[email protected]>
Add additional array I/O methods, add ByteBuffer-backed NetInput and NetOutput implementations.

github.com/GeyserMC/PacketLib - 62d5509768f1a5101754a933ffebc89a00d3bd2b authored about 9 years ago by Steven Smith <[email protected]>
Remove prefixed byte array methods.

github.com/GeyserMC/MCProtocolLib - 494805306f3af515e0e78569319dd0d5ad07eb2c authored about 9 years ago by Steven Smith <[email protected]>
Remove prefixed byte array methods.

github.com/GeyserMC/PacketLib - 494805306f3af515e0e78569319dd0d5ad07eb2c authored about 9 years ago by Steven Smith <[email protected]>
Update entity types.

github.com/GeyserMC/MCProtocolLib - ea99836709d282d85f3dd7ef3da72b2318f9d0c9 authored about 9 years ago by Steven Smith <[email protected]>
Add new OP permission level entity status values.

github.com/GeyserMC/MCProtocolLib - 447fb1644759e8bba5b846a8f7832d52e8288673 authored about 9 years ago by Steven Smith <[email protected]>
Bump protocol version to 61.

github.com/GeyserMC/MCProtocolLib - 4d68bc26eb828ea47a26650a91d9366e6c83bb1e authored about 9 years ago by Steven Smith <[email protected]>
Ensure we aren't waiting for a connection when we've been disconnected by the user.

github.com/GeyserMC/MCProtocolLib - b7a1cdf2cc08f32cb9520d02212f1f0b2066af75 authored about 9 years ago by Steven Smith <[email protected]>
Ensure we aren't waiting for a connection when we've been disconnected by the user.

github.com/GeyserMC/PacketLib - b7a1cdf2cc08f32cb9520d02212f1f0b2066af75 authored about 9 years ago by Steven Smith <[email protected]>
Sync future instead of using listener.

github.com/GeyserMC/PacketLib - fa806e58feee9ab66edf3c4f91c526c21fc9c520 authored about 9 years ago by Steven Smith <[email protected]>
Sync future instead of using listener.

github.com/GeyserMC/MCProtocolLib - fa806e58feee9ab66edf3c4f91c526c21fc9c520 authored about 9 years ago by Steven Smith <[email protected]>
Ensure channel is set before returning from connect().

github.com/GeyserMC/PacketLib - 34c2a5c2914a6b7110a1f7b8c14e31ff474de62d authored about 9 years ago by Steven Smith <[email protected]>
Ensure channel is set before returning from connect().

github.com/GeyserMC/MCProtocolLib - 34c2a5c2914a6b7110a1f7b8c14e31ff474de62d authored about 9 years ago by Steven Smith <[email protected]>
Report DisconnectedEvents in tests.

github.com/GeyserMC/MCProtocolLib - 58cc7de8104f06c61c776728b2c35fd434e8641f authored about 9 years ago by Steven Smith <[email protected]>
Minor fixes and cleanup.

github.com/GeyserMC/PacketLib - 83a5cb405ca0f4caa9caba12f74b02bbeb874e16 authored about 9 years ago by Steven Smith <[email protected]>
Minor fixes and cleanup.

github.com/GeyserMC/MCProtocolLib - 83a5cb405ca0f4caa9caba12f74b02bbeb874e16 authored about 9 years ago by Steven Smith <[email protected]>
Ensure channel is set before returning from bind().

github.com/GeyserMC/PacketLib - 9c1ac6aa9b6b6541c9b06f934a64389973186534 authored about 9 years ago by Steven Smith <[email protected]>
Ensure channel is set before returning from bind().

github.com/GeyserMC/MCProtocolLib - 9c1ac6aa9b6b6541c9b06f934a64389973186534 authored about 9 years ago by Steven Smith <[email protected]>
Add unit test from @ensirius.

github.com/GeyserMC/MCProtocolLib - 8f98f3a7808e01076aa104edd3570fd21b4d9f3d authored about 9 years ago by Steven Smith <[email protected]>
Cleanup, add wait flag to Server.bind, fix connection errors not throwing DisconnectedEvent.

github.com/GeyserMC/MCProtocolLib - ce140f43d619bfeafd8ae452b6e1fa3061d3671f authored about 9 years ago by Steven Smith <[email protected]>
Cleanup, add wait flag to Server.bind, fix connection errors not throwing DisconnectedEvent.

github.com/GeyserMC/PacketLib - ce140f43d619bfeafd8ae452b6e1fa3061d3671f authored about 9 years ago by Steven Smith <[email protected]>
Ensure connection process has fully completed before ending wait loop.

github.com/GeyserMC/MCProtocolLib - 4c06294c883e78581a686f3aafd287aa912ce9ae authored about 9 years ago by Steven Smith <[email protected]>
Ensure connection process has fully completed before ending wait loop.

github.com/GeyserMC/PacketLib - 4c06294c883e78581a686f3aafd287aa912ce9ae authored about 9 years ago by Steven Smith <[email protected]>
Update entity metadata for 15w33c changes.

github.com/GeyserMC/MCProtocolLib - b89b482bd1bf3d929e6958112976aa3f6e57dbae authored about 9 years ago by Steven Smith <[email protected]>
Bump protocol version by 1.

github.com/GeyserMC/MCProtocolLib - 9ad441cfcc912adb742997c2ed7c67ebe52c6efb authored about 9 years ago by Steven Smith <[email protected]>
Minor cleanup.

github.com/GeyserMC/MCProtocolLib - 0a2926dada5b9ebc74f4a9f5a5890104647434ba authored about 9 years ago by Steven Smith <[email protected]>
Report exceptions from connection thread.

github.com/GeyserMC/MCProtocolLib - c68659008b6b359519f50d9d00a433246e6ab4ff authored about 9 years ago by Steven Smith <[email protected]>
Report exceptions from connection thread.

github.com/GeyserMC/PacketLib - c68659008b6b359519f50d9d00a433246e6ab4ff authored about 9 years ago by Steven Smith <[email protected]>
Add null check to availableProfiles when logging in with a token.

github.com/GeyserMC/MCAuthLib - 4aecadde850feb125249235f87dffd917aa78cc5 authored about 9 years ago by Steven Smith <[email protected]>
Update game version.

github.com/GeyserMC/MCProtocolLib - 4ccf753002a9666a259649061afffa785c0731d6 authored about 9 years ago by Steven Smith <[email protected]>
Fix NPE when receiving a null response.

github.com/GeyserMC/MCAuthLib - 7bbfce15e109ef0ba164f6abb9a6ad3252daa152 authored about 9 years ago by Steven Smith <[email protected]>
Fix user verification.

github.com/GeyserMC/MCProtocolLib - 6cc87bcbdb949e757c1d6dbc60f7737f28fba3d8 authored about 9 years ago by Steven Smith <[email protected]>
Update for MCAuthLib changes.

github.com/GeyserMC/MCProtocolLib - aff6600debef9c2bf96269f86a3fb10aaaa971a0 authored about 9 years ago by Steven Smith <[email protected]>
Move services and GameProfile into packages.

github.com/GeyserMC/MCAuthLib - df15fc93fe769024f4625458d27b7feeef03238d authored about 9 years ago by Steven Smith <[email protected]>
Update for MCAuthLib changes.

github.com/GeyserMC/MCProtocolLib - 78eb55a7c3618c3371986da35543b5181589abff authored about 9 years ago by Steven Smith <[email protected]>
Further cleanup and improvements.

github.com/GeyserMC/MCAuthLib - db1bb4ca6d0c95992523ee2d65ee509e559d16ed authored about 9 years ago by Steven Smith <[email protected]>
Set authentication proxy on actual login in example.

github.com/GeyserMC/MCProtocolLib - cc48874232345434bcd8315408295f59cb812885 authored about 9 years ago by Steven Smith <[email protected]>
Minor improvements to HTTP request code.

github.com/GeyserMC/MCAuthLib - e3e05fabe83dc7417c5c31bdd28d45648777819f authored about 9 years ago by Steven Smith <[email protected]>
Pass authentication errors to disconnect.

github.com/GeyserMC/MCProtocolLib - 2ed6e1e1e85833333cd89b047fafee5650457d26 authored about 9 years ago by Steven Smith <[email protected]>
Call setDoInput(true) on HTTP connections.

github.com/GeyserMC/MCAuthLib - 4e46dcd74fa93570efc46f86b6f84c2e027188fc authored about 9 years ago by Steven Smith <[email protected]>
Update for MCAuthLib changes.

github.com/GeyserMC/MCProtocolLib - d29c5f341881d6c7fd3c6c2921ecf70265438043 authored about 9 years ago by Steven Smith <[email protected]>
Cleanup, add javadocs.

github.com/GeyserMC/MCAuthLib - 80bfa0fe5b924ba7588fa280d0beb29e2b4c864c authored about 9 years ago by Steven Smith <[email protected]>
Update line spacing.

github.com/GeyserMC/OpenNBT - 32efcec2f39065f6f6bfd1967441f0bf701b90fa authored about 9 years ago by Steven Smith <[email protected]>
Refactor ProtocolMode to SubProtocol, ProtocolConstants to MinecraftConstants.

github.com/GeyserMC/MCProtocolLib - 81024b88ff9049e8c5c6c4064b7ea8d7e3ea6780 authored about 9 years ago by Steven Smith <[email protected]>
Update URLs.

github.com/GeyserMC/PacketLib - a2e4898749c9f415d38a87691621dbd507eb1fc0 authored about 9 years ago by Steven Smith <[email protected]>
Update URLs.

github.com/GeyserMC/MCProtocolLib - a2e4898749c9f415d38a87691621dbd507eb1fc0 authored about 9 years ago by Steven Smith <[email protected]>
Update URLs.

github.com/GeyserMC/OpenNBT - ea50eeda4c039042a6945615c2ead56c0113d22a authored about 9 years ago by Steven Smith <[email protected]>
Update URLs.

github.com/GeyserMC/MCProtocolLib - 59b5e6f1367139664edc7dd2603889a7a3d033d1 authored about 9 years ago by Steven Smith <[email protected]>
Update URLs.

github.com/GeyserMC/MCAuthLib - 9f37ab45d904093c3a46b20125b19fba2f879a20 authored about 9 years ago by Steven Smith <[email protected]>
Update version.

github.com/GeyserMC/MCProtocolLib - eb57e0835c610eaa3e67f1bbfdf6e010e0132ab7 authored about 9 years ago by Steven Smith <[email protected]>
General cleanup, fixes, and re-versioning.

github.com/GeyserMC/MCProtocolLib - 26e6ae38a57e2011303eb0ee94fd711070922a63 authored about 9 years ago by Steven Smith <[email protected]>
General cleanup, fixes, and re-versioning.

github.com/GeyserMC/PacketLib - 26e6ae38a57e2011303eb0ee94fd711070922a63 authored about 9 years ago by Steven Smith <[email protected]>
General cleanup, fixes, and re-versioning.

github.com/GeyserMC/OpenNBT - cf0c40b895402dd82ece55cbd41f54347764f4be authored about 9 years ago by Steven Smith <[email protected]>
General cleanup, fixes, and re-versioning.

github.com/GeyserMC/MCProtocolLib - b22cd66d4f2c1ea3329ecee4131c29bbd60f3811 authored about 9 years ago by Steven Smith <[email protected]>
General cleanup, fixes, and re-versioning.

github.com/GeyserMC/MCAuthLib - 3ee89cdc434b0bf463366b2faa0345b122477391 authored about 9 years ago by Steven Smith <[email protected]>
Update pom.xml.

github.com/GeyserMC/MCProtocolLib - 2b39ead979b00ce9df9addaea0c3311e71aa61a7 authored over 9 years ago by Steven Smith <[email protected]>
Update to Netty 5.0.0.Alpha2

github.com/GeyserMC/PacketLib - 83161ffa032cdcee8a0fd26e4824ed30c58f8daa authored over 9 years ago by Steven Smith <[email protected]>
Update to Netty 5.0.0.Alpha2

github.com/GeyserMC/MCProtocolLib - 83161ffa032cdcee8a0fd26e4824ed30c58f8daa authored over 9 years ago by Steven Smith <[email protected]>
Make KeepAliveThread a Runnable.

github.com/GeyserMC/MCProtocolLib - 3b17a15d2919e7c96f6069c99fa25d3f6ca221f3 authored over 9 years ago by Steven Smith <[email protected]>
Use currentTimeMillis instead of nanoTime, delay KeepAliveThread with sleep call.

github.com/GeyserMC/MCProtocolLib - 654495376e11122176bf26ce241fdbb4bd55f11a authored over 9 years ago by Steven Smith <[email protected]>
Add missing world types (customized and debug) and fixed typo (all world types should be lowercase)

github.com/GeyserMC/MCProtocolLib - 997d129d6d2b728bfca4e6d72885a177decd3932 authored over 9 years ago by johni0702 <[email protected]>
Split window properties into separate enums for separate window types

github.com/GeyserMC/MCProtocolLib - 2aef90aaaff5b7a3e36c631ebedecfdac786ddb3 authored over 9 years ago by johni0702 <[email protected]>
Add sidebar scoreboard positions for each of the 16 teams

github.com/GeyserMC/MCProtocolLib - ddafc12a7dbb1eaccec0dda04479cb8bc6972140 authored over 9 years ago by johni0702 <[email protected]>
Fix empty text messages failing to parse

github.com/GeyserMC/MCProtocolLib - 99e3e6880b09a4fcab57f2f12c7f670dab34a4c1 authored over 9 years ago by johni0702 <[email protected]>
Add authentication proxy support.

github.com/GeyserMC/MCProtocolLib - f176be257b42f91d0978bbac17f778d61e9ee2ca authored over 9 years ago by Steven Smith <[email protected]>
Add proxy to example.

github.com/GeyserMC/MCAuthLib - 064d6b0b24f66d7cf0195e05f804d0f346245772 authored over 9 years ago by Steven Smith <[email protected]>
Request a signed texture payload from Mojang

github.com/GeyserMC/MCAuthLib - 734d123dda7df56d4ec3b5acea0ce867ca0cab50 authored over 9 years ago by Aesen Vismea <[email protected]>
Add proxy support.

github.com/GeyserMC/MCAuthLib - 37d415e4665ca223183dafd65904104fde890ee2 authored over 9 years ago by Steven Smith <[email protected]>
Fix TcpSession CME.

github.com/GeyserMC/PacketLib - aa1c3051a927b9c91814c7b80081a6f5c1e012f8 authored over 9 years ago by Steven Smith <[email protected]>
Fix TcpSession CME.

github.com/GeyserMC/MCProtocolLib - aa1c3051a927b9c91814c7b80081a6f5c1e012f8 authored over 9 years ago by Steven Smith <[email protected]>
Further improvements to exception handling.

github.com/GeyserMC/PacketLib - 3687891770efbf55c36d94bd9c6096e2e9821f91 authored over 9 years ago by Steven Smith <[email protected]>
Further improvements to exception handling.

github.com/GeyserMC/MCProtocolLib - 3687891770efbf55c36d94bd9c6096e2e9821f91 authored over 9 years ago by Steven Smith <[email protected]>
Listen for future errors and wait using awaitUninterruptibly in TcpSession.connect.

github.com/GeyserMC/PacketLib - 3d3ebad1f4428a534739db8c9ddee890b1b58d90 authored over 9 years ago by Steven Smith <[email protected]>
Listen for future errors and wait using awaitUninterruptibly in TcpSession.connect.

github.com/GeyserMC/MCProtocolLib - 3d3ebad1f4428a534739db8c9ddee890b1b58d90 authored over 9 years ago by Steven Smith <[email protected]>
Merge pull request #82 from Johni0702/armorstand-mob

Armor stands can be spawned using the ServerSpawnMobPacket

github.com/GeyserMC/MCProtocolLib - b9fec7dea96510d8297d20e92e0480ab9f1acefa authored over 9 years ago by Steven Smith <[email protected]>
Armor stands can be spawned using the ServerSpawnMobPacket

github.com/GeyserMC/MCProtocolLib - 1c680e23eec429ac5ecbde1d681cf27f7585c40d authored over 9 years ago by johni0702 <[email protected]>
Merge pull request #78 from Johni0702/block-break

Any value may be used to reset the block break animation (not just 255)

github.com/GeyserMC/MCProtocolLib - 70adafef073c4eba0d9fa4e76ed88b3f47eecbcb authored over 9 years ago by Steven Smith <[email protected]>
Any value may be used to reset the block break animation (not just 255)

github.com/GeyserMC/MCProtocolLib - 3295730910182599ae4c94f54aea4aca9ef6bbc3 authored over 9 years ago by johni0702 <[email protected]>
Merge pull request #76 from Johni0702/team-flags

Handle 'FriedlyFire' byte as flags

github.com/GeyserMC/MCProtocolLib - f5d3e69907f619e1702f602b9db42541ee9d87c5 authored over 9 years ago by Steven Smith <[email protected]>
Merge pull request #77 from Johni0702/entitystatus-1.8

Add missing 1.8 EntityStatus values

github.com/GeyserMC/MCProtocolLib - e2898adfdd5af4a2dd4cff3f499f9b02530c7bc8 authored over 9 years ago by Steven Smith <[email protected]>
Add missing 1.8 EntityStatus values

github.com/GeyserMC/MCProtocolLib - 933c817d966a3151acd1d595b0e3ab01f25db243 authored over 9 years ago by johni0702 <[email protected]>
Handle 'FriedlyFire' byte as distinct friendly fire (0x1) and visibility of invisible team members (0x2) flags

github.com/GeyserMC/MCProtocolLib - 90ff098521f36e334e28ff68b7a54e44228eb959 authored over 9 years ago by johni0702 <[email protected]>
Merge pull request #74 from Johni0702/1.8

Several small additions/fixes

github.com/GeyserMC/MCProtocolLib - 3c01b4dcf6a97d7f0fbe0f22d8a63b53ab8a30c4 authored over 9 years ago by Steven Smith <[email protected]>
Add equals and hashCode methods where applicable (except packets)

github.com/GeyserMC/MCProtocolLib - 48c03a93241e6a899886c4c7d121cf2b0e5f3703 authored over 9 years ago by johni0702 <[email protected]>
Add objective to constructor for ServerUpdateScorePacket

github.com/GeyserMC/MCProtocolLib - b7f071fb91b184abcc22d767c9b2e59a7dc1b1cb authored over 9 years ago by johni0702 <[email protected]>
Add getter for score type

github.com/GeyserMC/MCProtocolLib - 584b296f0bfb047cf43098fac7b76f81ec23c6f4 authored over 9 years ago by johni0702 <[email protected]>