lodestone_core icon indicating copy to clipboard operation
lodestone_core copied to clipboard

The backend for Lodestone, A free, open source server hosting tool for Minecraft and other multiplayers

Results 33 lodestone_core issues
Sort by recently updated
recently updated
newest added

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.45 to 0.10.48. Release notes Sourced from openssl's releases. openssl v0.10.48 What's Changed Fix LibreSSL version checking in openssl/ by @​alex in sfackler/rust-openssl#1851 Skip a test that...

dependencies

I've been trying to use Lodestone for some of my servers, but ran into the following issue: Upon creation of a new instance, lodestone asks which flavour to use: vanilla...

# Intention: CI does not run any test right now. CI should run `cargo test` before running `cargo run`. CI should fail if `cargo test` fails. # Why is it...

- [x] Display the current port - [x] Instruct the user to open `https://lodestone.cc` and enter info - [x] Instruct the user to open port - [ ] Display its...

enhancement

# Description For ex, `get_vanilla_jar_url`, `get_fabric_jar_url` etc all return options. Result would be preferable in this case since there are multiple points of potential failure in the function

# Description Add file watcher to `server.properties` and maybe `.lodestone_config` file to watch changes and update core's internal state. Relevant crate: https://github.com/notify-rs/notify # Steps to reproduce (optional)

# Description Add Minecraft Bedrock server instance support. https://help.minecraft.net/hc/en-us/articles/4408873961869-Minecraft-Dedicated-and-Featured-Servers-FAQ-#h_01GK57JW8ACHQ0187971GFNZSK Shouldn't be hard, the only real issue I can see is the `LD_LIBRARY_PATH` env var on Linux.

enhancement

# Intention: Title. # Why is it necessary: Trivial. - [x] #30 - [ ] #29 - [x] #28 - [ ] #27 - [x] #26

Bumps [bzip2](https://github.com/alexcrichton/bzip2-rs) from 0.4.3 to 0.4.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bzip2&package-manager=cargo&previous-version=0.4.3&new-version=0.4.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

# Intention: Testing on Lodestone right consists of limited unit testing. We should test on the HTTP level with real AppState and HTTP requests # Why is it necessary: HTTP...