Ecosyste.ms: OpenCollective

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

github.com/PowerNukkit/Bedrock-Protocol

A protocol library for Minecraft Bedrock Edition
https://github.com/PowerNukkit/Bedrock-Protocol

Add method to remove command param types (#120)

* Add method to remove command param types

* Remove useless import

83bafb5cef2632ff938c69a3ecc2fc83a971d2a6 authored almost 4 years ago by Alemiz <[email protected]>
Use network version variable

294e7e53b652b5b95907dc998e3c25e6a95d382d authored almost 4 years ago by SupremeMortal <[email protected]>
PROXY protocol support for RakNet server (#108)

* Add support for PROXY protocol

* Expose both connection and proxied remote address

* Exp...

1ce239b66af330d3a3cf6e2733b163f325f8db78 authored almost 4 years ago by Mark Vainomaa <[email protected]>
Merge pull request #119 from Camotoy/v428

v428 protocol support

6e8a6f7ad166de4979597de492eff501019e834b authored almost 4 years ago by SupremeMortal <[email protected]>
Merge branch 'develop' of https://github.com/NukkitX/Protocol into v428

4a73c460d86cee7840b3297667ed27a3b8308e01 authored almost 4 years ago by Camotoy <[email protected]>
Add action data to PlayerAuthInput serialization

b97053c60d3dd7df221f0c13ed22aff581b7919e authored almost 4 years ago by Camotoy <[email protected]>
Custom connect timeout, expose eventLoop, connection of session (#117)

* Add timeout option to BedrockClient#connect

* Allow access to connection, eventLoop of Bedr...

4d2e88451739e56417ceeb0f3b7bcd22c5c64b96 authored almost 4 years ago by Alemiz <[email protected]>
Fixes merge issues and the decoding of creative contents packet

719b954ac8cdcc0163e007679a300d51251adbbb authored almost 4 years ago by joserobjr <[email protected]>
Merge remote-tracking branch 'nukkitx/develop'

# Conflicts:
# bedrock/bedrock-v422/src/main/java/com/nukkitx/protocol/bedrock/v422/BedrockPacke...

6d1c367d76e915a75877badc0907d7bcbb0cf740 authored almost 4 years ago by joserobjr <[email protected]>
Add a telemetry event missed in 1.14 (#118)

f8f010d99f90f27da02ee58ceddfe329d6c7876c authored almost 4 years ago by Wodor <[email protected]>
Add pivot field for StructureSettings (#116)

73f6d52b84dfdbe72fdc17d3beb45558951af2fe authored almost 4 years ago by Wodor <[email protected]>
Bump RakNet version to 1.6.26-SNAPSHOT

ff32dff44a1a065da00bec8b34ccf176ee8c8d36 authored almost 4 years ago by SupremeMortal <[email protected]>
Add missing LevelEventType (#109)

f290d1c42b347d31bdec27d607728ad71e839f57 authored almost 4 years ago by Wodor <[email protected]>
Implement force channel closing (#111)

c8d0984ba9d787b671632e16ecbe54370edff07b authored almost 4 years ago by Alemiz <[email protected]>
Fix wrong PacketViolationSeverity data (#114)

12012b571422ff4d09d0d19cf511180574384bc6 authored almost 4 years ago by Wodor <[email protected]>
Add missing NpcRequestType (#115)

cd172fd49206d67e27551d8d2be9c486b0c192f3 authored almost 4 years ago by Wodor <[email protected]>
Add ItemUseTransaction properly

c9d23830d73195602eb53726d459ffadc820dc22 authored almost 4 years ago by Camotoy <[email protected]>
Finish PlayerAuthInput serialization

b1f837dce55e2a5edcd6b173ef83120c19002fde authored almost 4 years ago by Camotoy <[email protected]>
Apply entity data correctly

45b3d0e8453cbad5a6a4a6e33e0e849385a5f4fd authored almost 4 years ago by Camotoy <[email protected]>
More work

5eae55e0f0c9ff7720c10ee34c725fa3c807435e authored almost 4 years ago by Camotoy <[email protected]>
Artifactory Publishing (#113)

* Use artifactory jenkins plugin for deployment

* Remove duplicate steps usage

* Remove ol...

89617b7689fccb03be9c3e8f9af9eb9d0b92b244 authored almost 4 years ago by SupremeMortal <[email protected]>
Start work on v418

7606bcce02c3a5dd82e5e5ed619291f3690916b0 authored almost 4 years ago by Camotoy <[email protected]>
Merge pull request #112 from rtm516/ping-timeout

Add optional timeout to bedrock ping

e9cf7bb262be260d24c326bb7bc24646f3de5678 authored almost 4 years ago by SupremeMortal <[email protected]>
Add optional timeout to bedrock ping

55f67b7e8cbe234dd10e30459fba2057a985722d authored almost 4 years ago by rtm516 <[email protected]>
Merge pull request #107 from WaterdogPE/next-mirror

Disconnect session only if is connected && decompression fix

8ec21ae916ed6b1338246920aa1657dcb4099339 authored almost 4 years ago by SupremeMortal <[email protected]>
Don't decompress empty buffer

e5ad3c03946082edd34decd4b8888881820f0b54 authored almost 4 years ago by Alemiz112 <[email protected]>
Only pretty print packet if trace is enabled

b7c80fb79100151dcbf32132d326d2a6d6986b7a authored almost 4 years ago by SupremeMortal <[email protected]>
Disconnect session only if is connected

43140522d991aff3c0dddb8ab3f60a2b3e13bae2 authored almost 4 years ago by Alemiz112 <[email protected]>
Add ItemStackRequestPacket translation for v422 (#97)

* Add ItemStackRequestPacket translation for v422

* We're close, I can feel it!

* Move thi...

1f4a4b21e1e3fcc1b5966e587de6b9717e03e282 authored almost 4 years ago by Camotoy <[email protected]>
Use retained buffer in UnknownPacket & release packets by default (#103)

* Use retained buf in UnknownPacket & release packets by default

* Release packet even if exc...

18f216c9c1e45569e7cca67fb0aeb64bbcc6310c authored almost 4 years ago by Alemiz <[email protected]>
Cancel ticking when closed (#104)

982b61bdbfa293ebe569c3ed36a77ff479055ae8 authored almost 4 years ago by Emre Yavuzyiğit <[email protected]>
Added command param types for v419 (#106)

571f0dcf11284b7419ad48aa9fa487a080509bb0 authored almost 4 years ago by RK_01 <[email protected]>
Update the PowerNukkit Network library

710ecc15e417de652e36df4d22cbb6bc60edbaf0 authored almost 4 years ago by joserobjr <[email protected]>
Merge remote-tracking branch 'nukkitx/develop'

d29d0308718f5aef8cd03eb83ba8c2a73c357552 authored almost 4 years ago by joserobjr <[email protected]>
Add the FALL entity event (#105)

* Add the FALL entity event

* Rename to LANDED_ON_GROUND

9233c3fe8d61d5c11826e5bb41604a6fbb53872f authored almost 4 years ago by D3ATHBRINGER13 <[email protected]>
Release bedrock network 1.6.25-PN

c309b248802b225f1eae40c724b3e74d95a7f558 authored about 4 years ago by joserobjr <[email protected]>
Fixes the data exporting of creative inventory

a6a62b10889406824bce876131f17056cdf2ace3 authored about 4 years ago by joserobjr <[email protected]>
Fixes crafting crafting data exports

7c59fd3612b7de0b2ca1b2bfd93626aff46290d9 authored about 4 years ago by joserobjr <[email protected]>
Fix pom version linkages

9d69348027de5dee893ccc2eec77c5889ec82395 authored about 4 years ago by joserobjr <[email protected]>
Merge remote-tracking branch 'nukkitx/develop'

# Conflicts:
# bedrock/bedrock-common/pom.xml
# bedrock/bedrock-v291/pom.xml
# bedrock/bedrock-v...

2e0f9191f6669c53a6888562636984823c6be81b authored about 4 years ago by joserobjr <[email protected]>
Update README.md (#99)

* Update README.md to the newer protocols

* Removed dragon proxy and added cloudburst to readme

d41b84e86c9091651cb6bd576cc3a9548bf8c0db authored about 4 years ago by Kevims <[email protected]>
Add the FilterTextPacket (#95)

e653e060744800919a454f6d00b7d104e1d7dc12 authored about 4 years ago by D3ATHBRINGER13 <[email protected]>
Add server inventory methods for v419 and v422 (#94)

* Add server inventory methods for v419 and v422

* Read item entry in the serializers

* Th...

433732df87df7f5d3e0de5c1c80fd6e0e776fd47 authored about 4 years ago by Camotoy <[email protected]>
Initial support for 1.16.200 (#93)

* Initial support for 1.16.200

* Use correct ResourcePacksInfoSerializer class

87d862d69db47a855cad4eea208ca01781877109 authored about 4 years ago by Alemiz <[email protected]>
Merge pull request #89 from WaterdogPE/next-mirror

Item improvements & ViolationPacket naming

91161b5d193a71a82654b2957d3fbc74b70d8745 authored about 4 years ago by SupremeMortal <[email protected]>
Use AtomicInteger for hardcodedBlockingId

8498043f204cc35f803e7f9b38a6787801c5ad0c authored about 4 years ago by Alemiz112 <[email protected]>
Bump version to 2.6.1-SNAPSHOT

45172e61113778c6655590be6274ed280676dcd7 authored about 4 years ago by Alemiz112 <[email protected]>
Fix two of ';'

cb4f6b9e7ce90443c1ce6082ad322a32efa84d81 authored about 4 years ago by Alemiz112 <[email protected]>
Fix naming in ViolationPacket to not conflict with 'packetId'

450a00eeaefa265f8ac45076d45d06d881bc6d1b authored about 4 years ago by Alemiz112 <[email protected]>
Changes for more effective work with inventory packets

930fb81dd71f5f3770fe2710caad5562d6bb6d9b authored about 4 years ago by Alemiz112 <[email protected]>
Deprecated Creeper swell flags

These aren't used anymore and are stored server side so they shouldn't really exist.

443eeb4abdc4bc6e04a9d41b505c678460d79327 authored about 4 years ago by SupremeMortal <[email protected]>
Make EntityFlags.setFlag more readable

f6894b09bf79cd80cea5f7c00c7c6129d214e4fc authored about 4 years ago by SupremeMortal <[email protected]>
Bump RakNet version to 1.6.23

1b797b7e63283f7130dbc01262e6ad494556b41a authored about 4 years ago by SupremeMortal <[email protected]>
Pass sessions to serializers & support different blocking id per session (#88)

* Pass session to serializers

* Use dynamical blocking item id

* Fix unread bytes in AddPl...

3bc1349b64249794d8e5cef8ac1ae368b73bacab authored about 4 years ago by Alemiz <[email protected]>
Merge remote-tracking branch 'nukkitx/develop'

# Conflicts:
# bedrock/bedrock-common/pom.xml
# bedrock/bedrock-common/src/main/java/com/nukkitx...

4bc64949a55bc544982f98e526f9ff4ead7c3cc9 authored about 4 years ago by joserobjr <[email protected]>
Fix AvailableCommandPacket deserialization & Add missing REMOVE type (#87)

* Fix AvailableCommands deserialization

* BossEventSerializer_v291 is missing the REMOVE Type...

fe8d93cca6dd3de55231b1966ccd1afa08ee90ec authored about 4 years ago by Tobias G <[email protected]>
Use new Open Collaboration maven repo

4545b0bad0792806fdf1e55c7e99e68eb3f8ca99 authored about 4 years ago by SupremeMortal <[email protected]>
Use a LinkedHashMap instead of sorting on serialization

I should have seen this when reviewing the PR...

314cd4319d3f53bf31119e5d78fbb6dfcfda21a6 authored about 4 years ago by SupremeMortal <[email protected]>
Support network 1.16.22 (#86)

cb19656c7f454c6ae98976a6eed986db2b5e0462 authored about 4 years ago by Alemiz <[email protected]>
Upgrade Nimbus JOSE + JWT to v5.2 (#85)

This is for compatibility with Waterdog, which has an incompatibility due differences in method ...

fc911bbebc495584ba0f52302e84ccbb48f7ab26 authored about 4 years ago by Magi1053 <[email protected]>
Set packet ID in wrapper serializers

e56e014e8a1614c5d81793f6526d80a557f219f9 authored about 4 years ago by SupremeMortal <[email protected]>
Allow UnknownPackets to be sent properly

4334e352e0705bc23c0070acc1a30cf36d3ce757 authored about 4 years ago by SupremeMortal <[email protected]>
Deregister serializer as well

ce59d39118b94cb550e9f9d18d1e72601b64a94f authored about 4 years ago by SupremeMortal <[email protected]>
Add deregisterPacket method to codec builder

e2b7c5e2a4d885b512ed4880c8b4f270467a06b4 authored about 4 years ago by SupremeMortal <[email protected]>
Fix UnknownPacket ID encoding

88ea4ab501912a278151ef75a09c50a47e5ea867 authored about 4 years ago by SupremeMortal <[email protected]>
Add BedrockPacketCodec.toBuilder()

e48f8574ce2779b6b5b8433174f33dc262568062 authored about 4 years ago by SupremeMortal <[email protected]>
Add skin changes

New AnimationExpressionType in AnimationData

df9cb3390249b460394304a0d792ead91878ad65 authored about 4 years ago by SupremeMortal <[email protected]>
Bump beta to 1.16.100.60 (419)

b528917807a17babe4a8d78e6a8ba871aea7ea0d authored about 4 years ago by SupremeMortal <[email protected]>
Update shield ID

f0987e88aea9cca81431101bf85fcccb12c3a4ee authored about 4 years ago by SupremeMortal <[email protected]>
Add componentBase boolean to item palette

94ed74df437e7d6fff7e2eaa18e090eefe7d67f8 authored about 4 years ago by SupremeMortal <[email protected]>
Bump beta to 1.16.100.59 (418)

356082ac34b2ed5d09b3812b115c2c016f62392e authored about 4 years ago by SupremeMortal <[email protected]>
Have BedrockPacketHelper_v390 extend from v389 (#83)

* Have BedrockPacketHelper_v390 extend from v389

Fixes particles not being mapped correctly.
...

02f46a87009629825e6e588dac2df2bf3c7c1764 authored about 4 years ago by Camotoy <[email protected]>
Add ItemComponentPacket for v417

f2f87da6d8604bcfc486de20032303e12906b702 authored about 4 years ago by SupremeMortal <[email protected]>
Bump beta protocol to 1.16.100.58 (417)

a03b5eb404c3ad6ef4af8c42ede31ebce97b7199 authored about 4 years ago by SupremeMortal <[email protected]>
Exclude data in LevelChunkPacket from toString()

fd1c7951b1f2a417c93d1f1af889e24f341e48a6 authored about 4 years ago by SupremeMortal <[email protected]>
Update shield hardcoded ID... for now (#82)

7ff446560de00e5083e13d7dcd0aac482859d4bf authored about 4 years ago by Camotoy <[email protected]>
Bump beta module to 1.16.100.56 (415)

6c77327dcdd761baac45fe4f5f788919c23fe6f8 authored over 4 years ago by SupremeMortal <[email protected]>
Adds Sonatype OSS repository to the list

225ea95ef61c315fea3e66491a3ef6bc4a5b9e37 authored over 4 years ago by joserobjr <[email protected]>
Trigger a CI build

3c767cb6c0b518d37abb2e479770eee516ab4e6f authored over 4 years ago by joserobjr <[email protected]>
Fixes snapshot releases

3961216378b9bf0737a54db841f3d1ab1c3e7c68 authored over 4 years ago by joserobjr <[email protected]>
Setup GitHub actions

4e50484d2f462a16ed6a06538861b66771a609ba authored over 4 years ago by joserobjr <[email protected]>
Adjust dependencies to use PowerNukkit versions

8594f809ae2fbadb6f71454b1ec389e8902ae1c1 authored over 4 years ago by joserobjr <[email protected]>
Merge remote-tracking branch 'nukkitx/develop'

90256f533ca9e701e5e38f44e20a4960c703fe25 authored over 4 years ago by joserobjr <[email protected]>
Fix compilation and some small refactors

e182a90a613348b64aecfbe439864907cbb3a7c4 authored over 4 years ago by SupremeMortal <[email protected]>
Use EnumSets where possible

56a7b332a1deef9899e31daedea19425acbf32f8 authored over 4 years ago by SupremeMortal <[email protected]>
More v414 packet changes and refactoring

d92a5a31fdd374912d9179d86658e556510559d2 authored over 4 years ago by SupremeMortal <[email protected]>
Bump to protocol 414 and fix more packets

You can now just about join a server with ProxyPass

3edb4af7bcbd0b5b218c53bdc1b331f42f072ba7 authored over 4 years ago by SupremeMortal <[email protected]>
Fix StartGame serializers

250beb2a9475c2c2bb5ea92f8f3bc384d92faabe authored over 4 years ago by SupremeMortal <[email protected]>
Add new 1.16.100.54 (413) packets

b3b1495d4f8128424d74f57241b0a0ac3f58bbb7 authored over 4 years ago by SupremeMortal <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

ff628580c72cb10c11e1fc05e266604342db1340 authored over 4 years ago by SupremeMortal <[email protected]>
Cleanup item tag reading and writing

ffa8c1be885bdac38edbd641828cef1fde989a22 authored over 4 years ago by SupremeMortal <[email protected]>
Merge remote-tracking branch 'nukkitx/develop'

b333ee4d7cf66b4ca20bf94d0dff94b3b5655bab authored over 4 years ago by joserobjr <[email protected]>
Fill in some entity data values (#80)

e23c1279c672aea139c110eb996904b1fd62156e authored over 4 years ago by Camotoy <[email protected]>
Fix wrong entity event (#79)

c11c90946fc62a8d152132cb107e5dfcc55dcad3 authored over 4 years ago by Wodor <[email protected]>
Add a method to define if an item has blocktime added (#76)

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

a8cb9ebdb2ea087241104c6647c462bf17532c51 authored over 4 years ago by bundabrg <[email protected]>
Fix canPlace / canBreak encoding and decoding (#78)

Unlike normal arrays, the canPlace and canBreak arrays use normal ints instead of unsigned ints.

e80b5c901304162d74eaf2c3e562e1dfa98d2f37 authored over 4 years ago by Camotoy <[email protected]>
Add support for Android pre API level 26 (#77)

* Add support for Android pre API level 26

Co-authored-by: Arcratist <58129974+Arcratist@user...

06162bf8f8895be89832d51bee66ffee617f4435 authored over 4 years ago by rtm516 <[email protected]>
Merge remote-tracking branch 'cloudburst/develop'

5acfbd184f406aba40bebd069c2b2a8e327af39a authored over 4 years ago by joserobjr <[email protected]>
Remove Compat codec check in BedrockSession

027f4dd950c225b8d10ebb0a9b80c516db937d7e authored over 4 years ago by SupremeMortal <[email protected]>
Update NBT library to 2.0.1

02830097e3527bb120c05708a08c0c94e37fa775 authored over 4 years ago by CreeperFace <[email protected]>