0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial hack at 'SlackUser' objects More... almost 9 years ago
Generate user intents from entire slack messages, so it could be dependent on things other than user_name More... almost 9 years ago
'unlink' provisioning action doesn't need a slack_channel_{id,name} any more More... almost 9 years ago
Also handle pending-name status More... almost 9 years ago
Return link status information from 'link' action as well as 'getlink' More... almost 9 years ago
Bugfix to legacy room link deleting code More... almost 9 years ago
Remove more debugging More... almost 9 years ago
Remove some now-redundant debugging prints More... almost 9 years ago
Indicate legacy rooms in 'list' command More... almost 9 years ago
Ignore any incoming HTTP hit on the slack hook server that isn't a POST More... almost 9 years ago
A better example URI More... almost 9 years ago
Update config/config.sample.yaml for new incoming_webhook_uri parameter More... almost 9 years ago
Track which upgraded rooms we've not yet seen messages in the new webhook URL form for More... almost 9 years ago
Allow upgrading a legacy-style room to new style, allowing continuous operation More... almost 9 years ago
Adjusted database format to cope with upgraded new-style rooms that still store slack channel ID More... almost 9 years ago
Different output formats of 'show' command for legacy vs. new-style rooms More... almost 9 years ago
Fix typo 'unrecognised' More... almost 9 years ago
Added BridgedRoom.isLegacy() convenience accessor More... almost 9 years ago
Don't need to request slack_token when provisioning new-style rooms More... almost 9 years ago
Only need to check auth token after channel-ID based lookup, as the 32char inbound ID is token enough for us More... almost 9 years ago
Ensure that 'unlink' continues to work on legacy-style BridgedRoom instances More... almost 9 years ago
Implement 'unlink' on new-style BridgedRoom More... almost 9 years ago
'getlink' provisioning action doesn't need to know slack_channel_id, but would be interested to know inbound_uri More... almost 9 years ago
Don't even attempt to display slack channel ID of new-style rooms in 'list' command More... almost 9 years ago
Route inbound messages preferentially via the inbound ID, if there is one in the slack POST More... almost 9 years ago
Allow 'link' to create new-style BridgedRoom with inbound ID; must have exactly one MatrixRoomId; crazy database scheme for now to persist them side-by-side More... almost 9 years ago
Give BridgedRoom the concept of an 'inbound ID' More... almost 9 years ago
Kill off all the pending-id channel logic More... almost 9 years ago
pending-params is a more important status than pending-id More... almost 9 years ago
bridge.addAppServicePath() needs matrix-appservice-bridge version ^1.3 More... almost 9 years ago