Commit Graph

112 Commits (master)
 

Author SHA1 Message Date
Skylar Sadlier d304cb95f6
Merge pull request #55 from Skylar-Tech/51-device_id-fix
3 years ago
Skylar Sadlier 85764c08d3
Merge pull request #52 from aikitori/feature/delete-message
3 years ago
aikitori 050be29d64 rename node
3 years ago
Skylar Sadlier 33823dea25 - 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)
3 years ago
aikitori d826c58b51 Add Delete Message Node
3 years ago
Skylar Sadlier d0ba671452 - Fix force-join-room example links
3 years ago
Skylar Sadlier 282c8ffc80 - Bump version to 0.4.6
3 years ago
Skylar Sadlier 6dd2ec75f0 - Move client storage to the Node-RED user directory.
3 years ago
Skylar Sadlier ae386b90a6 Fix olm library reference.
3 years ago
Skylar Sadlier 4d1ec9e65c - Make it clear that manually generating a Device ID is bad behavior
3 years ago
Skylar Sadlier 2fcd463eb6 - Update release to 0.4.0
3 years ago
Skylar Sadlier b44629c84e - When checking authentication we should retry startup if the error we receive isn't related to invalid auth token (M_UNKNOWN_TOKEN)
3 years ago
Skylar Sadlier 9f0a962991 - Fixed: Reactions weren't working because `sendCompleteEvent` is a private method.
3 years ago
Skylar Sadlier f3df8c6f97 This comment is no longer necessary since we implemented it.
3 years ago
Skylar Sadlier d6ab098063 Fixed example readme linking to wrong json file Closes #38
3 years ago
Skylar Sadlier 614920c40c Fixed: matrix-join-room was requiring userId when it didn't need it Closes #39
3 years ago
Skylar Sadlier 58d7d23b2f - Device ID is now stored inside the matrix-client-storage directory within Node-RED's config folder. This way if you leave the Device ID blank it will automatically generate one and save it. Previously if you didn't set a Device ID it would automatically generate one every time the client started which would break encryption (since device_id is tied to your encryption keys).
3 years ago
Skylar Sadlier 25c92b787a - 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).
3 years ago
Skylar Sadlier 0b9c59a7be Fix `eventId` not being returned from matrix-send-file and matrix-send-message nodes
3 years ago
Skylar Sadlier 9c836c9262 Set version 0.2.6
3 years ago
Skylar Sadlier 9c62a73b15
Merge pull request #35 from Skylar-Tech/dev
3 years ago
Skylar Sadlier 447b18835c Closes #34 - Fix connection state logic
3 years ago
Skylar Sadlier 2341cbef10 Closes #32 - fixed leaking unencrypted messages during startup
3 years ago
Skylar Sadlier 73d802ff0d
Merge pull request #27 from Skylar-Tech/dev
3 years ago
Skylar Sadlier cf1bd78ee1 Version 0.2.4
3 years ago
Skylar Sadlier a10667a0e8
Update README.md
3 years ago
Skylar Sadlier aaecaaec39 Formatted html message wasn't converting to a string.
3 years ago
Skylar Sadlier be5416a68e 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.
3 years ago
Skylar Sadlier f8c5344a4e Update version to 0.2.1
3 years ago
Skylar Sadlier 3c99bf21a9
Merge pull request #23 from Skylar-Tech/dev
3 years ago
Skylar Sadlier 63728d86a5
Merge pull request #22 from Skylar-Tech/21-global-client
3 years ago
Skylar Sadlier ff66222687 Fix global variable for matrix client online status not setting to false when connection fails
3 years ago
Skylar Sadlier fa92f79304 Move installing section of readme above usage
3 years ago
Skylar Sadlier f70d73b011 - Fix typo in example json file name
3 years ago
Skylar Sadlier 6a310de708 Closes #21
3 years ago
Skylar Sadlier d5519a6828
Merge pull request #19 from Skylar-Tech/dev
3 years ago
Skylar Sadlier 2cf8ba1e67 - Update readme so it references new storage location
3 years ago
Skylar Sadlier 9d080b6c1a Set version to 0.2.0
3 years ago
Skylar Sadlier 755e18da50
Merge pull request #18 from Skylar-Tech/9-fix-node-docs
3 years ago
Skylar Sadlier 4bd2dce434 - Docs for various nodes updated (closes #9)
3 years ago
Skylar Sadlier b698389491 - matrix-create-room had wrong input information listed and wrong API reference URL (fixes #14)
3 years ago
Skylar Sadlier 14badaeeb5 - fs-extra added as a dependency to handle config folder upgrading
3 years ago
Skylar Sadlier ae7e766a98
Merge pull request #17 from Skylar-Tech/15-fix-storage
3 years ago
Skylar Sadlier daafe33e86 Fix clients using the same directory for local storage instead of being unique
3 years ago
Skylar Sadlier f894fab85e Quickfix for e2ee not enabling
3 years ago
Skylar Sadlier cd8ec10109 Update version to 0.1.7
3 years ago
Skylar Sadlier eb591fbacc Add extra notes about e2ee to make sure it's obvious we are still working on it
3 years ago
Skylar Sadlier 2c4621e293 - Fixed not being able to disable e2ee
3 years ago
Skylar Sadlier b93a54f041 - Fixed not being able to disable e2ee
3 years ago
Skylar Sadlier 3eab7f6d98
Merge pull request #13 from Skylar-Tech/12-failed-logins-crash
3 years ago