Skip to content

Releases: StupidRepo/MCScanner

v1.17p3

19 Jul 14:24
Compare
Choose a tag to compare

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

19 Jul 07:00
Compare
Choose a tag to compare

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

17 Jul 20:54
Compare
Choose a tag to compare

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

17 Jul 20:16
Compare
Choose a tag to compare

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

17 Jul 15:25
Compare
Choose a tag to compare

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

17 Jul 07:03
Compare
Choose a tag to compare

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

17 Jul 19:14
Compare
Choose a tag to compare

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

16 Jul 20:35
Compare
Choose a tag to compare

Changes

All notable changes to this project will be documented in CHANGELOG.md.

Added

  • A menu that allows for configuring the MongoDB URI.

MongoDB menu screen thingy

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

16 Jul 18:54
Compare
Choose a tag to compare

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.

Image of thread menu

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.

Removed

Nothing has been removed.

v1.10

16 Jul 18:14
Compare
Choose a tag to compare

Changes

All notable changes to this project will be documented in CHANGELOG.md.

Added

None

Modified

  • Fixed the GitHub Workflow.

Removed

None