virtual tabletop for D&D et al using Go, JS, mongoDB and websockets
Find a file
2023-07-12 00:04:46 -06:00
admin delete assets when destroying table, clear dice message on roll, clear map on socket disconnect; start registration controller 2023-07-09 23:41:30 -06:00
cmd autogenerate registration secret/IV, add error color to theme, upgrade leaflet, and add left-hand token preview 2023-07-11 23:57:06 -06:00
config autogenerate registration secret/IV, add error color to theme, upgrade leaflet, and add left-hand token preview 2023-07-11 23:57:06 -06:00
gametable autogenerate registration secret/IV, add error color to theme, upgrade leaflet, and add left-hand token preview 2023-07-11 23:57:06 -06:00
models implemented tokens; alpha testing go 2023-07-09 00:48:19 -06:00
mongodb implemented tokens; alpha testing go 2023-07-09 00:48:19 -06:00
register autogenerate registration secret/IV, add error color to theme, upgrade leaflet, and add left-hand token preview 2023-07-11 23:57:06 -06:00
static add leaflet license to repo and links to liceness in footer 2023-07-12 00:04:46 -06:00
templates autogenerate registration secret/IV, add error color to theme, upgrade leaflet, and add left-hand token preview 2023-07-11 23:57:06 -06:00
.gitignore update module URLs to use hacklab.nilfm.cc; use struct tags for json 2023-01-30 21:38:41 -07:00
go.mod backend token logic 2023-07-07 23:56:41 -06:00
go.sum backend token logic 2023-07-07 23:56:41 -06:00
LEAFLET_LICENSE add leaflet license to repo and links to liceness in footer 2023-07-12 00:04:46 -06:00
LICENSE initial commit - basic websocket server and db init 2022-11-09 21:26:21 -07:00
main.go autogenerate registration secret/IV, add error color to theme, upgrade leaflet, and add left-hand token preview 2023-07-11 23:57:06 -06:00
notes.txt add notes and scaffolding for publish/subscribe logic 2023-02-11 10:30:26 -07:00