2021-12-26 01:01:51 +01:00
|
|
|
# Notes
|
|
|
|
|
2021-12-29 00:37:50 +01:00
|
|
|
## Environment
|
|
|
|
|
|
|
|
- `build` script in `package.json` is configured for `Visual Studio 2022`'s special needs.
|
|
|
|
Building the server project will not work otherwise.
|
|
|
|
|
2021-12-26 01:01:51 +01:00
|
|
|
## Implementation
|
|
|
|
|
|
|
|
- EFT http request / response does not respect headers, data is always zlibbed
|
|
|
|
- EFT's websockets url is unique due to the last part of the address being the sessionId.
|
|
|
|
|
|
|
|
## Todo
|
|
|
|
|
2021-12-29 17:41:45 +01:00
|
|
|
- Launcher
|
|
|
|
- [ ] implement bytepatcher
|
|
|
|
- Modules
|
|
|
|
- [ ] initial patches
|
|
|
|
- Server
|
|
|
|
- [ ] update diagrams
|
|
|
|
- [ ] build (server)
|
|
|
|
- [ ] http request handling (Server)
|
|
|
|
- [ ] comment code (server)
|
|
|
|
- [ ] implement minimal requests
|
|
|
|
- [ ] get into the main menu
|
|
|
|
- [ ] implement regex support for urls
|