mautrix-go/bridgev2
Tulir Asokan 091a18d448
Some checks are pending
Go / Lint (latest) (push) Waiting to run
Go / Build (old, libolm) (push) Waiting to run
Go / Build (latest, libolm) (push) Waiting to run
Go / Build (old, goolm) (push) Waiting to run
Go / Build (latest, goolm) (push) Waiting to run
bridgev2/backfill: allow resync events to have bundled backfill data as an optimization
The network connector can provide arbitrary data in RemoteChatResync
events, which is passed to FetchMessages if the event triggers a
backfill. The network connector can then read the data and avoid
refetching those bundled messages.
2024-08-12 19:09:06 +03:00
..
bridgeconfig bridgev2/networkinterface: add support for handling Matrix member changes (#265) 2024-08-09 14:30:12 +03:00
commands bridgev2: redefine relay admin-only setting 2024-08-03 18:09:44 +03:00
database bridgev2/backfill: add support for batch limit overrides 2024-08-07 14:38:00 +03:00
matrix bridgev2/matrix: ignore already in room errors when sending invites 2024-08-12 14:32:42 +03:00
networkid bridgev2/events: add support for async sending and incoming event upserting 2024-07-30 16:28:02 +03:00
simplevent bridgev2/backfill: allow resync events to have bundled backfill data as an optimization 2024-08-12 19:09:06 +03:00
unorganized-docs bridgev2/login: add token type for user input 2024-08-03 21:04:21 +03:00
backfillqueue.go bridgev2/backfill: add support for batch limit overrides 2024-08-07 14:38:00 +03:00
bridge.go bridgev2/provisioning: allow network connectors to return custom HTTP errors 2024-08-10 23:26:05 +03:00
bridgestate.go bridgev2: add remote profile field in bridge states 2024-08-04 20:53:00 +03:00
disappear.go bridgev2: add extra metadata to SendMessage calls 2024-07-18 18:22:12 +03:00
errors.go bridgev2/errors: add helper to append to RespError message 2024-08-12 13:53:55 +03:00
ghost.go bridgev2: add IsGhostMXID helper function 2024-08-08 01:58:30 +03:00
login.go bridgev2/login: add token type for user input 2024-08-03 21:04:21 +03:00
matrixinterface.go bridgev2: add support for starting DM by inviting ghost 2024-08-09 23:32:54 +03:00
matrixinvite.go bridgev2: add support for starting DM by inviting ghost 2024-08-09 23:32:54 +03:00
messagestatus.go bridgev2/provisioning: allow network connectors to return custom HTTP errors 2024-08-10 23:26:05 +03:00
networkinterface.go bridgev2/backfill: allow resync events to have bundled backfill data as an optimization 2024-08-12 19:09:06 +03:00
portal.go bridgev2/backfill: allow resync events to have bundled backfill data as an optimization 2024-08-12 19:09:06 +03:00
portalbackfill.go bridgev2/backfill: allow resync events to have bundled backfill data as an optimization 2024-08-12 19:09:06 +03:00
portalinternal.go bridgev2/backfill: allow resync events to have bundled backfill data as an optimization 2024-08-12 19:09:06 +03:00
portalinternal_generate.go bridgev2: update portalinternal 2024-08-10 14:00:06 +03:00
portalreid.go bridgev2: rename some uses of ID to Key in reference to portal keys 2024-07-14 11:06:19 +03:00
queue.go bridgev2: add support for starting DM by inviting ghost 2024-08-09 23:32:54 +03:00
simpleremoteevent.go bridgev2/simplevent: add better default implementations of RemoteEvent 2024-07-25 13:21:45 +03:00
space.go bridgev2/database: move standard metadata fields to columns, add typing for custom metadata 2024-07-13 12:09:52 +03:00
user.go bridgev2/database: move standard metadata fields to columns, add typing for custom metadata 2024-07-13 12:09:52 +03:00
userlogin.go bridgev2/provisioning: nest bridge state in whoami response 2024-08-10 16:08:41 +03:00