Skip to content

Releases: AlexProgrammerDE/SoulFire

ServerWrecker 1.1.0 (Fix multiple bugs & implement more data)

07 Jul 18:36

Choose a tag to compare

This release resolves many issues with the software in multiple areas such as GUI, commands and the CLI mode. It also internally implements more packets and data to allow for more features in the near future.

Changes

9b331ce Fix issues with sending a message and first work on implementing last messages
fa2e4c2 Fix CLI mode instantly shutting down
ec862b7 Add few more things
014b52e Fix license
f545f40 Implelemt sprinting fly speed
d0f2488 More reliably use server provided movement data and also implement basic movement code
d93bf92 Implement EntityEvent and make ServerWrecker more like vanilla
50fd52b Add server status data
b4b0ba3 Implement entity attributes
26c4bb6 Implement entity metadata
a86a6aa Initial work on really implementing entities
586e641 Update dependency gradle to v8.2
a56a987 Update dependency com.google.guava:guava to v32.1.1-jre
b5dcbec Update dependency com.google.guava:guava to v32.1.0-jre
f196ccd Update dependency org.apache.maven:maven-model to v4.0.0-alpha-7
16fffb0 Improve pathfinding capabilities by solid ground checks and also fix not solid blocks checks
58ada86 Update ids to 1.20
b0092c0 Fix protocol version rendering
73d19f3 Update bedrock support
1f84ad1 Update version info
17cd75d Prevent SRV lookup on bedrock and improve gameprofile a little bit
083958b Fully implement accounts into profiles and add account data to the user connection
11fd353 First work on implementing bedrock auth
0d264cc Improve pathfinding by allowing walking half a block
02f8abd Use aspect ratio for the window
a5293dc Fix not being able to disable auto jump
15b9b95 Add network statistics
02b5489 Update dependency net.raphimc:ViaLoader to v2.2.7
3d0e544 Improve README
44b05e3 Use trace instead
11244be Fix old version online-mode issues!
b2b379c Cleanup and add a bit more debug log
96e431f Update dependency org.mockito:mockito-core to v5.4.0
88dd9d9 Implement more pathfinding code
fa8b9e6 Prepare implementing basic astar pathfinding
7340c16 Implement the old auth provider
54e86c0 Fix window sizes a bit
f9f79d7 Improve some GUI code

ServerWrecker 1.0.1 (Fixes and improvements)

14 Jun 12:47

Choose a tag to compare

This release adds a few fixes to various sections of the software. There is also a GitHub update checker now!

Changes

373b09c Update dependency org.knowm.xchart:xchart to v3.8.4
a024b13 Import XChart and do some cleanups
249d957 Log errors more informatively
29d2173 Use threadpool to save log to not block the awt thread
88ace23 Remove all classifier
f977eff Import all javafx platforms
521d353 Only update XToolkit when present
09c4afc Add message log panel context options
8d85a2f Only jump when on ground
b41b896 Fix build
6f03b0b Update plugin edu.sc.seis.launch4j to v3.0.3
51c5021 Fix nightly artifacts
c6ba7a3 Cleanup attack starting and also make max concurrent connects configurable
1715809 Prevent reconnect attempts if the eventloopgroup is terminated
bfecc20 Fixup thread issues and update demo image
83220a9 Improve log panel and also add error when using tcp-only proxy with bedrock
d36ad7f Move a lot of log to debug to reduce spam
5f87f02 Better manage the event loop group and fix stopping the attack
cc330ee Improve some stuff
4d18489 Update some information
24947b2 Add GitHub version checker

ServerWrecker 1.0.0 (First release!)

10 Jun 11:18

Choose a tag to compare

This is the first-ever public release of ServerWrecker. This project has been in development for ~2 years and has matured enough to have its public release. ServerWrecker is capable of attacking almost any type of server and as of right now has 7 integrated addons and allows external plugins to build their own logic. Future releases will improve the addon support and I've got a lot more plans for the future of this project. Stay tuned!

This release includes the main jar file and two archives with scripts to execute the jar, which can be useful if you have trouble executing the main jar file.

Prerelease 0.0.2

28 May 14:13

Choose a tag to compare

Prerelease 0.0.2 Pre-release
Pre-release

Second prerelease. This time around I've dropped a few Minecraft versions to make maintaining this project easier and also updated to support 1.18.2. Happy stress testing!

Prerelease 0.0.1

03 May 18:56

Choose a tag to compare

Prerelease 0.0.1 Pre-release
Pre-release

FIrst prerelease. This software is not yet production ready, but core mechanics are working. I will try to expand and improve in the next few weeks whenever possible. Thanks for considering using this tool!