.. |
icons
|
Initial commit of an alpha version.
|
2021-08-14 09:01:36 -06:00 |
matrix-create-room.html
|
Version 0.2.4
|
2021-09-20 09:24:40 -06:00 |
matrix-create-room.js
|
- matrix-create-room had wrong input information listed and wrong API reference URL (fixes #14)
|
2021-09-01 20:50:23 -06:00 |
matrix-crypt-file.html
|
- Docs for various nodes updated (closes #9)
|
2021-09-02 10:51:47 -06:00 |
matrix-crypt-file.js
|
- Move client storage to the Node-RED user directory.
|
2022-02-09 12:13:27 -07:00 |
matrix-delete-event.html
|
rename node
|
2022-03-13 10:58:17 +01:00 |
matrix-delete-event.js
|
rename node
|
2022-03-13 10:58:17 +01:00 |
matrix-invite-room.html
|
Version 0.2.4
|
2021-09-20 09:24:40 -06:00 |
matrix-invite-room.js
|
Version 0.2.4
|
2021-09-20 09:24:40 -06:00 |
matrix-join-room.html
|
- Docs for various nodes updated (closes #9)
|
2021-09-02 10:51:47 -06:00 |
matrix-join-room.js
|
Fixed: matrix-join-room was requiring userId when it didn't need it Closes #39
|
2022-01-28 10:55:38 -07:00 |
matrix-react.html
|
- Docs for various nodes updated (closes #9)
|
2021-09-02 10:51:47 -06:00 |
matrix-react.js
|
- Fixed: Reactions weren't working because sendCompleteEvent is a private method.
|
2022-02-03 09:40:32 -07:00 |
matrix-receive.html
|
- Move client storage to the Node-RED user directory.
|
2022-02-09 12:13:27 -07:00 |
matrix-receive.js
|
- Move client storage to the Node-RED user directory.
|
2022-02-09 12:13:27 -07:00 |
matrix-room-ban.html
|
- Docs for various nodes updated (closes #9)
|
2021-09-02 10:51:47 -06:00 |
matrix-room-ban.js
|
- matrix-receive node updated so that msg.sender is msg.userId instead (for better node chaining).
|
2021-08-18 11:18:29 -06:00 |
matrix-room-kick.html
|
- Docs for various nodes updated (closes #9)
|
2021-09-02 10:51:47 -06:00 |
matrix-room-kick.js
|
- matrix-receive node updated so that msg.sender is msg.userId instead (for better node chaining).
|
2021-08-18 11:18:29 -06:00 |
matrix-room-users.html
|
- Move client storage to the Node-RED user directory.
|
2022-02-09 12:13:27 -07:00 |
matrix-room-users.js
|
- matrix-receive node updated so that msg.sender is msg.userId instead (for better node chaining).
|
2021-08-18 11:18:29 -06:00 |
matrix-send-file.html
|
- Docs for various nodes updated (closes #9)
|
2021-09-02 10:51:47 -06:00 |
matrix-send-file.js
|
Fix eventId not being returned from matrix-send-file and matrix-send-message nodes
|
2021-12-19 00:34:51 -07:00 |
matrix-send-image.html
|
- Move client storage to the Node-RED user directory.
|
2022-02-09 12:13:27 -07:00 |
matrix-send-image.js
|
- Move client storage to the Node-RED user directory.
|
2022-02-09 12:13:27 -07:00 |
matrix-send-message.html
|
- Docs for various nodes updated (closes #9)
|
2021-09-02 10:51:47 -06:00 |
matrix-send-message.js
|
Fix eventId not being returned from matrix-send-file and matrix-send-message nodes
|
2021-12-19 00:34:51 -07:00 |
matrix-server-config.html
|
- Move client storage to the Node-RED user directory.
|
2022-02-09 12:13:27 -07:00 |
matrix-server-config.js
|
- We now use /whoami to validate the auth token since it gives us the user_id and device_id for the given auth_token (device_id is only available on Synapse 1.40 onwards)
|
2022-03-12 16:23:43 -07:00 |
matrix-synapse-create-edit-user.html
|
- Docs for various nodes updated (closes #9)
|
2021-09-02 10:51:47 -06:00 |
matrix-synapse-create-edit-user.js
|
Added server status to nodes that didn't have it
|
2021-08-18 14:19:56 -06:00 |
matrix-synapse-deactivate-user.html
|
- Docs for various nodes updated (closes #9)
|
2021-09-02 10:51:47 -06:00 |
matrix-synapse-deactivate-user.js
|
- Docs for various nodes updated (closes #9)
|
2021-09-02 10:51:47 -06:00 |
matrix-synapse-join-room.html
|
- Docs for various nodes updated (closes #9)
|
2021-09-02 10:51:47 -06:00 |
matrix-synapse-join-room.js
|
Version 0.2.4
|
2021-09-20 09:24:40 -06:00 |
matrix-synapse-register.html
|
- Messages used to get ignored if they were over 1 second old. This caused issues with messages being ignored on servers that took longer than a second to respond (*cough* matrix.org *cough*). Now it accepts all new messages. Moving forward any messages that are sent before Node-RED starts or gets deployed will be ignored (so that old messages don't pop up since the cache clears every deploy/node-red restart so old messages look like new ones).
|
2022-01-14 12:56:14 -07:00 |
matrix-synapse-register.js
|
- Move client storage to the Node-RED user directory.
|
2022-02-09 12:13:27 -07:00 |
matrix-synapse-users.html
|
- Docs for various nodes updated (closes #9)
|
2021-09-02 10:51:47 -06:00 |
matrix-synapse-users.js
|
guests query param for synapse user list request needs to be a string but our docs say it is a bool. Lets auto convert it so we don't cause a BC problem.
|
2021-09-03 10:16:49 -06:00 |
matrix-whois-user.html
|
- Docs for various nodes updated (closes #9)
|
2021-09-02 10:51:47 -06:00 |
matrix-whois-user.js
|
- Docs for various nodes updated (closes #9)
|
2021-09-02 10:51:47 -06:00 |