The rust powered Endless Online server emulator
404 - Page not found
Click here to go home.
Recent changes
- Fix: prevent depositing lore items into chests GH-291
- Add trade guards to more handlers
- Fix clippy warnings
- Fix: prevent depositing lore items into chests
- Version bump
- Fix: Short packets panic over TCP GH-290
- fix: improve error handling for short packets and simplify error messages
- Fix crashes GH-289
- Remove SQL migration files from Dockerfile copy command
- Add unique character name constraint
- feat: implement database migration system and update README instructions
- Make recv safer
- Add default value
- Change to per character tick based usage
- Make close safer by caching name/guild_tag in player. Fix usage calculation.
- refactor: streamline player map leaving logic and improve error handling
- refactor: optimize email normalization by reusing compiled regex
- refactor: improve account name validation by ensuring it is not empty
- Version bump
- Update dependencies