Releases: javaherobrine/craftgame-tcp-library
Releases · javaherobrine/craftgame-tcp-library
Version 1.4.2
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.SocketUIworks correctly inMicrosoft Windowsnow.
Optimization
- No useless scroll bar in
io.github.javaherobrine.net.ui.DatagramSocketUI
Version 1.4.1
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
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
Bug Fix
- Now TCP protocols can be cloned again (javaherobrine/CraftGame)
New
- License in the debugger
- Urgent data sender
Version 1.3.0
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
- Remove all implementations
- Make the framework easier to use
Version 1.1.1
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
LovelyZeeiam/JaroSideCraftGame's distribution
Anyone except LovelyZeeiam should not use this distribution.
because it was rebuilt in the next commit.
Version 1.1.0
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
It relys on Java Socket API
- a simple C/S application framework
- a TCP debugger
- a set of tools to create TLS connections easily