summaryrefslogtreecommitdiff
path: root/DSACore
AgeCommit message (Collapse)Author
2019-06-12Adjust CodestyleDennis Kobert
2019-06-11Seperate the Core from dsa gamelogicuzvkl
2019-06-11Move dsa related stuff to subfolderuzvkl
2019-06-11Organize groups to seperate connention management form gamelogicuzvkl
2019-05-20Reorganize Code delete ZoBotanicauzvkl
2019-05-19Moved Gamelogic to DSALibDennis Kobert
2019-05-19general refectoringDennis Kobert
added 42 as dummy Token
2019-05-19Cleanup DiscoBot ProjectDennis Kobert
2019-05-18Add custom http errors to tokens apiDennis Kobert
2019-05-16Implement tokensDennis Kobert
2019-05-05Revert "fixed Properties load path"Dennis Kobert
This reverts commit 6543b93a67a14ffa6f184e28b67912df7e314315.
2019-05-05use websocketsDennis Kobert
2019-05-05added debuging logDennis Kobert
2019-05-05fixed Properties load pathDennis Kobert
2019-05-05removed cros origin references corsDennis Kobert
2018-10-07fixed stuffTrueDoctor
2018-10-01created [online] and [login] groups to easyly adress specific groups of ↵TrueDoctor
players, even though, they havent joined a group yet
2018-10-01added Command Response HandlingTrueDoctor
2018-10-01added function calls for Login response #33TrueDoctor
2018-10-01Completed Weapon import function to automagically load data from an dsa ↵TrueDoctor
website into the database
2018-09-30added mot of the database infrastructureTrueDoctor
2018-09-29added database methodsTrueDoctor
2018-09-29added all data classesTrueDoctor
2018-09-29fixed Network namespaceTrueDoctor
2018-09-29adding database class structureTrueDoctor
2018-09-29updated group storageTrueDoctor
2018-09-29called database to verify autenth is workingTrueDoctor
2018-09-29added database autenthTrueDoctor
2018-09-29added firebase apiTrueDoctor
2018-09-29modified user group authenthTrueDoctor
2018-09-28added some validation functionalityTrueDoctor
2018-09-28added FirestoreApisTrueDoctor
2018-09-27implemented rudemetary groupsTrueDoctor
2018-09-27fixed some stuffTrueDoctor
2018-09-27reconfigured for httpsTrueDoctor
2018-09-27testingTrueDoctor
2018-09-27added SignalRTrueDoctor
2018-09-27set modifier valueTrueDoctor
2018-09-27disabeled some of the discord commandhandling to forward the requests to the ↵TrueDoctor
web api
2018-09-27hoked the command handler up to the web apiTrueDoctor
modified file locations
2018-09-26ported most code to WebApiProjectTrueDoctor
everything except the user identification and file locations should be somewhat functional
2018-09-26disconnected most vital calles from the Discord BotTrueDoctor
2018-09-26implemented fudamental Web ApiTrueDoctor