openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
matrix-appservice-slack
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 19 hours
ago. based on code collected
about 19 hours
ago.
Sep 22, 2024 — Sep 22, 2025
Showing page 73 of 77
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
sendMessage() doesn't need a 'token' any more
Paul "LeoNerd" Evans
More...
about 9 years ago
Fetch slack file content as part of the 'lookupMessage' process, so sendMessage doesn't need to
Paul "LeoNerd" Evans
More...
about 9 years ago
Extend 'help' command to print details about arguments
Paul "LeoNerd" Evans
More...
about 9 years ago
Implement a better option parser using minimist, because yargs doesn't like multiple instances
Paul "LeoNerd" Evans
More...
about 9 years ago
Also add unlink command
Paul "LeoNerd" Evans
More...
about 9 years ago
merge master
Paul "LeoNerd" Evans
More...
about 9 years ago
Quick hack at a 'list' command to list links
Paul "LeoNerd" Evans
More...
about 9 years ago
Initial attack at load/save from room-store database
Paul "LeoNerd" Evans
More...
about 9 years ago
Initial attack at a 'link' command - TODO printing
Paul "LeoNerd" Evans
More...
about 9 years ago
Bump dependency on matrix-appservice-bridge to ^1 - save since we have no rooms.db yet
Paul "LeoNerd" Evans
More...
about 9 years ago
try/catch block around admin command invocation in case of failure
Paul "LeoNerd" Evans
More...
about 9 years ago
Expose a toplevel .addBridgedRoom()
Paul "LeoNerd" Evans
More...
about 9 years ago
Beginnings of admin room support - with code totally stolen from matrix-appservice-gitter
Paul "LeoNerd" Evans
More...
about 9 years ago
Also ignore incoming reflections of messages the bot itself sends
Paul "LeoNerd" Evans
More...
about 9 years ago
Bugfix for inviting the bot to a room
Paul "LeoNerd" Evans
More...
about 9 years ago
Split out promiseWhile into its own file for neatness
Paul "LeoNerd" Evans
More...
about 9 years ago
A neater conversion from mxc:// to http:// file content URLs
Paul "LeoNerd" Evans
More...
about 9 years ago
Move the 'recent event de-dup' logic into toplevel MatrixSlackBridge; kill the MatrixHandler entirely
Paul "LeoNerd" Evans
More...
about 9 years ago
Neaten up 'controller' by splitting out a full onMatrixEvent method on toplevel bridge object
Paul "LeoNerd" Evans
More...
about 9 years ago
Perform main body of m->s message processing inside BridgedRoom's new onMatrixMessage
Paul "LeoNerd" Evans
More...
about 9 years ago
Store rooms in ID-keyed maps instead of linear scanning an array
Paul "LeoNerd" Evans
More...
about 9 years ago
Refactor for a 'BridgedRoom' object instance per linked room; a.la. matrix-appservice-gitter
Paul "LeoNerd" Evans
More...
about 9 years ago
Put a little handy try/catch block around incoming slack webhook handler, to catch and log errors
Paul "LeoNerd" Evans
More...
about 9 years ago
Provide helper methods on MatrixSlackBridge to avoid having to pass around underlying Bridge object directly
Paul "LeoNerd" Evans
More...
about 9 years ago
Use ES6-style fat-arrow lambdas to avoid ugly uses of 'var self'
Paul "LeoNerd" Evans
More...
about 9 years ago
Have the SlackHookHandler create and start its listening server; avoids cluttering the toplevel MatrixSlackBridge
Paul "LeoNerd" Evans
More...
about 9 years ago
Rename slack-hook-handler.js to SlackHookHandler.js
Paul "LeoNerd" Evans
More...
about 9 years ago
Since SlackHookHandler doesn't actually use requestLib anywhere, don't bother constructing it and passing one in. Or even listing it as a dependency
Paul "LeoNerd" Evans
More...
about 9 years ago
Split out a toplevel MatrixSlackBridge class, somewhat mirroring the structure of matrix-appservice-gitter
Paul "LeoNerd" Evans
More...
about 9 years ago
MatrixHandler doesn't (and shouldn't) use qs so don't bother passing it in as an argument
Paul "LeoNerd" Evans
More...
about 9 years ago
←
1
2
…
69
70
71
72
73
74
75
76
77
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree