7 Commits

Author SHA1 Message Date
Aaron Suen
e3028a8971 Simplify opt-out. 2019-01-26 20:28:00 -05:00
Aaron Suen
4732010c83 Reduce HTTP traffic to a very quiet level. 2019-01-26 18:52:51 -05:00
Aaron Suen
1dbdc6c7bf Fix a player name anonymization leak. 2019-01-26 18:51:58 -05:00
Aaron Suen
d3d13876b9 Update plans again, now that snooper is done. 2019-01-26 18:42:56 -05:00
Aaron Suen
66ebbd790a Fix http submission, and enable nag message. 2019-01-26 18:33:21 -05:00
Aaron Suen
4a1a57cd7b Work on survey system.
- Now collecting all stats I want for first version, including
  player idle and moving times, to track player's actual
  engagement.

- Started working on report submission system.  Unfortunately so
  far I haven't been able to figure out how to get http enabled.
2019-01-26 18:09:08 -05:00
Aaron Suen
e4dc398b3a Start work on usage survey.
- Refactor player knowledge into player mod, to declutter API.
- Move player knowledge into mod storage so players don't need to
  be connected to access.  Old knowledge will be reset, but I
  doubt there was very much of it to lose.
- Start gathering some basic stats.
  - Main glaring omission is player moving and idle time.
2019-01-26 16:39:07 -05:00