tenebrous-dicebot/src/bot
projectmoon 495df13fe6
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
Do not automatically create accounts; use enum to show this instead.
Instead of automatically creating a user account entry for any user
executing a command, we use an Account enum which covers both
registered and "transient" unregistered users. If a user registers,
the context has the actual user instance available, with state and
everything. If a user is unregistered, then the account is considered
transient for the request, with only the username available.
2021-05-26 14:20:18 +00:00
..
command_execution.rs Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
event_handlers.rs Remove room state mgmt; let matrix SDK do it on-demand instead. 2021-05-24 21:45:51 +00:00
mod.rs Consider command execution secure when proper conditions are met. 2021-05-21 22:28:45 +00:00