0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial hack at 'link' and 'unlink' pair of provisioning commands More... almost 9 years ago
Added 'getlink' provisioning command More... almost 9 years ago
Copypasta Provisioning.js out of matrix-appservice-gitter; implement the getbotuserid command More... almost 9 years ago
Added a 'show' command to show more detail about a single BridgedRoom More... almost 9 years ago
Accessor methods to query a BridgedRoom slack token or webhook URI More... almost 9 years ago
Improvement to command runner to handle synchronous rejection better More... almost 9 years ago
Make sure to actually require('bluebird') where necessary More... almost 9 years ago
Make sure to delete the '_' value out of 'opts' given to command handler funcs More... almost 9 years ago
Allow 'list' to filter by rooms for one particular team More... almost 9 years ago
Upgrade pending-id rooms into full room objects once we learn their channel ID from an incoming message More... almost 9 years ago
Abstract out the room store code to store S<->M links into its own method More... almost 9 years ago
Neater code to snoop on channel name More... almost 9 years ago
Allow BridgedRoom objects to exist without a channel ID, only a name; persist them in the roomstore differently More... almost 9 years ago
Remove two-stage check+handle process on incoming webhook hits; call .handle() always More... almost 9 years ago
Delete the (somewhat asymmetric) console.log prints on database edits for adding/removing links More... almost 9 years ago
Allow 'link' and 'unlink' commands to specify *an existing* room by either slack ID or friendly name More... almost 9 years ago
Neater coding style of multi-line ternary operator More... almost 9 years ago
Allow multiple 'link' calls; make all args beside channel ID optional - can provide the params for a link progressively More... almost 9 years ago
Ensure newly-created BridgedRooms since startup also have a this._bridge; use positional argument because it's special More... almost 9 years ago
Room status of pending-params is more urgent than pending-name More... almost 9 years ago
Make duplicate 'link' actions idempotent More... almost 9 years ago
Bugfix for non-promise-returning admin commands More... almost 9 years ago
Add the required 'return's in to ensure deferred promises around command handling work correctly More... almost 9 years ago
Ensure that admin console command structure can work correctly with deferred promises More... almost 9 years ago
Have linkRoomToMatrix()/unlinkRoomFromMatrix() also perform database mangling activities More... almost 9 years ago
Update README.md to talk about the admin console and lack of 'rooms' toplevel config entry More... almost 9 years ago
Kill all the code relating to reading a static list of rooms from the config file More... almost 9 years ago
A (hopefully) more flexible way of handling BridgedRoom database updates, by using a 'dirty' flag More... almost 9 years ago
Kill now-dead *RoomModel-related methods in BridgedRoom More... almost 9 years ago
Neater output of 'list' command to not suggest the arguments for link/unlink' More... almost 9 years ago