The rust powered Endless Online server emulator
404 - Page not found
Click here to go home.
Recent changes
- Bump chrono from 0.4.43 to 0.4.44 GH-274
- Bump chrono from 0.4.43 to 0.4.44
- Add support for SQLite GH-276
- Update readme
- Review fixes
- Fail early if db setup fails at startup
- configurable database name for sqlite
- Remove unused param
- Use prepared statements
- Refactor character load
- Adust dockerfile and dist config
- Actually implement transactions and add tests
- Fix migration script and mysql int/date parsing
- Add cli options for migrate and install
- Fix table/column names in queries
- Remove db-init
- break everything
- Add generic db actor and sqlite driver
- Improve dockerfile GH-273
- Run as non-root