Rewrite of Geoffrey in Rust
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joey Hines 333329c631
ci/woodpecker/push/woodpecker Pipeline failed Details
Added local api server + geoffrey_cli
+ Local api server is designed to allow local access to Geoffrey without a token
+ Uses a unix domain socket, allowing permissions to be handled by the OS
+ Started work on a tool to exploit this, geoffrey-cli
1 year ago
figures Initial database implementation 2 years ago
geoffrey_api Added local api server + geoffrey_cli 1 year ago
geoffrey_bot Misc cleanup 1 year ago
geoffrey_cli Added local api server + geoffrey_cli 1 year ago
geoffrey_db Misc cleanup 1 year ago
geoffrey_models Added local api server + geoffrey_cli 1 year ago
.gitignore Removed bot_config.toml from git 2 years ago
.woodpecker.yml Updated CI to woodpecker 1 year ago
ARCHITECTURE.md Initial database implementation 2 years ago
Cargo.lock Added local api server + geoffrey_cli 1 year ago
Cargo.toml Added local api server + geoffrey_cli 1 year ago
LICENSE Initial commit 2 years ago
README.md Added local api server + geoffrey_cli 1 year ago

README.md

Geoffrey: A Location Database for Minecraft Servers

Geoffrey was created to be an information source for base and shop locations on Minecraft severs. Geoffrey can track bases, shops, items for sale, tunnels, towns, public farms and more!

This is the third complete rewrite version of Geoffrey. V3 focuses on improving the API, adding new features, and moving to Rust.

This version is still very early in development and things are very likely to change.

Project Layout

  • geoffrey_models: Models used throughout Geoffrey, split into their own library for reuse.
  • geoffrey_db: Wrapper around Sled that implements the database functionality. (This is subject to change a lot)
  • geoffrey_api: API wrapper around the database to provide data to the website, bot, plugin, etc. It will implement the command API and the model API. A lot of Geoffrey's logic is implemented here.
  • geoffrey_bot: Discord bot for Geoffrey. Uses serenity
  • 'geoffrey_cli`: CLI tool for interacting with Geoffrey locally or on a remote server.

License

License