- 25 Jan, 2021 3 commits
-
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
Better Matrix plumbed room migration See merge request !2126
-
- 20 Jan, 2021 4 commits
-
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
When we detected some bad JSON, we just returned from the function which caused us to never `resume` the line reading.
-
Eric Eastwood authored
-
- 18 Jan, 2021 2 commits
-
-
Eric Eastwood authored
21.17.0
-
Eric Eastwood authored
-
- 15 Jan, 2021 8 commits
-
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
Bridge room renames over to Matrix Closes #2700 and #2699 See merge request !2124
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
Add script to migrate plumbed Matrix rooms See merge request !2119
-
Eric Eastwood authored
-
Eric Eastwood authored
Add chat message report support for virtualUsers Closes #2624 See merge request !2120
-
- 14 Jan, 2021 1 commit
-
-
Eric Eastwood authored
Part of #2674 Part of https://github.com/matrix-org/matrix-appservice-gitter/issues/104
-
- 13 Jan, 2021 3 commits
-
-
Eric Eastwood authored
Fix #2699 and #2700 Follow-up to !2123
-
Eric Eastwood authored
-
Eric Eastwood authored
Bridge room updates to Matrix Closes #2636 See merge request !2123
-
- 12 Jan, 2021 1 commit
-
-
Eric Eastwood authored
Fix #2636
-
- 09 Jan, 2021 6 commits
-
-
Eric Eastwood authored
Fix #2624
-
Eric Eastwood authored
-
Eric Eastwood authored
Add Element instance for easy local Gitter <-> Matrix bridge testing See merge request !2121
-
Eric Eastwood authored
Commit latest translation changes See merge request !2122
-
Eric Eastwood authored
-
Eric Eastwood authored
-
- 07 Jan, 2021 3 commits
-
-
Eric Eastwood authored
-
Eric Eastwood authored
Make threaded messages reply to last message in thread when bridging to Matrix Closes #2658 See merge request !2108
-
Eric Eastwood authored
Fix threaded messages always replying to parent in Matrix #2658
-
- 05 Jan, 2021 5 commits
-
-
Eric Eastwood authored
21.16.0
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
Reserve username when hellbanning trouble user Closes #2708 See merge request !2117
-
-
- 22 Dec, 2020 2 commits
-
-
Eric Eastwood authored
-
Eric Eastwood authored
Make bridged Matrix room batch processing size smaller to avoid cursor timeout See merge request !2115
-
- 18 Dec, 2020 2 commits
-
-
Eric Eastwood authored
If our update loop takes more than 10 minutes to process the previous batch size of 100 the cursor can idle timeout We are just adjusting the size down so we can process the 25 batch in time and grab the next batch from the cursor. ``` { MongoError: Cursor not found, cursor id: 402055493628 at Function.MongoError.create (/opt/gitter/gitter-webapp/node_modules/mongoose/node_modules/mongodb-core/lib/error.js:31:11) at /opt/gitter/gitter-webapp/node_modules/mongoose/node_modules/mongodb-core/lib/connection/pool.js:483:72 at authenticateStragglers (/opt/gitter/gitter-webapp/node_modules/mongoose/node_modules/mongodb-core/lib/connection/pool.js:429:16) at Connection.messageHandler (/opt/gitter/gitter-webapp/node_modules/mongoose/node_modules/mongodb-core/lib/connection/pool.js:463:5) at Socket.<anonymous> (/opt/gitter/gitter-webapp/node_modules/mongoose/node_modules/mongodb-core/lib/connection/connection.js:309:22) at Socket.emit (events.js:198:13) at Socket.EventEmitter.emit (domain.js:448:20) at addChunk (_stream_readable.js:288:12) at readableAddChunk (_stream_readable.js:269:11) at Socket.Readable.push (_stream_readable.js:224:10) at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17) name: 'MongoError', message: 'Cursor not found, cursor id: 402055493628', ok: 0, errmsg: 'Cursor not found, cursor id: 402055493628', code: 43 } 'MongoError: Cursor not found, cursor id: 402055493628\n at Function.MongoError.create (/opt/gitter/gitter-webapp/node_modules/mongoose/node_modules/mongodb-core/lib/error.js:31:11)\n at /opt/gitter/gitter-webapp/node_modules/mongoose/node_modules/mongodb-core/lib/connection/pool.js:483:72\n at authenticateStragglers (/opt/gitter/gitter-webapp/node_modules/mongoose/node_modules/mongodb-core/lib/connection/pool.js:429:16)\n at Connection.messageHandler (/opt/gitter/gitter-webapp/node_modules/mongoose/node_modules/mongodb-core/lib/connection/pool.js:463:5)\n at Socket.<anonymous> (/opt/gitter/gitter-webapp/node_modules/mongoose/node_modules/mongodb-core/lib/connection/connection.js:309:22)\n at Socket.emit (events.js:198:13)\n at Socket.EventEmitter.emit (domain.js:448:20)\n at addChunk (_stream_readable.js:288:12)\n at readableAddChunk (_stream_readable.js:269:11)\n at Socket.Readable.push (_stream_readable.js:224:10)\n at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)' ```
-
Eric Eastwood authored
-