0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Also pass HTTP method name into main .handle() method More... almost 9 years ago
Delete now-dead code in BridgedRoom relating to the 'slack_token' concept More... almost 9 years ago
Kill now-dead room.authenticateMessage() method More... almost 9 years ago
Code restructing to account for incoming HTTP POSTs on subpaths within an integration More... almost 9 years ago
Delete the last bit of legacy code; supporting legacy incoming webhook hits that lack inbound ID More... almost 9 years ago
Database upgrade script is now useless as it creates only legacy-style rooms which we no longer support More... almost 9 years ago
Merge branch 'paul/cleanup-at-unlink' up to commit 15638c5 More... almost 9 years ago
Drain ghosts from and leave a room at unlink time More... almost 9 years ago
Need to /un/track a room at unlink time More... almost 9 years ago
Move list{All,Ghost}Users() from BridgedRoom into toplevel object so it's useable for non-bridgedroom instances More... almost 9 years ago
Merge branch 'paul/no-legacy' More... almost 9 years ago
Fold out the roomIDs.forEach() loops in slack->matrix inbound path More... almost 9 years ago
More robust error detection from provision commands More... almost 9 years ago
Merge branch 'paul/linking-permissions' More... almost 9 years ago
Merge branch 'master' into paul/linking-permissions More... almost 9 years ago
Bugfix for users who lack a profile More... almost 9 years ago
Check for links before testing room permissions, otherwise we constantly join every room More... almost 9 years ago
Bugfix for getlink 404 More... almost 9 years ago
Also put permissions checking around 'getlink' More... almost 9 years ago
'Permission denied' error codes are 403, not 404 More... almost 9 years ago
Check powerlevel permissions for link/unlink before allowing the action More... almost 9 years ago
Also store m.room.power_levels in StateLookup More... almost 9 years ago
Added a .getState() that tries harder; use local cache or query with a real client More... almost 9 years ago
Log the user_id performing link/unlink actions More... almost 9 years ago
Add TODO marker More... almost 9 years ago
Only count received_messages that aren't self-reflections More... almost 9 years ago
Use the stored state in StateLookup instead of making getProfileInfo() hits every time More... almost 9 years ago
Hook up the StateLookup storage engine More... almost 9 years ago
Count messages that get dropped as undeliverable for some reason More... almost 9 years ago
Add some api_calls counters too More... almost 9 years ago