summaryrefslogtreecommitdiff
path: root/adminbot.asd
AgeCommit message (Collapse)Author
2020-05-03Clean: remove shared secret from storing in hardcopyHEADmainGrant Shangreaux
2020-05-03Update version to 0.1.0Grant Shangreaux
2020-04-30Feature: adminbot alpha - new user registrationGrant Shangreaux
uses the admin registration endpoint to perform user registration given the command "!invite <username>" - validates usernames and complete user-id - requires the registration shared secret to work - does not limit invites at all yet