mautrix-go/bridgev2
Tulir Asokan 5a3dd8d45c
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
imports: use html instead of x/net/html for escaping
2024-11-15 15:34:31 +02:00
..
bridgeconfig bridgev2/config: add more granular control over room tags 2024-11-13 18:31:41 +02:00
commands imports: use html instead of x/net/html for escaping 2024-11-15 15:34:31 +02:00
database bridgev2/database: include portal receiver in reaction queries 2024-11-14 14:58:08 +02:00
matrix bridgev2/config: add more granular control over room tags 2024-11-13 18:31:41 +02:00
networkid bridgev2/networkid: update receiver docs 2024-09-14 12:54:05 +03:00
simplevent bridgev2/portal: run post handle even if chat resync is short-circuited 2024-11-06 15:58:56 +01:00
unorganized-docs bridgev2/unorganized-docs: update features 2024-08-20 00:53:07 +03:00
backfillqueue.go bridgev2/backfill: don't try to backfill if client is logged out 2024-10-10 17:05:10 +03:00
bridge.go bridgev2: add optional stop method for network connectors 2024-10-14 19:47:22 +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,event: add basic support for polls 2024-10-07 16:07:02 +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 Remove unused InviteUser in the MatrixAPI interface 2024-11-06 11:24:00 +01:00
matrixinvite.go bridgev2: stop using GetCachedUserLogins 2024-08-28 13:41:21 +03:00
messagestatus.go bridgev2: add option to use deterministic ID for outgoing messages (#292) 2024-10-10 16:51:20 +03:00
networkinterface.go mediaproxy: pass through query parameters 2024-11-06 13:11:31 +01:00
portal.go bridgev2/database: include portal receiver in reaction queries 2024-11-14 14:58:08 +02:00
portalbackfill.go bridgev2/backfill: do complete callback if messages are cut off 2024-10-07 19:49:00 +03:00
portalinternal.go bridgev2: add option to use deterministic ID for outgoing messages (#292) 2024-10-10 16:51:20 +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/queue: add shortcut for QueueRemoteEvent 2024-09-26 12:12:02 +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/commands: include state event in list-logins 2024-11-13 15:26:01 +02:00
userlogin.go bridgev2: add option to split all portals by user login 2024-09-13 23:36:47 +03:00