0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Give BridgedRoom a 'status' which reflects any parameters it might be missing More... almost 9 years ago
Invert the required/optional nature of command option specifiers More... almost 9 years ago
Have to .upsert() to set room names, not just .insert More... almost 9 years ago
Snoop on channel names before ignoring self-reflected messages, so that outgoing messages also have the side-effect of learning its name More... almost 9 years ago
Keep track of slack channel names as messages arrive; keep them in the RoomStore; neater output in 'list' command More... almost 9 years ago
Preserve more of the keys in the original webhook push message when looking up full message content from history More... almost 9 years ago
Nicer printing of admin console responses - join all the lines of text into one message so as not to be quite so spammy More... almost 9 years ago
Move the 'help' command implementation into AdminCommand.js so it's easier to share More... almost 9 years ago
Split out the generic AdminCommand class into a shareable file More... almost 9 years ago
git ignore editor temporaries More... almost 9 years ago
Ignore lines in the admin console room beginning '#' to let humans talk to each other More... almost 9 years ago
Initial hack at a room-store.db database creation script More... almost 9 years ago
Make the 'unlink' command work with new multimatrix code structure More... almost 9 years ago
Make .unlinkRoomFromMatrix() propagate the truthy success return value More... almost 9 years ago
Nicer 'list' command output for unlinked/unilinked/multilinked rooms More... almost 9 years ago
Load the room store database on startup More... almost 9 years ago
Make the 'link' command work with new multimatrix code structure More... almost 9 years ago
Merge branch 'master' into paul/dynamic-links More... almost 9 years ago
Don't have addBridgedRoom care about matrix room IDs; add a separate link/unlink method pair for those More... almost 9 years ago
Allow optional arguments to admin commands More... almost 9 years ago
Merge branch 'master' into paul/dynamic-links More... almost 9 years ago
Add/remove matrix room IDs one at a time to a BridgedRoom instance rather than passing them all in at construction time More... almost 9 years ago
Defer into a TODO comment the thorny problem of how to handle matrix->matrix message reflection on multimatrix BridgedRooms More... almost 9 years ago
Support configuration of multiple Matrix-side rooms per BridgedRoom More... almost 9 years ago
Initial hack at support for multiple Matrix-side rooms per BridgedRoom More... almost 9 years ago
Merge branch 'master' into paul/dynamic-links More... almost 9 years ago
Hide the 'internal' member fields of BridgedRoom More... almost 9 years ago
Delegate authentication check into BridgedRoom itself to avoid exposing a .slack_token field More... almost 9 years ago
Accessors for 'public' BridgedRoom fields More... almost 9 years ago
Move the code relating to posting messages into Matrix out of SlackHookHandler into BridgedRoom More... almost 9 years ago