summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-04Removes 'id' field from ataxia entry values.nsensfel
While sometimes usefull as a way to retrieve the object's ID, they were both redundant (you can't get the object without its ID anyway) and bothersome to maintain (insert + update, which would have required setting up a bounty for any insert).
2018-10-01Adds a way to retrieve player ids from usernames.nsensfel
2018-08-10Got login to work.Nathanael Sensfelder