Commit Graph

12 Commits (master)

Author SHA1 Message Date
ALI Hamza 0cb7f55d63
go: only allow origins from same network (localhost) 2019-10-13 12:01:35 +07:00
Luther Wen Xu 32ae99c225
go: Replace wait group with channel 2019-10-12 23:49:28 +07:00
ALI Hamza 09073ac4ff
go: create base websocket server 2019-10-12 21:20:23 +07:00
Luther Wen Xu d1588fffcf
go: Move discord into its own package 2019-10-12 17:45:57 +07:00
Luther Wen Xu d42b8a7f5b
go: Implement '!validate' command 2019-10-12 14:40:46 +07:00
Luther Wen Xu 8210ac59b2
go: Add admin command to take a peek at trust 2019-10-11 23:13:57 +07:00
Luther Wen Xu a8fbc2390f
go: Implement '!trust' command 2019-10-11 22:29:07 +07:00
Luther Wen Xu 0033c68067
go: Implement vote ending 2019-10-10 21:59:00 +07:00
Luther Wen Xu 907b6d889b
go: Implement vote creation 2019-10-10 20:35:53 +07:00
Luther Wen Xu 8d51fb02b8
go: Implement voting
There are currently no ways to start vote so the code cannot be tested currently.
2019-10-10 18:42:02 +07:00
Luther Wen Xu 6b3761d98e
go: Implement invite code creation
It is now possible to create invite code using '!invite <validation code>'
2019-10-09 22:13:59 +07:00
Luther Wen Xu eb20b6aa9a
go: Initial Commit
Added a few commands that can be used by an admin to send or edit messages as the bot.
2019-10-09 20:44:43 +07:00