Skylar Sadlier skylord123
skylord123 synced commits to master at skylord123/node-red-contrib-matrix-chat from mirror 2022-04-19 15:40:09 -06:00
4c17a21008 Merge pull request #63 from Skylar-Tech/dev
bd4f6ea486 Update version to 0.6.1
5ef0b6a11f Fix: Error thrown in folder migration if new and old path are same
97f27e61c6 Merge pull request #62 from Skylar-Tech/61-audio-messages
7bdadc0fe9 Closes #209
Compare 6 commits »
skylord123 synced new reference dependabot/npm_and_yarn/moment-2.29.2 to skylord123/node-red-contrib-gamedig from mirror 2022-04-09 13:29:14 -06:00
skylord123 synced new reference dependabot/npm_and_yarn/minimist-1.2.6 to skylord123/node-red-contrib-gamedig from mirror 2022-03-30 12:49:14 -06:00
skylord123 synced commits to dev at skylord123/node-red-contrib-matrix-chat from mirror 2022-03-28 02:39:15 -06:00
97f27e61c6 Merge pull request #62 from Skylar-Tech/61-audio-messages
7bdadc0fe9 Closes #209
5f129560aa Couple of little changes:
00bc14e1c7 Merge pull request #59 from Skylar-Tech/dev
Compare 4 commits »
skylord123 synced new reference e2ee-wip to skylord123/node-red-contrib-matrix-chat from mirror 2022-03-18 14:18:37 -06:00
skylord123 synced new reference 0.5.8 to skylord123/node-red-contrib-matrix-chat from mirror 2022-03-18 14:18:37 -06:00
skylord123 synced commits to dev at skylord123/node-red-contrib-matrix-chat from mirror 2022-03-18 14:18:37 -06:00
9f41b67174 Version 0.5.8
4e93b7253e Revert examples
ecb4427217 - Revert device verification/e2ee stuff. It's not ready.
Compare 3 commits »
skylord123 synced commits to master at skylord123/node-red-contrib-matrix-chat from mirror 2022-03-18 14:18:37 -06:00
00bc14e1c7 Merge pull request #59 from Skylar-Tech/dev
9f41b67174 Version 0.5.8
4e93b7253e Revert examples
ecb4427217 - Revert device verification/e2ee stuff. It's not ready.
Compare 25 commits »
skylord123 synced commits to dev at skylord123/node-red-contrib-matrix-chat from mirror 2022-03-18 06:18:37 -06:00
skylord123 synced commits to dev at skylord123/node-red-contrib-matrix-chat from mirror 2022-03-17 22:08:37 -06:00
2ce80e2906 Update version to 0.5.5
0c657caf5f Update version to 0.5.0
848fd0ec9d Merge pull request #58 from Skylar-Tech/48-key-sharing
fef40f4ea9 - Update matrix-device-verification node description with super basic info on how to use it
595fbca3df - Update main readme with new verification notes
Compare 15 commits »
skylord123 synced commits to dev at skylord123/node-red-contrib-matrix-chat from mirror 2022-03-17 14:08:37 -06:00
d304cb95f6 Merge pull request #55 from Skylar-Tech/51-device_id-fix
85764c08d3 Merge pull request #52 from aikitori/feature/delete-message
050be29d64 rename node
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)
d826c58b51 Add Delete Message Node
Compare 21 commits »
skylord123 synced new reference 51-device_id-fix to skylord123/node-red-contrib-matrix-chat from mirror 2022-03-12 21:08:36 -07:00
skylord123 synced new reference 0.4.6 to skylord123/node-red-contrib-matrix-chat from mirror 2022-02-09 19:58:37 -07:00
skylord123 synced commits to master at skylord123/node-red-contrib-matrix-chat from mirror 2022-02-09 19:58:37 -07:00
d0ba671452 - Fix force-join-room example links
282c8ffc80 - Bump version to 0.4.6
6dd2ec75f0 - Move client storage to the Node-RED user directory.
Compare 3 commits »
skylord123 synced commits to master at skylord123/node-red-contrib-matrix-chat from mirror 2022-02-03 19:38:37 -07:00
ae386b90a6 Fix olm library reference.
skylord123 synced new reference 0.4.1 to skylord123/node-red-contrib-matrix-chat from mirror 2022-02-03 19:38:37 -07:00
skylord123 synced new reference 0.4.0 to skylord123/node-red-contrib-matrix-chat from mirror 2022-02-03 11:28:37 -07:00
skylord123 synced commits to master at skylord123/node-red-contrib-matrix-chat from mirror 2022-02-03 11:28:37 -07:00
4d1ec9e65c - Make it clear that manually generating a Device ID is bad behavior
2fcd463eb6 - Update release to 0.4.0
b44629c84e - When checking authentication we should retry startup if the error we receive isn't related to invalid auth token (M_UNKNOWN_TOKEN)
9f0a962991 - Fixed: Reactions weren't working because sendCompleteEvent is a private method.
f3df8c6f97 This comment is no longer necessary since we implemented it.
Compare 8 commits »
skylord123 synced new reference 0.3.0 to skylord123/node-red-contrib-matrix-chat from mirror 2022-01-14 18:48:37 -07:00
skylord123 synced commits to master at skylord123/node-red-contrib-matrix-chat from mirror 2022-01-14 18:48:37 -07:00
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).