Skip to content

Releases: Sitrica/Japson

1.1.4

07 Sep 01:19
841bc3e
Compare
Choose a tag to compare
  • Changed all InetAddress to InetSocketAddress.
  • Fixed null pointers on unresolved address.
  • Added spam limit for incoming packets.
  • Added method to get ignored packets by ID.

1.1.3

23 Sep 19:44
9bbcaad
Compare
Choose a tag to compare

Fixed the client not being able to continue when the server has been restarted.

1.1.2

22 Jul 21:23
c16dc53
Compare
Choose a tag to compare
  • Fix critical bug with the makeSureConnectionValid method

1.1.0

16 Jul 23:27
d232bc4
Compare
Choose a tag to compare
  • Made sendPacket methods for single fire and forget packets (QUIC style)
  • The chaining methods returning the JapsonClient or JapsonServer object, are now present for the main setup methods to make a chaining.

1.0.9

10 Jul 07:24
4bee089
Compare
Choose a tag to compare
  • Fixed the heartbeat and JapsonConnections taking into account the correct port.
  • Fixed Heartbeat being in seconds rather than milliseconds.
  • Added a timeout for the sockets.
  • Added a method to add ignored packets in the debug for the JapsonServer.