17 Jul 2024 |
| alan joined the room. | 17:53:59 |
| alan left the room. | 18:41:21 |
18 Jul 2024 |
GitHub | [mautrix/go] libsdf starred the repo | 09:51:56 |
GitHub | [mautrix/go] tulir pushed
8 commits
to
main: -
c48630b4
bridgev2/backfill: add config
-
328be908
bridgev2/backfill: add stub backfill queue
-
f80e3d68
bridgev2/backfill: actually call backfill function
-
18bca337
bridgev2/backfill: insert backfill queue task when creating portal
-
edc71a5e
bridgev2/backfill: actually run backfill queue
-
c0aa5898
bridgev2/ghost: adjust UpdateInfoIfNecessary logs
-
6509b11d
bridgev2/backfill: add more logs
-
3fe5071c
bridgev2/database: rename backfill_queue to backfill_task
| 13:51:35 |
GitHub | [mautrix/go] tulir pushed
4 commits
to
main: -
28d15fa7
bridgev2/commands: add command to delete all portals
-
ceb66400
bridgev2/backfill: respect `unread_hours_threshold` config option
-
e341bdf0
bridgev2: implement more fields in SimpleRemoteEvent
-
5a7e002b
bridgev2/backfill: do forward backfill after room creation
| 14:43:11 |
GitHub | [mautrix/go] tulir pushed
1 commit
to
main: -
910e3ee7
bridgev2/backfill: create new timer every time
| 14:53:34 |
GitHub | [mautrix/go] tulir pushed
1 commit
to
main: -
b395abf6
bridgev2: add extra metadata to SendMessage calls
| 15:22:34 |
GitHub | [mautrix/go] tulir pushed
1 commit
to
main: -
a4b0b55d
bridgev2/backfill: add support for reactions
| 17:00:36 |
GitHub | [mautrix/go] adamvy pushed
1 commit
to
adam/misc (new branch): -
569ef501
keysharing: Add user_id to room key request logs
| 18:41:42 |
GitHub | [mautrix/go] adamvy requested a review from tulir for
pull request
#259: keysharing: Add user_id to room key request logs
| 18:41:52 |
GitHub | [mautrix/go] adamvy opened
pull request
#259: keysharing: Add user_id to room key request logs
| 18:41:54 |
GitHub | [mautrix/go] tulir commented on
pull request
#259: keysharing: Add user_id to room key request logs:
It's supposed to be added by the caller https://github.com/mautrix/go/blob/main/crypto/machine.go#L395
| 20:18:35 |
19 Jul 2024 |
GitHub | [mautrix/go] sumnerevans force pushed
1 commit
to
verification-helper-other-reports-done: -
ca6929c2
verificationhelper: add callback for when other user reports done […]
| 00:38:18 |
GitHub | [mautrix/go] tulir pushed
4 commits
to
main: -
26776481
bridgev2/backfill: wake up backfill queue after creating task
-
804fd19b
bridgev2/legacymigrate: move post-migration DM portal fixing from slack
-
b8a06720
bridgev2: implement `private_chat_portal_meta` option
-
b881a7d4
bridgev2: fix bugs in avatar handling
| 11:08:37 |
morguldir | 👀 | 11:50:52 |
GitHub | [mautrix/go] tulir pushed
2 commits
to
main: -
81028a6a
bridgev2: add interfaces for mutes, tags and marked unread bridging
-
cc5f225b
bridgev2/database: fix getting DM portals with user
| 13:06:08 |
| nieb joined the room. | 17:08:38 |
| meesonthatguy joined the room. | 17:09:21 |
GitHub | [mautrix/go] tulir pushed
1 commit
to
main: -
ea591b0a
bridgev2/login: redo cookie login params
| 18:18:08 |
| Danny Seymour joined the room. | 21:28:06 |
Danny Seymour | For those of us who run our own bridges on our home servers, how is the megabridge transition going to work? My main concern is that having the bridge client-side means that people on my home server will need to have an application they run on their device to do bridging. Is that application going to be OSS? How would it work with clients like Element instead of Beeper? | 21:40:13 |
Sumner Evans | megabridge supports running client-side and server-side. If you are running it on your own homeserver, you'll run it in server-side mode | 21:40:58 |
Sumner Evans | In fact, the server-side mode is the one we are using for developing the bridges right now. | 21:42:06 |
20 Jul 2024 |
GitHub | [mautrix/go] tulir pushed
1 commit
to
main: -
cfd7cb77
bridgev2: update definition of extract_js
| 12:16:25 |
morguldir | i assume it helps a lot that the devs run their own homeservers as well | 12:17:40 |
GitHub | [mautrix/go] tulir pushed
3 commits
to
main: -
5a3a88cd
bridgev2/provisioning: add whoami endpoint
-
dff2164c
bridgev2/provisioning: add missing parameter to start_dm endpoint
-
8cb5d5cc
bridgev2/provisioning: fix invalid auth error code
| 17:31:00 |
GitHub | [mautrix/go] tulir pushed
1 commit
to
main: -
24ead553
bridgev2/provisioning: add separate error for missing auth
| 18:15:17 |
david | Hey, not sure if this is the right channel, but my websocket connection keeps getting disconnected
18:31:11 bridge | 2024-07-20T18:31:11Z DBG Error reading from websocket error="websocket: close 1006 (abnormal closure): unexpected EOF"
18:31:11 bridge | 2024-07-20T18:31:11Z ERR Error in appservice websocket error="websocket: close 1006 (abnormal closure): unexpected EOF" action="appservice websocket"
18:31:11 bridge | 2024-07-20T18:31:11Z INF Websocket disconnected, reconnecting... action="appservice websocket" backoff_seconds=2
18:31:14 bridge | 2024-07-20T18:31:14Z DBG Appservice transaction websocket opened
anything I can do here to fix that?
| 18:41:22 |
tulir | is the ping interval set properly? | 18:42:01 |
david | err let me check | 18:42:22 |