0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Copy Metrics.js from matrix-appservice-gitter; initial integration here More... almost 9 years ago
Slack doesn't always give us a user.profile.image_original; best just to take the largest one that's defined More... almost 9 years ago
Reliability improvements to ghost user profile update process More... almost 9 years ago
Delete the 'oldghosts' admin command now it's been run everywhere and been useful More... almost 9 years ago
Updates to 'oldghosts' command for latest config changes More... almost 9 years ago
Split room.listGhostUsers into a new room.listAllUsers too More... almost 9 years ago
Added (temporary) command for cleaning up legacy named ghost users from rooms More... almost 9 years ago
Add BridgedRoom method to ask a list of ghost users to leave the room More... almost 9 years ago
Add BridgedRoom method for listing all its current ghost users More... almost 9 years ago
Store a single _matrix_room_id inside a BridgedRoom instance More... almost 9 years ago
Pass matrix_room_id as constructor arg to BridgedRoom; remove room.addMatrixRoomId More... almost 9 years ago
Rename room.getMatrixRoomIds to ...Id; simplify command handling code More... almost 9 years ago
Since BridgedRoom always has exactly 1 matrix room ID we can kill the multimatrix reflection code that doesn't actually work anyway More... almost 9 years ago
Remove now-dead methods: More... almost 9 years ago
Kill room.isLegacy() and the code conditional on it More... almost 9 years ago
No longer need to support constructing (from Entry) legacy BridgedRoom instances More... almost 9 years ago
Kill the 'upgrade' admin command More... almost 9 years ago
Kill all the 'upgrade_pending' logic More... almost 9 years ago
Ignore legacy database entries at startup More... almost 9 years ago
Don't query slack for each user's avatar image more than once per 10 minutes More... almost 9 years ago
Persist uesrs' avatar_url into the user-store.db More... almost 9 years ago
Initial hack at grabbing avatar images from Slack (fixes #25) More... almost 9 years ago
Store current displayname for slack ghosts in database to avoid resetting every message More... almost 9 years ago
Persist user objects in userstore More... almost 9 years ago
Have getGhostForSlackMessage() return a Promise of a SlackGhost More... almost 9 years ago
Generate user_id for SlackGhost using the team domain and user ID (fixes #24) More... almost 9 years ago
Migrate the 'update displayname' code out of BridgedRoom into SlackGhost More... almost 9 years ago
Rename SlackUser to SlackGhost to better reflect its actual purpose More... almost 9 years ago
Make wrapper methods on SlackUser object so callers don't need to interact with its intent directly More... almost 9 years ago
Cache SlackUser objects More... almost 9 years ago