Releases: StupidRepo/MCScanner
v1.17p3
Changes
All notable changes to this project will be documented in CHANGELOG.md
.
Added
- Resuming function!
Modified
- ScannerThread checks if IP is in DB before even making a Socket for the IP.
Removed
Nothing has been removed.
TODOs
- Optimise IP generation and inital scanning code.¹
- Optimise code in general.
- Seperate tool for viewing servers in DB. (code is already here (
ServerList
class), just need to make it seperate) -
Make it save what IP it got to when qutting so that it can resume from that IP on next startup. -
Add a GUI for viewing servers in a nice friendly grid.
v1.17p2
Changes
All notable changes to this project will be documented in CHANGELOG.md
.
Added
- Resuming function!
Modified
- ScannerThread checks if IP is in DB before even making a Socket for the IP.
Removed
Nothing has been removed.
TODOs
- Optimise IP generation and inital scanning code.¹
- Optimise code in general.
- Seperate tool for viewing servers in DB. (code is already here (
ServerList
class), just need to make it seperate) -
Make it save what IP it got to when qutting so that it can resume from that IP on next startup. -
Add a GUI for viewing servers in a nice friendly grid.
v1.16
Changes
All notable changes to this project will be documented in CHANGELOG.md
.
Added
Nothing has been added.
Modified
Nothing has been modified.
Removed
- Hits feature, again.
TODOs
- Optimise IP generation and inital scanning code. [1]
- Seperate tool for viewing servers in DB. (code is already here (
ServerList
class), just need to make it seperate) -
Add a GUI for viewing servers in a nice friendly grid.
v1.15
Changes
All notable changes to this project will be documented in CHANGELOG.md
.
Added
- GUI to show all scanned MC servers in database (with sorting, too!)
Modified
- Fixed everything again, but now it's slower. Need to work on a better thread system.
Removed
Nothing has been removed.
TODOs
- Optimise IP generation and inital scanning code. [1]
-
Add a GUI for viewing servers in a nice friendly grid.
v1.14
Changes
All notable changes to this project will be documented in CHANGELOG.md
.
Added
PopupHandler
- stops me from duplicating a bunch of code just for settings.
Modified
- Thread handling has been modified to be (potentially) faster and use less lines of code.
Removed
- Hits feature
v1.13
Changes
All notable changes to this project will be documented in CHANGELOG.md
.
Added
Nothing has been added.
Modified
- Fixed the percentage going over 100%
- Changed thread code a little bit
- Added a "Hits" counter for successfully scanned servers
Removed
Nothing has been removed.
v1.14 patch 2
Changes
All notable changes to this project will be documented in CHANGELOG.md
.
Added
PopupHandler
- stops me from duplicating a bunch of code just for settings.- TODOs to changelog.
Modified
- Thread handling has been modified to be (potentially) faster (again) and use less lines of code.
Removed
- Hits feature
- 1 unused import
- (potentially) more comments
TODOs
- Optimise IP generation and inital scanning code. (1)
v1.12
Changes
All notable changes to this project will be documented in CHANGELOG.md
.
Added
- A menu that allows for configuring the MongoDB URI.
Modified
- Fixed an IllegalStateException (
IllegalStateException: state should be: open
) stopping servers from being saved to the database.
Removed
- Removed a few unnecessary comments and debug outputs.
v1.11
Changes
All notable changes to this project will be documented in CHANGELOG.md
.
Added
- You can now configure how many threads you use upon starting MCScanner.
Modified
- Updated
README.md
- Includes link to the
CHANGELOG.md
file. - Includes notice that says macOS users can just double-click on the
.jar
file. - Updated the requirements.
- Includes link to the
Removed
Nothing has been removed.
v1.10
Changes
All notable changes to this project will be documented in CHANGELOG.md
.
Added
None
Modified
- Fixed the GitHub Workflow.
Removed
None