Commit Graph

13 Commits (095e00cb7216a13dee39dcada7d86c6a3619d5ef)

Author SHA1 Message Date
Joey Hines 4c70ddf22f settings is not a dict you goob 2019-01-31 17:10:28 -06:00
Joey Hines f333a9ebac Allows one location to have multiple owners. 2019-01-31 14:07:25 -06:00
Joey Hines 26f8090878 /api/command/commands endpoint returns a list of commands and help messages 2019-01-27 12:43:30 -06:00
Joey Hines 690d076d16 Model and CommandAPI changes needed to implement the discord bot fully 2019-01-14 14:22:18 -06:00
Joey Hines fd422657d0 Updated docs and fixed settings api key issue 2019-01-06 15:23:54 -06:00
Joey Hines a6817a710c Added token to SettingsAPI 2019-01-01 10:18:15 -06:00
Joey Hines 23739b31f9 Added first pass of an api key system
+API Keys are kept in the database and are 25 characters long
+Each key will have certain permission allowed to it
+Only permission right now is for using bot commands
2018-12-29 19:41:18 -06:00
Joey Hines 83a1b7a175 Added test file for commands and redid command decorators
+ Command decorator now puts functions to to one dict
+ Params, name, and the function object are in this dict.
2018-12-17 15:16:21 -06:00
Joey Hines b8d54ccdcf Added interface for the MCM Model api 2018-12-17 10:02:43 -06:00
Joey Hines bfa34b3d2c Command API Improvements 2018-12-08 15:37:00 -06:00
Joey Hines eda29e2011 Bot now runs in its own screen 2018-12-01 20:17:19 -06:00
Joey Hines 37dd0950a5 Bot now starts automatically
+subprocess kicked off when URLs are being loaded
+renamed bot dir to discord_bot
2018-12-01 18:25:53 -06:00
Joey Hines 803d25d67f Added command API and bot
+Rewrote all of Geoffrey's commands for Django
+Command api allows all the geoffrey commands to be accessed though a REST API
+Added foundation for getting bot to work, no commands at the moment
2018-11-21 20:09:30 -06:00