Charles Hall
|
9d592d60d2
|
remove dockerlint step because it does nothing
It's configured to let the pipeline pass even if there are warnings or
errors, i.e. it's pointless.
|
2024-01-24 07:22:37 -08:00 |
|
Charles Hall
|
25ceb5ebd8
|
remove commented out ci step
If you want it back, just look at the git history.
|
2024-01-24 07:22:37 -08:00 |
|
Charles Hall
|
6f052fff98
|
improve nix flake
Also fix the comment in `Cargo.toml` about the rust-version stuff.
|
2024-01-24 07:22:37 -08:00 |
|
Charles Hall
|
e8ac881b2f
|
add an engage file
See <https://charles.page.computer.surgery/engage/> for info.
|
2024-01-24 07:22:37 -08:00 |
|
Charles Hall
|
0d17aedae5
|
fix cargo doc lints
Rustdoc (rightfully) thought the `[commandbody]` "tags" were broken
links, so I've just made them links to nothing instead.
|
2024-01-24 07:22:37 -08:00 |
|
Charles Hall
|
ab1fff2642
|
fix cargo clippy lints
|
2024-01-24 07:22:37 -08:00 |
|
Charles Hall
|
92c5b6b86c
|
fix cargo check lints
|
2024-01-24 07:22:25 -08:00 |
|
Charles Hall
|
dc2f53e773
|
comment out heed backend things
The code in conduit doesn't compile.
|
2024-01-18 12:27:48 -08:00 |
|
Timo Kösters
|
2475995102
|
Merge branch 'conduit/declare-1.5-support' into 'next'
declare 1.5 support
See merge request famedly/conduit!568
|
2024-01-17 17:56:21 +00:00 |
|
Charles Hall
|
835f4ad8cf
|
declare 1.5 support
|
2024-01-16 13:52:56 -08:00 |
|
Val Lorentz
|
8175bc1246
|
Explicitly match RoomVersionId::V11
|
2023-12-24 19:04:48 +01:00 |
|
Val Lorentz
|
eb7ac91cd5
|
Reuse existing get_room_version
|
2023-12-24 19:02:03 +01:00 |
|
Timo Kösters
|
ca6219723b
|
Merge branch 'conduit/envrc-shebang' into 'next'
add shebang to .envrc
See merge request famedly/conduit!566
|
2023-12-24 15:36:52 +00:00 |
|
Timo Kösters
|
40c7c248fb
|
Merge branch 'conduit/rm-presence-panic' into 'next'
don't panic on missing presence status for a user
See merge request famedly/conduit!565
|
2023-12-24 15:36:36 +00:00 |
|
Charles Hall
|
8f3f5c01f9
|
add shebang to .envrc
All this really does is make syntax highlighting and shellcheck work by
default in more editors.
|
2023-12-23 22:21:19 -08:00 |
|
Charles Hall
|
9d7f7b871b
|
don't panic on missing presence status for a user
|
2023-12-23 21:01:01 -08:00 |
|
Timo Kösters
|
30f0871e21
|
Merge branch 'sendjoin-signature-error' into 'next'
Log underlying error when rejecting sendjoin response
See merge request famedly/conduit!563
|
2023-12-11 15:11:42 +00:00 |
|
Val Lorentz
|
98e81c6217
|
Log underlying error when rejecting sendjoin response
|
2023-12-03 19:38:09 +01:00 |
|
Val Lorentz
|
5a7bb1e8f1
|
Return error instead of panic when first event is not m.room.create
|
2023-12-02 17:51:19 +01:00 |
|
Val Lorentz
|
520806d413
|
Use Ruma's redact_content_in_place instead of custom implementation
|
2023-12-01 19:12:23 +01:00 |
|
Val Lorentz
|
9646439a94
|
Enable support for room v11
|
2023-12-01 18:29:15 +01:00 |
|
Val Lorentz
|
fac995036a
|
create_hash_and_sign_event: Use actual version of RoomCreate events, instead of the default
|
2023-12-01 18:29:15 +01:00 |
|
Val Lorentz
|
18bfd79ef2
|
Remove "creator" key when upgrading rooms to v11
|
2023-12-01 18:28:51 +01:00 |
|
Val Lorentz
|
a3b8eea9b4
|
Move "redacts" key to "content" in redaction events in v11 rooms
|
2023-12-01 18:28:51 +01:00 |
|
Val Lorentz
|
d39d30008a
|
Remove "creator" property from rooms >= v11
|
2023-12-01 15:11:26 +01:00 |
|
AndSDev
|
f3b6b3e222
|
feat: send push notification on invite to invited user and etc
|
2023-11-07 12:46:53 +00:00 |
|
Timo Kösters
|
3bfdae795d
|
Merge branch 'sliding' into 'next'
Sliding sync improvements and redaction fixes
See merge request famedly/conduit!549
|
2023-09-13 18:57:57 +00:00 |
|
Timo Kösters
|
75c80df271
|
Sliding sync improvements and redaction fixes
|
2023-09-13 20:54:53 +02:00 |
|
Timo Kösters
|
094cb888d4
|
Merge branch 'badacl' into 'next'
fix: ACL error shouldn't break the whole request
See merge request famedly/conduit!542
|
2023-09-13 18:46:03 +00:00 |
|
Timo Kösters
|
fa725a14e2
|
Merge branch 'lukehmcc-next-patch-37096' into 'next'
Update README.md to fix typo & fix compatibility with new versions of docker compose
See merge request famedly/conduit!545
|
2023-09-11 18:34:06 +00:00 |
|
Luke McCarthy
|
9b3664aeeb
|
Update README.md to fix typo & fix compatibility with new versions of docker compose
|
2023-08-27 02:14:03 +00:00 |
|
Jonas Zohren
|
90fea00dc7
|
Merge branch 'docs-docker-coturn' into 'next'
Docs: coturn instructions for docker
See merge request famedly/conduit!498
|
2023-08-23 14:18:42 +00:00 |
|
Jonas Zohren
|
20924a44f1
|
Suggestion on how to generate a secure key
|
2023-08-23 11:17:47 +02:00 |
|
purplemeteorite
|
38d6426b0e
|
coturn setup instructions for docker
|
2023-08-23 11:09:21 +02:00 |
|
Timo Kösters
|
9b55ce933a
|
Back off from more events, don't retry auth events
|
2023-08-12 09:53:32 +02:00 |
|
Timo Kösters
|
f73a657a23
|
fix: ACL error shouldn't break the whole request
|
2023-08-11 20:29:22 +02:00 |
|
Timo Kösters
|
6dfb262ddf
|
Merge branch 'patch-3' into 'next'
log handling previous event time as debug
See merge request famedly/conduit!540
|
2023-08-11 09:27:42 +00:00 |
|
Timo Kösters
|
75cdc3a1f6
|
Merge branch 'roomversionwarnings' into 'next'
Do not show "Invalid room version" errors when server is not in room
See merge request famedly/conduit!541
|
2023-08-11 09:27:23 +00:00 |
|
Timo Kösters
|
11103a92ed
|
Do not show "Invalid room version" errors when server is not in room
|
2023-08-11 10:48:48 +02:00 |
|
girlbossceo
|
ce2017a10e
|
log handling previous event time as debug
Signed-off-by: girlbossceo <june@girlboss.ceo>
|
2023-08-10 23:12:37 +00:00 |
|
Timo Kösters
|
0c2cfda3ae
|
Merge branch 'next' into 'master'
Merge remote-tracking branch 'origin/next'
See merge request famedly/conduit!538
|
2023-08-10 17:01:56 +00:00 |
|
Timo Kösters
|
4bf8ee1f74
|
Merge branch 'nextversion' into 'next'
Bump version to v0.6.0
See merge request famedly/conduit!537
|
2023-08-10 16:58:47 +00:00 |
|
Timo Kösters
|
5d16948030
|
Bump version to v0.6.0
|
2023-08-10 18:57:52 +02:00 |
|
Timo Kösters
|
b7b2eb9d05
|
Merge branch 'trust' into 'next'
improvement: matrix.org is default trusted server if unspecified
See merge request famedly/conduit!536
|
2023-08-10 15:50:16 +00:00 |
|
Timo Kösters
|
19bfee1835
|
improvement: matrix.org is default trusted server if unspecified
|
2023-08-10 17:45:58 +02:00 |
|
Timo Kösters
|
9db87550fd
|
Merge branch 'admincommands' into 'next'
improvement: more forgiving admin command syntax
See merge request famedly/conduit!535
|
2023-08-10 15:36:29 +00:00 |
|
Timo Kösters
|
606b25b9e7
|
improvement: more forgiving admin command syntax
|
2023-08-10 17:26:55 +02:00 |
|
Timo Kösters
|
fd9e52a559
|
More sanity checks
|
2023-08-10 11:45:31 +02:00 |
|
Timo Kösters
|
0a0f227601
|
Merge branch 'registrationtokens' into 'next'
Registrationtokens
Closes #372
See merge request famedly/conduit!533
|
2023-08-09 20:27:19 +00:00 |
|
Timo Kösters
|
183558150d
|
fix: don't show removed rooms in space
|
2023-08-09 22:21:21 +02:00 |
|