December 2022 (Week 1)
+ Server tested on Python 3.11
+ Refactored some client behaviors to better fit the authoritative server model
+ Client now performs data resync when client encounters disagreement from server (eg attempt to equip inventory item you dont own)
+ Compiled client for Linux and Windows in Nuitka for testing
+ Added Santa-like NPC type and some Christmas themed items
+ SIEM alerts testing
+ Key remap logically implemented, still need to make in-game GUI options
- Need to debug a Rabbyt OpenGL issue for client python 3.9 port or migrate to Pyglet2- I will wait for future client refactor for now
- Resolved crypto library compile issue with Nuitka