Update TODOs

This commit is contained in:
Maxim Khomutov 2023-07-10 22:10:56 +03:00
parent 71b6e7d9a4
commit 6367f1265d

View File

@ -7,16 +7,17 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
## TODOs ## TODOs
- [ ] Server core - [ ] Server core
- [ ] BEAMP System
- [x] Private access without key
- [ ] Server authentication (For public access)
- [X] Player authentication
- [ ] TCP Server part: - [ ] TCP Server part:
- [x] Handle code - [x] Handle code
- [x] Understanding beamp header - [x] Understanding beamp header
- [X] Authorization
- [ ] Upload mods - [ ] Upload mods
- [ ] Private server
- [ ] Server authentication in BEAMP System
- [x] Connecting to the world - [x] Connecting to the world
- [x] Chat - [x] Chat
- [ ] ABG: (compressed data) - [ ] "ABG:" (compressed data)
- [x] Decompress data - [x] Decompress data
- [ ] Vehicle data - [ ] Vehicle data
- [ ] Players synchronizations - [ ] Players synchronizations
@ -28,10 +29,12 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
- [x] Events System - [x] Events System
- [x] Plugins support - [x] Plugins support
- [x] MultiLanguage (i18n support) - [x] MultiLanguage (i18n support)
- [ ] HTTP REST API Server
- [ ] Console: - [ ] Console:
- [x] Tabulation - [x] Tabulation
- [ ] _(Deferred)_ Normal text scroll - [ ] _(Deferred)_ Normal text scroll
- [x] [Documentation](docs/readme.md) - [x] MultiLanguage (i18n support)
- [ ] [Documentation](docs/readme.md)
## Installation ## Installation