Update TODOs

This commit is contained in:
Maxim Khomutov 2023-07-24 05:16:25 +03:00
parent 28386a0300
commit 4c7f5ac14b

View File

@ -33,14 +33,6 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
- [x] Ping - [x] Ping
- [x] Position synchronizations - [x] Position synchronizations
- [x] Additional: - [x] Additional:
- [ ] RCON System:
- [ ] Serving
- [ ] Client
- [ ] SSL encryption
- [ ] KuiToi System
- [ ] Servers counter
- [ ] Players counter
- [ ] Etc.
- [x] Logger: - [x] Logger:
- [x] Just logging - [x] Just logging
- [x] Log in file - [x] Log in file
@ -75,6 +67,14 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
- [x] Configure FastAPI logger - [x] Configure FastAPI logger
- [ ] Sync with event system - [ ] Sync with event system
- [ ] Add methods... - [ ] Add methods...
- [ ] RCON System:
- [ ] Serving
- [ ] Client
- [ ] SSL encryption
- [ ] KuiToi System
- [ ] Servers counter
- [ ] Players counter
- [ ] Etc.
- [ ] [Documentation](./docs/) - [ ] [Documentation](./docs/)
## Installation ## Installation