Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Releases: ReCape/ReCape-Server

v1.1.1

01 Jun 14:48

Choose a tag to compare

Added a model limit so people don't get wise and use the ReCape servers as a cloud storage platform.

v1.1.0

31 May 01:48

Choose a tag to compare

This update improved our back end so we'll hopefully have fewer scaling issues.

We've added:

  • Token expiration (after 30 days, tokens will be invalid and deleted upon an attempted use)
  • Rate limits (Most endpoints now have a rate limit)
  • Model deletion (There's now a new endpoint to delete a model from the servers)
  • Header safety (All header reading now has a default empty string to prevent internal server errors)
  • File size limits (Uploaded capes, model configurations and model textures cannot exceed 8 megabytes)
  • Turned off GUI by default for the Minecraft server
  • The server has fewer included files (and you need to plug in your own Spigot jar as server.jar)

Note that model deletion will not be available unless the client is updated.

v1.0.0

27 May 20:18

Choose a tag to compare

This is the first release of the ReCape server. It functions as intended.

Things we added:

  • A page for the server to notify it's working
  • Support for the OptiFine cape and model APIs
  • Cloaks+ cape integration
  • An extendable API with support for third party clients

Things to expect:

  • The ability to delete models
  • Rate limits and upload limits
  • A banning system
  • Better error handling
  • Returning codes instead of text so language support can be added
  • A news API