Skip to content

Releases: javaherobrine/craftgame-tcp-library

Version 1.4.2

02 Dec 13:33

Choose a tag to compare

New

  • 2 Useful authenticators to be used in proxies or HTTP requests e.t.c.
  • DTLS preview -1 (Can't be used)

Bug Fix

  • Hex view in io.github.javaherobrine.net.ui.SocketUI works correctly in Microsoft Windows now.

Optimization

  • No useless scroll bar in io.github.javaherobrine.net.ui.DatagramSocketUI

Version 1.4.1

24 Nov 16:08

Choose a tag to compare

Bug Fix

Now, your stream won't be incorrectly blocked when you change your stream blocker

GUI

Optimize the "disconnected" GUI

Version 1.4.0

21 Nov 17:14

Choose a tag to compare

Bug Fix:

  • UDP Debugger's view of hex (Issue #2)
  • Wrong implementation in io.github.javaherobrine.net.speed.PacketLosser

New:

  • TCP Stream Blocker in debugger(4 modes)
  • LICENSE, BUGS, CREDITS in debugger
  • Full UDP support in debugger(UDP send, recv, packet size policy,retransmit, multicast,transfer to file, bad network simulation)

Optimization

  • Better Threading Model and UI in TCP debugger

Version 1.3.1

06 Nov 07:17

Choose a tag to compare

Bug Fix

  • Now TCP protocols can be cloned again (javaherobrine/CraftGame)

New

  • License in the debugger
  • Urgent data sender

Version 1.3.0

05 Nov 13:35

Choose a tag to compare

New

  • UDP Client & Protocols(Prototype)
  • Speed Limiter in TCP stream and other I/O streams, and it's installed in the debug tool
  • Binary sender in the debug tool
  • Fixed length & delimiter(2 common protocols) are built-in now
  • AC Automaton

Version 1.2.0

30 Jul 18:17

Choose a tag to compare

  • Remove all implementations
  • Make the framework easier to use

Version 1.1.1

04 Jul 23:29

Choose a tag to compare

Bug Fixes

Fix a bug of TrieNode

New

Add a function in TLSUtils to test TLS in trusted environment.DO NOT USE IT IN THE RELEASES!!!

Legacy

01 Jun 22:50

Choose a tag to compare

LovelyZeeiam/JaroSideCraftGame's distribution
Anyone except LovelyZeeiam should not use this distribution.
because it was rebuilt in the next commit.

Version 1.1.0

30 May 18:35

Choose a tag to compare

Bug Fixes

  • a bug in TLS tools that may cause handshake failure

New

  • Full JSON support
  • File sender in the debug tool
  • Protocol switching

Version 1.0.0

12 May 15:50

Choose a tag to compare

It relys on Java Socket API

  • a simple C/S application framework
  • a TCP debugger
  • a set of tools to create TLS connections easily