Ecosyste.ms: OpenCollective

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

github.com/PowerNukkit/Bedrock-Network

Network components
https://github.com/PowerNukkit/Bedrock-Network

(fix): merge issues

61a7f713d7b6f1fd99edcca9dfcfe44a313780a8 authored almost 2 years ago by Lobo Metalúrgico <[email protected]>
Merge remote-tracking branch 'upstream/develop'

# Conflicts:
# pom.xml

866babaa188996f9af1bfa76286765465985a3cb authored almost 2 years ago by Lobo Metalúrgico <[email protected]>
Make RakNetChannelOption public

Allow referencing RakNetChannelOption from outside of a package

ba2eba88e0ab0f14759a8edcf43965d3a3387bcc authored almost 2 years ago by Alemiz <[email protected]>
Fix DONT_FRAG option

51d76f7a3a259d46e4e21bcdb661f521eeecf190 authored almost 2 years ago by Alemiz <[email protected]>
Fix error with old netty versions

400bd291920a8473003356f24bcc36745a305353 authored almost 2 years ago by SupremeMortal <[email protected]>
Add don't fragment support

f231b1f82d1269da545e5ef34822978ac6b88fe7 authored almost 2 years ago by SupremeMortal <[email protected]>
(fix): skip gpg sign and bump version

40f39ec9be7c341538cc0437d98018042ca63f9f authored about 2 years ago by Lobo Metalúrgico <[email protected]>
(feat): update netty and release snapshot

1e2e85ad7d0d1665a058c7b29e368e8207d436bb authored about 2 years ago by Lobo Metalúrgico <[email protected]>
Merge remote-tracking branch 'upstream/develop'

c7bf37b60130850be24ed7ac89fc7b71b4b7a042 authored about 2 years ago by Lobo Metalúrgico <[email protected]>
Increase stale datagrams count

When sending larger packets it seems like connections with slower speeds can hit 216 stale datag...

b3692b6b01d3aaa3c4e29ad7aa9943914a725e55 authored about 2 years ago by Alemiz <[email protected]>
Update libs and release v1.6.28-PN.3

43846ec907ead89714e3e702e50ad343c5bdf61e authored over 2 years ago by joserobjr <[email protected]>
Release v1.6.28-PN.2

4224d081a5b2d26931c9753bbf9faf94d7c0d573 authored over 2 years ago by joserobjr <[email protected]>
Merge remote-tracking branch 'origin/master'

c3a73fb9235f78cfc0ab3b07a69c512a0cdf1953 authored over 2 years ago by joserobjr <[email protected]>
Release v1.6.28-PN.1

42fd0345187aeb0825c54b189cd66279697ea9e6 authored over 2 years ago by joserobjr <[email protected]>
Merge pull request #2 from Gabriel8579/protocol-version

Protocol version

95b37840e8692a0514451bcf6655aade3f274c36 authored over 2 years ago by joserobjr <[email protected]>
Merge branch 'develop' of https://github.com/CloudburstMC/Network into update-protocol

22b5de6fbc010881d0634643fa60265dd06d09d6 authored over 2 years ago by Gabriel8579 <[email protected]>
Fix several datagram resend bugs (#26)

Fix issues caused by datagram acknowledge mistakes

6cdcaf5dcd01c622052cd9ac2f09bd70f297ab96 authored almost 3 years ago by Alemiz <[email protected]>
Fix typo

ff35c7bf1af0e4e91a9ce5a9f89af8f37462b7af authored almost 3 years ago by Alemiz <[email protected]>
Do not call onUnhandled method for handled datagrams

bdf4afbda73b2e34c88b0932e99980feb2fb52b4 authored almost 3 years ago by Alemiz <[email protected]>
Correct datagramReadIndex calculation

71eee844c5799eedede92ae4dce33b10b7fb5c20 authored almost 3 years ago by Alemiz <[email protected]>
Some small improvements (#1)

c42283f10630d9862bb6af6642184c635dbe4599 authored almost 3 years ago by Metehan Gezer <[email protected]>
Merge branch 'develop' into ack-fixes

75db8be7701c1fef7245d7eb5e07c8de1f9b3707 authored almost 3 years ago by Alemiz112 <[email protected]>
Send ACKs all the time

Disable shouldSendAcks() as we always want to send out some nacks. Instead we might limit the se...

fd5b6eafcd4086e85edb923704fd2f09476119f2 authored almost 3 years ago by Alemiz <[email protected]>
Fix regression in HAProxy protocol handling

3d38d50d4360d1dd3f48683eed8a43c5d2e6a139 authored almost 3 years ago by Camotoy <[email protected]>
Merge remote-tracking branch 'cloudburst/develop'

# Conflicts:
# pom.xml

0cd1cd4800bb6529cdcccea850b8f9a6bdd1122f authored almost 3 years ago by joserobjr <[email protected]>
Send ACK datagrams first

18486ce9948ddc8e2887782abaacab16002faa4f authored almost 3 years ago by Alemiz112 <[email protected]>
Do not consider same datagram as ack and nack

53a20778532284411152c119b183d5ae6fd43a0c authored almost 3 years ago by Alemiz112 <[email protected]>
Custom ThreadFactories usage in ChannelType

be50a07fd327df4d774ec19c6b38ba89a66057d7 authored almost 3 years ago by Alemiz112 <[email protected]>
Cleanup EventLoops class

- Expose more information from ChannelType enum
- Do not start commonGroup unless required

119a12060f21f5bcd3ab13b9d7e8ffe0a3f8c178 authored almost 3 years ago by Alemiz112 <[email protected]>
Bump netty to 4.1.70.Final

ade7745fee2265dd7336ff385677a63b87240873 authored almost 3 years ago by Alemiz112 <[email protected]>
Merge remote-tracking branch 'cloudburst/develop'

# Conflicts:
# common/pom.xml
# pom.xml
# query/pom.xml
# raknet/pom.xml
# rcon/pom.xml

b17b9f61c5570ac3d139b3b409648fc073cc59ee authored about 3 years ago by joserobjr <[email protected]>
Prevents Stale Datagrams from exhausting server memory (#25)

* Prevents Stale Datagrams from exhausting server memory

This path caps the maximum allowed S...

dbcb2ed5edfa5b33464a46553a1ac8d0b9edd7c6 authored about 3 years ago by R+ <[email protected]>
Bump version to 1.6.28-SNAPSHOT

3b0e3777d2e51e8605622d721be4dbb7059788c1 authored about 3 years ago by SupremeMortal <[email protected]>
Cap split parts to 2048

828a52d410fba990330b119c5eb0646d35400f1d authored about 3 years ago by SupremeMortal <[email protected]>
Add automatic module names

d810c7f5414df873c16710d9452d00f0a6af7be8 authored about 3 years ago by SupremeMortal <[email protected]>
Fix artifactory resolvers

fad715adc5209ec8f1f8f556f9693e982eee4565 authored about 3 years ago by SupremeMortal <[email protected]>
Fixes merge issues

5446e61ce0e0d64cc66efa369fda7bfdf7c91fdf authored about 3 years ago by joserobjr <[email protected]>
Merge remote-tracking branch 'origin/master'

# Conflicts:
# raknet/src/main/java/com/nukkitx/network/raknet/RakNetServer.java

9bbbbf407f40200b1b0ad8069f8c3e15e259a059 authored about 3 years ago by joserobjr <[email protected]>
Merge remote-tracking branch 'cloudburst/develop'

805f9712ce155da1544ad8af22f683952e3de671 authored over 3 years ago by joserobjr <[email protected]>
Merge remote-tracking branch 'nukkitx/develop'

# Conflicts:
# common/pom.xml
# pom.xml
# query/pom.xml
# raknet/pom.xml
# raknet/src/main/java/...

c957734edc52948d9c2ed2217003d1e61e0e78e7 authored over 3 years ago by joserobjr <[email protected]>
Merge pull request #23 from Alemiz112/improvements-and-metrics

Implement simple metrics, design simple pipeline & small code cleanup

4f1bf8a09e2b0f0422640c387f78003c002edd43 authored over 3 years ago by SupremeMortal <[email protected]>
Possibly fix session being closed too early

7da272737f5df097a0eddd63a95062e8e22c3543 authored over 3 years ago by Alemiz112 <[email protected]>
Merge remote-tracking branch 'nukkitx/develop'

497d2b31e188c622a2262391c17aecb631d2666e authored over 3 years ago by joserobjr <[email protected]>
Bump version

17b75277d3ff58d9bafc3092eef6b3d6d375c860 authored over 3 years ago by Alemiz112 <[email protected]>
Stuff

23a26a64e6ab96ee3de56d7c5664f2a8b92235c3 authored over 3 years ago by Alemiz112 <[email protected]>
Drop packet instead of ignoring when blocked

87633d77c75fd78d91ef9e1c067f36c81fcba984 authored over 3 years ago by Alemiz112 <[email protected]>
Cleanup and improvements

f347215c7dba5bb257660b68d9ba7b2a9e2738c1 authored over 3 years ago by Alemiz112 <[email protected]>
Implement offline ping resend attempts

b66ed383792d50ab910ca97916d43785e3bba2e7 authored over 3 years ago by Alemiz112 <[email protected]>
Include stale datagrams count in metrics

6935e5e9539a396190b5b29be43112834ab73910 authored over 3 years ago by Alemiz112 <[email protected]>
More stuff

66ab979f70ffd2824f35647834412ff462cf9f00 authored over 3 years ago by Alemiz112 <[email protected]>
Stuff

f594e6cc7de0681405aad176412e1764cace4d2c authored over 3 years ago by Alemiz112 <[email protected]>
Outbound handler shouldnt be sharable

569e02a001e77f91ecc4df31c3acfa4a3cb5d314 authored over 3 years ago by Alemiz112 <[email protected]>
Metrics

9a2901aa3b31a5b958bcaec266523220711a957e authored over 3 years ago by Alemiz112 <[email protected]>
Small cleanup, design simple pipeline

a2f7e1f63ee282e62c4c34d9d750f2881055beee authored over 3 years ago by Alemiz112 <[email protected]>
Make sure 'close0' is called after disconnect notif is sent (#22)

7f239cadbc44444a227e5ac9f54d584155a2f93a authored over 3 years ago by Alemiz <[email protected]>
Merge remote-tracking branch 'nukkitx/develop'

# Conflicts:
# raknet/src/main/java/com/nukkitx/network/raknet/RakNetServer.java

2637b3380306e9d92f6acc672d359c8ef4af73fb authored over 3 years ago by joserobjr <[email protected]>
RakNet server HAProxy protocol support (#18)

* Add PROXY protocol support

PROXY header decoding utilities are based on netty-codec-haproxy...

a94d2dd011097bb928c4210f4c0ae51b0a7a6962 authored over 3 years ago by Mark Vainomaa <[email protected]>
Merge remote-tracking branch 'nukkitx/develop'

# Conflicts:
# common/pom.xml
# pom.xml
# query/pom.xml
# raknet/pom.xml
# rcon/pom.xml

313b46968e2d2758b02534411a6f70b60bdd5f86 authored over 3 years ago by joserobjr <[email protected]>
Use artifactory jenkins plugin

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

0498bf3595be8467c563da5da72f5c96d59e94c4 authored almost 4 years ago by SupremeMortal <[email protected]>
Remove stale datagram logging

7b68a77de91ac057b840d184ccaf97d79ac22eb5 authored almost 4 years ago by SupremeMortal <[email protected]>
Bump to 1.6.26-SNAPSHOT

38c1e87a7185bc3aa877a189950ce4ce502d4aad authored almost 4 years ago by SupremeMortal <[email protected]>
Merge pull request #20 from Alemiz112/next-mirror

Several improvements

45ddfe24145b939b82febb4f4fdba7376453de0e authored almost 4 years ago by SupremeMortal <[email protected]>
Allow disconnectionNotification to be sent

1b30447c7f604204888561f7a7045598944337fe authored almost 4 years ago by Alemiz112 <[email protected]>
Don't block thread why closing client by default

384a8c6116ee33c20b6b4171a93114e1e934c0ec authored almost 4 years ago by Alemiz112 <[email protected]>
Do not init heap weights during deinitialize

779741a8733fe4f8576bf98d0043eb37a1a603cf authored almost 4 years ago by Alemiz112 <[email protected]>
Close session with client

30cb7d11ddfed365d26efeebdeffd8a52bc2b4b9 authored almost 4 years ago by Alemiz112 <[email protected]>
Allow RakClient to use bind address assigned by netty

eda0c52858985f9034a3795160b6d66b1a15009a authored almost 4 years ago by Alemiz112 <[email protected]>
Make isClosed() thread safe & small stuff

a3f72a4c120e8cb54ce21a7d754b4fb2a6610885 authored almost 4 years ago by Alemiz112 <[email protected]>
Merge remote-tracking branch 'nukkitx/master'

# Conflicts:
# common/pom.xml
# pom.xml
# query/pom.xml
# raknet/pom.xml
# rcon/pom.xml

673131133b4793e314cce7dfb95f00865aaed217 authored almost 4 years ago by joserobjr <[email protected]>
1.6.25 release

607c81b9b4194d1bdadb2801eb795ca061081a4f authored almost 4 years ago by SupremeMortal <[email protected]>
Fix leaks, race conditions and performance issues

3ecb5bc54c2e4e30c2265201541abcb83cdb5dcd authored almost 4 years ago by SupremeMortal <[email protected]>
RakNetClient: close socket channel when closed (#19)

a5f1e05eac8e21c67e5e30783c17db393b199487 authored almost 4 years ago by Emre Yavuzyiğit <[email protected]>
Release bedrock network 1.6.25-PN

17963fc28e202f001d75908d36050b4010ab5b52 authored almost 4 years ago by joserobjr <[email protected]>
Update lombok and ignores javadoc errors

b80ba07216b19211758ad055b4d725f4148b5fb0 authored almost 4 years ago by joserobjr <[email protected]>
Add the maven-release-plugin to the pom.xml

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

# Conflicts:
# common/pom.xml
# pom.xml
# query/pom.xml
# raknet/pom.xml
# rcon/pom.xml

53a7e4e3aad06175f4098c429e43455384281e16 authored almost 4 years ago by joserobjr <[email protected]>
Account for malformed request

The first fix did not work as the hive sends a malformed IPv6 address with what appears to be no...

98b76eb61be45e2c9dfd871b305cf4abcaad071a authored almost 4 years ago by SupremeMortal <[email protected]>
Fix client connection for the hive

Not sure why they send the alternative IP protocol to what the connection is taken place over bu...

fe48a743424973091dd3d55d2a3902d62c89af90 authored almost 4 years ago by SupremeMortal <[email protected]>
Move pong handling onto the same thread

98a083dbe6e8d98e8b163427871c9bfb126db5e3 authored almost 4 years ago by SupremeMortal <[email protected]>
Bump to 1.16.25-SNAPSHOT

971fafa088e37b0dfc23211c4561edca1bb8a14d authored almost 4 years ago by SupremeMortal <[email protected]>
1.6.24 release

- Add RakNetSession.getChannel() method

c70f5b9908964859200f2075bafa388cd9f06536 authored almost 4 years ago by SupremeMortal <[email protected]>
1.6.23 release

22da566899fc37cb46c025120e38a67cc15b26ce authored almost 4 years ago by SupremeMortal <[email protected]>
Fix NPE in RakNetClient ticking

e085fcb579bc77bd1f21284fa8f29affc533da39 authored almost 4 years ago by SupremeMortal <[email protected]>
Remove ping entry when pong received

a360fe9aaeee6b0a68c9af8dad044706e92dd475 authored almost 4 years ago by SupremeMortal <[email protected]>
Bump to 1.6.23-SNAPSHOT

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

6ef2e0c5c23bd128b234ad83170e670512293e9b authored almost 4 years ago by SupremeMortal <[email protected]>
Fixed stuck on first connection request (#17)

* RakNetServer: Fixed stuck on first connection request

8c3b2e103ba291ced2ba2576913b523d2196db59 authored almost 4 years ago by Emre Yavuzyiğit <[email protected]>
Fixes exception when dumping data

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

# Conflicts:
# common/pom.xml
# pom.xml
# query/pom.xml
# raknet/pom.xml
# rcon/pom.xml

aeb2964049d378c56992f5d0a01e86cd7ce032a9 authored almost 4 years ago by joserobjr <[email protected]>
1.6.22 release take two

b65b013940f4fe3b996c89c11d72b05744194913 authored about 4 years ago by SupremeMortal <[email protected]>
1.6.22 release

209cf70d29d7a1b9879b3110b3d101e2a5a60d94 authored about 4 years ago by SupremeMortal <[email protected]>
Exception handlers & Modifiable timeout (#15)

* Make the Session Timeout configurable for each individual RakNetSession, SESSION_TIMEOUT_MS as...

2be32167be461b65ca1fd4ea65d3062fa6822cea authored about 4 years ago by Tobias G <[email protected]>
Fix #14

6693ef956f780a51477249ca65a2869ad4eda735 authored about 4 years ago by SupremeMortal <[email protected]>
Cleanup eventloop usage

bb34f2b9ddeacdcf917325c67e8cc6db2a6574b7 authored about 4 years ago by SupremeMortal <[email protected]>
Bump to 1.6.22-SNAPSHOT

12ca8b3772d708419a59b0fdde4eb3d5fbbca1b4 authored about 4 years ago by SupremeMortal <[email protected]>
1.16.21

- Attempt to fix memory leak by moving all operations onto the channel thread in order to stop a...

96e6745112341b8bbe3fcafd6ddf167c1b84edca authored about 4 years ago by SupremeMortal <[email protected]>
Updates netty and add more traces

ef28d455356126239b3e7b749e683d21d23596e6 authored about 4 years ago by joserobjr <[email protected]>
Fixes snapshot releases

85a48ff72b1f53a96cb0f8cdb47ed5587ec2ca71 authored about 4 years ago by joserobjr <[email protected]>
Fixes an YAML error

c1f7b5a245b2241efd8e6ec32aa912f6a3ebd4f8 authored about 4 years ago by joserobjr <[email protected]>