dda0d74f45
Implement resync command without filtering ourselves out.
f46b914239
Add matrix client to context.
Line breaks preceding command mean command is not executed
Has been fixed, especially with other issues (#45, #46, etc).
Line breaks preceding command mean command is not executed
Dicebot ignores commands it does not understand
Dicebot ignores commands it does not understand
Bot attempts to execute command if it finds a ! in the message
Bot will print out "executed X" commands for lines that don't have commands
Bot attempts to execute command if it finds a ! in the message
Bot will print out "executed X" commands for lines that don't have commands
projectmoon
deleted branch room-state-management from projectmoon/tenebrous-dicebot
2020-11-10 20:59:57 +00:00
Room State Management
0e04e67f6e
Log debug instead of trace for timestamp index inserts.
551f21a49a
Fix minor typo in rooms db code.
9ed2a81dd3
Record all users in room when joining.
0939feee84
Placeholder to record all user info when joining room
9349dd5f00
Add event processing check to received messages.
Room State Management
Keep track of what rooms the bot is in, and what users are in them
These will be implemented by #44:
- Prevent duplicate event processing due to the way Matrix SDK retrieves events when joining a room.
- When a user joins a room, and record the user in the rooms…
projectmoon
pushed to room-state-management at projectmoon/tenebrous-dicebot
2020-11-10 20:37:22 +00:00
0e04e67f6e
Log debug instead of trace for timestamp index inserts.
af197dd58f
Log debug instead of trace for timestamp index inserts.
projectmoon
pushed to room-state-management at projectmoon/tenebrous-dicebot
2020-11-10 20:35:31 +00:00
af197dd58f
Log debug instead of trace for timestamp index inserts.
551f21a49a
Fix minor typo in rooms db code.