Commit Graph

6 Commits (master)

Author SHA1 Message Date
octacian a01d374995 Add admin dashboard
Allows an admin with the contact privilege to view all messages and reports.
2017-02-22 07:38:05 -08:00
octacian 006bc109ef Add date and time to reports and messages 2017-02-21 20:01:44 -08:00
octacian e3233b651b Add report form
Stores reported players in contact.reports.
2017-02-20 18:23:34 -08:00
octacian 08792469e3 Add contact form
Stores data in contact.msg, each message having its own sub-table. This table is prooven to have been written and read properly accross restarts of the game.
2017-02-20 16:58:38 -08:00
octacian 849d213303 Add boilerplate code
Includes basic functions like contact.log, contact.load, and contact.save.
2017-02-20 15:41:13 -08:00
octacian acc0b6d75e Initial commit 2017-02-20 15:17:55 -08:00