Commit Graph

56 Commits

Author SHA1 Message Date
Skylar Sadlier
2b2c628904 Added some examples 2021-08-18 14:19:20 -06:00
Skylar Sadlier
b33595d5eb - matrix-receive node updated so that msg.sender is msg.userId instead (for better node chaining).
- change all references from msg.roomId to msg.topic to conform to Node-RED standards.
- Added node for listing Synapse users server-wide (as long as the caller is an admin)
- Events for Room.timeline are now handled by the server-config node and node's that listen for it bind a listener to that instead of the matrix client.
- Added kick and ban nodes for kicking/banning from a room
- Added node for fetching synapse user list using synapse admin API
- Added node for fetching whois data from a user using Matrix admin API
- Added node for deactivating users using the Synapse admin API
- Can register users using the Synapse admin endpoint v1 (yay legacy)
- Can add users using the Synapse admin endpoint v2
- Add more info to the readme.
2021-08-18 11:18:29 -06:00
Skylar Sadlier
cd99955115 - New react node for reacting to messages
- made input and output nodes more compatible with each other (for relay purposes).
- File/Image input nodes can be combined with a File In node now
- Remove console.log debug lines
- set version to 0.0.3
- send message node updated to handle message formats and types.
- Fixed ignore properties on matrix receive node not saving
- created basic readme
- WIP on node docs
2021-08-16 21:56:53 -06:00
Skylar Sadlier
61aa32e8a6 Initial commit of an alpha version. 2021-08-14 09:01:36 -06:00
Skylar Sadlier
46a976e060 Initial commit of an alpha version. 2021-08-14 09:00:57 -06:00
Skylar Sadlier
8cc5801a4c
Initial commit 2021-08-11 18:06:06 -06:00