projectmoon
  • Joined on 2020-11-05
projectmoon commented on pull request projectmoon/tenebrous-dicebot#48 2020-11-30 20:14:54 +00:00
Record room information (ID, name) in the database

Fixes #29.

projectmoon opened issue projectmoon/tenebrous-dicebot#49 2020-11-30 20:13:34 +00:00
Deal with response rate limiting
projectmoon pushed to record-room-info at projectmoon/tenebrous-dicebot 2020-11-30 19:55:30 +00:00
e177da9c25 Centralize record_room_information function.
projectmoon deleted branch resync from projectmoon/tenebrous-dicebot 2020-11-29 21:41:24 +00:00
projectmoon created pull request projectmoon/tenebrous-dicebot#48 2020-11-29 21:40:58 +00:00
Record room information (ID, name) in the database
projectmoon pushed to record-room-info at projectmoon/tenebrous-dicebot 2020-11-29 21:33:49 +00:00
a65084e04a Unit test for updating room info data.
979dc8ea34 Clearer test name for clearing room info.
0b2246cbd5 Unit tests for inserting and loading room info from db.
Compare 3 commits »
projectmoon pushed to record-room-info at projectmoon/tenebrous-dicebot 2020-11-29 21:18:45 +00:00
7e1abab66d Resync command now uses record_room_information.
projectmoon pushed to record-room-info at projectmoon/tenebrous-dicebot 2020-11-29 21:03:57 +00:00
569ba4f2e0 Carry full room instance in context instead of just room id.
118e4b00c7 Store room info when joining a room.
Compare 2 commits »
projectmoon pushed to record-room-info at projectmoon/tenebrous-dicebot 2020-11-29 16:55:26 +00:00
c8c38ac1d4 Avoid nested map when retrieving room info from db.
projectmoon pushed to record-room-info at projectmoon/tenebrous-dicebot 2020-11-29 14:02:43 +00:00
91cfc52e5b Change record_users_in_room to record_room_information.
projectmoon pushed to record-room-info at projectmoon/tenebrous-dicebot 2020-11-29 14:01:11 +00:00
224f8cd0f1 Functions for storing RoomInfo in db. Refactor bot joins room event.
projectmoon pushed to master at projectmoon/tenebrous-dicebot 2020-11-29 13:52:44 +00:00
68db038336 Properly avoid allocation for our_username in resync command.
18352c8c19 Filter out our username when resyncing (with an allocation).
dda0d74f45 Implement resync command without filtering ourselves out.
f46b914239 Add matrix client to context.
Compare 4 commits »
projectmoon pushed to resync at projectmoon/tenebrous-dicebot 2020-11-23 19:54:29 +00:00
68db038336 Properly avoid allocation for our_username in resync command.
projectmoon pushed to resync at projectmoon/tenebrous-dicebot 2020-11-22 22:13:15 +00:00
18352c8c19 Filter out our username when resyncing (with an allocation).
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.