Update TODOs

This commit is contained in:
Maxim Khomutov 2023-07-24 05:14:46 +03:00
parent 8140b3347a
commit 28386a0300

View File

@ -6,7 +6,7 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
## TODOs ## TODOs
- [x] Server core - [x] Server core:
- [x] BeamMP System: - [x] BeamMP System:
- [x] Private access (Without key, Direct connect) - [x] Private access (Without key, Direct connect)
- [x] Public access (With key, listing in Launcher) - [x] Public access (With key, listing in Launcher)
@ -26,18 +26,22 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
- [x] Delete cars - [x] Delete cars
- [x] Edit cars - [x] Edit cars
- [x] Reset cars - [x] Reset cars
- [x] "ABG:" (compressed data) - [x] "ABG": (compressed data)
- [x] Decompress data - [x] Decompress data
- [x] Compress data - [x] Compress data
- [x] UDP Server part: - [x] UDP Server part:
- [x] Ping - [x] Ping
- [x] Position synchronizations - [x] Position synchronizations
- [x] Additional: - [x] Additional:
- [ ] RCON System:
- [ ] Serving
- [ ] Client
- [ ] SSL encryption
- [ ] KuiToi System - [ ] KuiToi System
- [ ] Servers counter - [ ] Servers counter
- [ ] Players counter - [ ] Players counter
- [ ] Etc. - [ ] Etc.
- [x] Logger - [x] Logger:
- [x] Just logging - [x] Just logging
- [x] Log in file - [x] Log in file
- [x] Log history (.1.log, .2.log, ...) - [x] Log history (.1.log, .2.log, ...)
@ -45,13 +49,13 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
- [x] Tabulation - [x] Tabulation
- [x] History - [x] History
- [x] Autocomplete - [x] Autocomplete
- [x] Events System - [x] Events System:
- [x] Call events - [x] Call events
- [x] Create custom events - [x] Create custom events
- [x] Return from events - [x] Return from events
- [x] Async support - [x] Async support
- [ ] Add all events - [ ] Add all events
- [x] Plugins supports - [x] Plugins supports:
- [x] Python part: - [x] Python part:
- [x] Load Python plugins - [x] Load Python plugins
- [x] Async support - [x] Async support
@ -62,11 +66,11 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
- [x] MP Class - [x] MP Class
- [x] Util class - [x] Util class
- [x] FS class - [x] FS class
- [x] MultiLanguage (i18n support) - [x] MultiLanguage: (i18n support)
- [ ] Core - [ ] Core
- [x] Console - [x] Console
- [x] WebAPI - [x] WebAPI
- [ ] HTTP API Server (fastapi) - [ ] HTTP API Server: (fastapi)
- [x] Stop and Start with core - [x] Stop and Start with core
- [x] Configure FastAPI logger - [x] Configure FastAPI logger
- [ ] Sync with event system - [ ] Sync with event system