skiqqy / C45DiscordBot

Proprietary™ (Thats a joke btw) C45 discord bot.
MIT License
2 stars 1 forks source link

Have special access commands #14

Open DavidBakerEffendi opened 4 years ago

DavidBakerEffendi commented 4 years ago

So to limit the havoc that can be caused on public servers - I suggest to have the following configurables:

If we do string checks this may not be the most secure but it's definitely a start.

skiqqy commented 4 years ago

I was thinking about this, i suppose the easiest (and most secure for now) is to have a config file, containing full discord names (including the hash discord gives a user, ensuring no one can copy your name) and if this user is in the config file, they can access these special commands.

deavmi commented 4 years ago

Sounds good.

Have an ACL.

Access Control List.

We can use JSON and a parser and roll our own syntax vv ez

On 01 April 2020 13:33:41 SAST, Stephen Cochrane notifications@github.com wrote:

I was thinking about this, i suppose the easiest (and most secure for now) is to have a config file, containing full discord names (including the hash discord gives a user, ensuring no one can copy your name) and if this user is in the config file, they can access these special commands.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/Skippy404/C45DiscordBot/issues/14#issuecomment-607195789

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

DavidBakerEffendi commented 4 years ago

@deavmi Are you sure you don't want to use something like a YAML config file? See #13