updated readme
parent
71df883a84
commit
35673047a2
|
@ -17,7 +17,7 @@
|
||||||
* [ ] put the port of the GUI here or in a new file?
|
* [ ] put the port of the GUI here or in a new file?
|
||||||
* __mchandler.py__
|
* __mchandler.py__
|
||||||
* [ ] add a launch function using the access token
|
* [ ] add a launch function using the access token
|
||||||
* [ ] add a function to verify a given access token
|
* ~~[ ] add a function to verify a given access token~~
|
||||||
* [ ] add functtions to pass configuration data
|
* [ ] add functtions to pass configuration data
|
||||||
* [ ] launch command (with escape sequences for non-static values (configuration and user data)
|
* [ ] launch command (with escape sequences for non-static values (configuration and user data)
|
||||||
* [ ] RAM amount
|
* [ ] RAM amount
|
||||||
|
@ -37,9 +37,11 @@
|
||||||
* [ ] setup change updates (used to install/uninstall components)
|
* [ ] setup change updates (used to install/uninstall components)
|
||||||
* [ ] add initial mod pack install by applying a setup change update **→** main.py
|
* [ ] add initial mod pack install by applying a setup change update **→** main.py
|
||||||
* __cfghandler.py__
|
* __cfghandler.py__
|
||||||
* [ ] provide read and write functions for config values
|
* [x] provide read and write functions for config values
|
||||||
* [ ] add a function to set the config file path
|
* [x] add a function to set the config file path
|
||||||
* [ ] add functions to load and store the configuration to the file
|
* [x] add functions to load and store the configuration to the file
|
||||||
|
* [ ] implement functions for config updates
|
||||||
|
* [ ] raise adequate exceptions where needed
|
||||||
* __yggdrasil.py__
|
* __yggdrasil.py__
|
||||||
* [x] add a function to verify user credentials and get the access token
|
* [x] add a function to verify user credentials and get the access token
|
||||||
* [x] add a function to verify a given acces token
|
* [x] add a function to verify a given acces token
|
||||||
|
|
Reference in New Issue