projectmoon
  • Joined on 2020-11-05
projectmoon pushed to master at projectmoon/tenebrous-dicebot 2020-11-30 20:18:36 +00:00
59fc281a0c Merge pull request 'Record room information (ID, name) in the database' (#48) from record-room-info into master
projectmoon deleted branch record-room-info from projectmoon/tenebrous-dicebot 2020-11-30 20:16:12 +00:00
projectmoon merged pull request projectmoon/tenebrous-dicebot#48 2020-11-30 20:16:05 +00:00
Record room information (ID, name) in the database
projectmoon closed issue projectmoon/tenebrous-dicebot#29 2020-11-30 20:16:05 +00:00
Implement resync functionality
projectmoon pushed to master at projectmoon/tenebrous-dicebot 2020-11-30 20:16:01 +00:00
59fc281a0c Merge pull request 'Record room information (ID, name) in the database' (#48) from record-room-info into master
e177da9c25 Centralize record_room_information function.
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 11 commits »
projectmoon merged pull request projectmoon/tenebrous-dicebot#48 2020-11-30 20:16:01 +00:00
Record room information (ID, name) in the database
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).