projectmoon
  • Joined on 2020-11-05
projectmoon pushed to resync at projectmoon/tenebrous-dicebot 2020-11-22 21:36:13 +00:00
dda0d74f45 Implement resync command without filtering ourselves out.
f46b914239 Add matrix client to context.
projectmoon commented on issue projectmoon/tenebrous-dicebot#42 2020-11-12 21:21:51 +00:00
Line breaks preceding command mean command is not executed

Has been fixed, especially with other issues (#45, #46, etc).

projectmoon closed issue projectmoon/tenebrous-dicebot#42 2020-11-12 21:21:51 +00:00
Line breaks preceding command mean command is not executed
projectmoon closed issue projectmoon/tenebrous-dicebot#47 2020-11-12 21:05:43 +00:00
Dicebot ignores commands it does not understand
projectmoon pushed to master at projectmoon/tenebrous-dicebot 2020-11-12 21:05:19 +00:00
f352c90b6b Return error on unrecognized commands.
projectmoon opened issue projectmoon/tenebrous-dicebot#47 2020-11-12 20:39:24 +00:00
Dicebot ignores commands it does not understand
projectmoon closed issue projectmoon/tenebrous-dicebot#46 2020-11-12 20:22:46 +00:00
Bot attempts to execute command if it finds a ! in the message
projectmoon closed issue projectmoon/tenebrous-dicebot#45 2020-11-12 20:22:21 +00:00
Bot will print out "executed X" commands for lines that don't have commands
projectmoon pushed to master at projectmoon/tenebrous-dicebot 2020-11-12 20:22:21 +00:00
e251294b5f Only execute lines with commands.
projectmoon opened issue projectmoon/tenebrous-dicebot#46 2020-11-12 20:15:52 +00:00
Bot attempts to execute command if it finds a ! in the message
projectmoon opened issue projectmoon/tenebrous-dicebot#45 2020-11-12 20:12:35 +00:00
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
projectmoon merged pull request projectmoon/tenebrous-dicebot#44 2020-11-10 20:58:54 +00:00
Room State Management
projectmoon pushed to master at projectmoon/tenebrous-dicebot 2020-11-10 20:58:50 +00:00
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.
Compare 11 commits »
projectmoon merged pull request projectmoon/tenebrous-dicebot#44 2020-11-10 20:58:50 +00:00
Room State Management
projectmoon commented on issue projectmoon/tenebrous-dicebot#20 2020-11-10 20:40:53 +00:00
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.
Compare 2 commits »
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.
Compare 2 commits »
projectmoon commented on pull request projectmoon/tenebrous-dicebot#44 2020-11-10 20:24:24 +00:00
Room State Management

Deferring to a future changeset.