postmoogle/bot
Slavi Pantaleev 79775c0c13 Add basic mailboxes command
This can be improved in the future, to show some additional information
about each mailbox like:

- "how many users are in that room"
- "which users are in that room"
- "who is the owner of the mailbox"

This can all be done later though.
2022-08-29 10:28:19 +03:00
..
access.go Add basic mailboxes command 2022-08-29 10:28:19 +03:00
admin_command.go Add basic mailboxes command 2022-08-29 10:28:19 +03:00
bot.go Put command access checks on the command level 2022-08-29 10:27:53 +03:00
command.go Add basic mailboxes command 2022-08-29 10:28:19 +03:00
context.go refactor to context, remove sentry spans 2022-08-25 22:31:12 +03:00
data.go add 'nofiles' option, refactored bot.Send(); fixes #2 2022-08-26 16:11:08 +03:00
email.go remove debug 2022-08-28 09:37:32 +03:00
message.go proposed changes 2022-08-27 21:59:58 +03:00
mutext.go add per-room mutex, possibly fixes #8 2022-08-27 22:10:22 +03:00
settings.go Put command access checks on the command level 2022-08-29 10:27:53 +03:00
sync.go Put command access checks on the command level 2022-08-29 10:27:53 +03:00