diff options
-rw-r--r-- | TODO.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..224b992 --- /dev/null +++ b/TODO.md @@ -0,0 +1,7 @@ +Major TODO items: + +-[ ] Global config file + random password instead of hardcoded. + Having a hardcoded password provides no security benefit over no password. +-[ ] World keys (same friend code for the world, across play sessions) + -[ ] Encrypted with global key, avoids accidentally leaking them. + "Friend Code Type: [World/Session]" |