0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Set user's displayname and avatar URL to avoid ugly join-then-set sequencing, and placate SYN-787 More... almost 9 years ago
Bugfix to AdminCommand.js for positional argument commands with options More... almost 9 years ago
Provide activity metrics on users and rooms More... almost 9 years ago
Store activity times in users and rooms More... almost 9 years ago
Create MatrixUser instances; use those for displayname/avatar fetching More... almost 9 years ago
Remove comment about gitter-side users More... almost 9 years ago
Steal MatrixUser.js and Metrics.js from matrix-appservice-gitter More... almost 9 years ago
Move metrics setup code into its own function for neatness More... almost 9 years ago
Prefer the room's OAuth2 token also when performing user info lookups to set avatar More... almost 9 years ago
Rename renaming uses of 'team_token' to just 'token' More... almost 9 years ago
Log when the pending-invites are accepted More... almost 9 years ago
Join pending room invites on startup More... almost 9 years ago
Merge branch 'paul/oauth2-tokens' More... almost 9 years ago
Merge branch 'master' into paul/oauth2-tokens More... almost 9 years ago
Allow filtering 'list' by Matrix room ID substrings More... almost 9 years ago
Merge branch 'master' into paul/oauth2-tokens More... almost 9 years ago
Add a 'join' command to join arbitrary rooms More... almost 9 years ago
Merge branch 'master' into paul/oauth2-tokens More... almost 9 years ago
Return 'leave' command to master More... almost 9 years ago
Bugfix to returning OAuth2 authorize URI from /getlink provision command More... almost 9 years ago
Rename 'auth_token' to 'access_token' as per Slack API style More... almost 9 years ago
Provide OAuth2 URL in getlink result if no token exists for a room More... almost 9 years ago
Include lack of auth token in room.getStatus() result More... almost 9 years ago
Maintain counter metrics for new remote 'oauth.access' API calls More... almost 9 years ago
Config's oauth2.redirect_prefix doesn't need to be required; imply the same as the inbound webhook URI if not provided More... almost 9 years ago
Add schema for new config options More... almost 9 years ago
Delete long-dead 'slack_master_token' from config schema More... almost 9 years ago
Prefer to use the per-room auth token if we have one, only falling back on team tokens when we don't More... almost 9 years ago
Add API to BridgedRoom to store an auth token (+ list of scopes) More... almost 9 years ago
Make SlackHookHandler.handle() responsible for sending responses to requests More... almost 9 years ago