Charles Hall
|
75358340bb
|
enable single_match_else lint
Also collapses some if statements in the federation name resolution code
|
2024-05-14 20:01:24 -07:00 |
|
Charles Hall
|
db4951c5fd
|
enable semicolon_if_nothing_returned lint
|
2024-05-14 20:01:24 -07:00 |
|
Charles Hall
|
96e1877639
|
enable redundant_closure_for_method_calls lint
|
2024-05-14 20:01:24 -07:00 |
|
Charles Hall
|
a636405bed
|
enable needless_pass_by_value lint
|
2024-05-14 20:01:24 -07:00 |
|
Charles Hall
|
2b8b5ccb1a
|
enable match_same_arms lint
|
2024-05-14 20:01:24 -07:00 |
|
Charles Hall
|
4e6c8451ca
|
enable match_bool lint
|
2024-05-14 20:01:24 -07:00 |
|
Charles Hall
|
224ba65d06
|
enable map_unwrap_or lint
|
2024-05-14 20:01:24 -07:00 |
|
Charles Hall
|
645d88177a
|
enable manual_string_new lint
|
2024-05-14 20:01:24 -07:00 |
|
Charles Hall
|
9606f59141
|
enable manual_let_else lint
|
2024-05-14 20:01:23 -07:00 |
|
Charles Hall
|
c51e87ec9a
|
enable items_after_statements lint
|
2024-05-14 19:59:43 -07:00 |
|
Charles Hall
|
ebae8ceeb0
|
enable implicit_clone lint
|
2024-05-14 19:59:43 -07:00 |
|
Charles Hall
|
b0f65913f3
|
enable ignored_unit_patterns lint
|
2024-05-14 19:59:43 -07:00 |
|
Charles Hall
|
623824dc0c
|
enable if_not_else lint
|
2024-05-14 19:59:40 -07:00 |
|
Charles Hall
|
da440934bd
|
enable doc_markdown lint
|
2024-05-14 16:34:10 -07:00 |
|
Charles Hall
|
0f2cf26a36
|
enable default_trait_access lint
|
2024-05-14 16:08:26 -07:00 |
|
Charles Hall
|
844b32f097
|
enable string_slice lint
Also swaps out vendored HTML-escaping code for a dependency that I
imagine has decent testing considering all of its reverse depedencies.
|
2024-05-12 19:08:12 -07:00 |
|
Charles Hall
|
9abe4799db
|
enable string_add lint
|
2024-05-12 19:01:29 -07:00 |
|
Charles Hall
|
cc5977b4e4
|
enable same_name_method lint
|
2024-05-12 18:51:48 -07:00 |
|
Charles Hall
|
052f3088e9
|
enable let_underscore_must_use lint
|
2024-05-12 18:51:26 -07:00 |
|
Charles Hall
|
bd6ea4e358
|
enable format_push_string lint
|
2024-05-12 18:51:26 -07:00 |
|
Charles Hall
|
71c48f66c4
|
enable as_conversions lint
There were some very, uh, creative (and inconsistent) ways to convert
between numeric types in here...
|
2024-05-12 18:51:26 -07:00 |
|
Charles Hall
|
a78bf8f50b
|
enable unused_lifetimes lint
|
2024-05-12 18:51:26 -07:00 |
|
Charles Hall
|
5d5e28770b
|
enable single_use_lifetimes lint
|
2024-05-12 18:51:26 -07:00 |
|
Charles Hall
|
bc2f7c6826
|
enable enum_variant_names lint
|
2024-05-12 18:51:26 -07:00 |
|
Charles Hall
|
2ff08c9fc4
|
enable dead_code lint
And delete all the dead code. And add some cfgs for feature-specific
items.
|
2024-05-12 18:51:26 -07:00 |
|
Charles Hall
|
d748544f0e
|
enable unreachable_pub lint
This causes some other lints to start firing too (which is good), but
I'm going to fix them in follow-up commits to keep things organized.
|
2024-05-12 18:51:26 -07:00 |
|
Charles Hall
|
a626e7b0f0
|
enable mod_module_files lint
|
2024-05-12 18:51:26 -07:00 |
|
Charles Hall
|
360e020b64
|
rename conduit to grapevine
|
2024-04-30 21:54:56 -07:00 |
|
Charles Hall
|
5619d7e318
|
remove program name from config option
This is technically a breaking change but this is really silly, I can't
not get rid of this.
|
2024-04-30 21:54:56 -07:00 |
|
Charles Hall
|
f27941d510
|
remove half-baked presence implementation
But I'm leaving behind the database state for now in case we want it
back later, so we won't need to do a migration or whatever.
|
2024-04-30 21:54:55 -07:00 |
|
Charles Hall
|
c9945f6bba
|
remove welcome message
|
2024-04-30 00:08:26 -07:00 |
|
Charles Hall
|
cddf6991f2
|
remove optional automatic display name emoji
|
2024-04-30 00:08:07 -07:00 |
|
Charles Hall
|
17a0b34309
|
remove version checker
This reverts commit b8c164dc60.
|
2024-04-29 22:18:28 -07:00 |
|
Timo Kösters
|
7c83372336
|
Merge branch 'exclusive-namespace-error' into 'next'
feat(appservice): ensure users/aliases outside of namespaces are not accessed
See merge request famedly/conduit!634
|
2024-04-24 21:39:20 +00:00 |
|
Matthias Ahouansou
|
3086271139
|
feat(appservice): ensure users/aliases outside of namespaces are not accessed
|
2024-04-24 19:51:28 +01:00 |
|
Matthias Ahouansou
|
e40aed3a7d
|
fix(state-accessor): hold the state_lock when checking if a user can invite
|
2024-04-24 19:17:00 +01:00 |
|
Matthias Ahouansou
|
1c4ae8d268
|
fix(redaction): use content.redacts when checking v11 events
|
2024-04-24 10:52:33 +01:00 |
|
Valentin Lorentz
|
89c1c2109c
|
Link to the specification from user_can_redact's documentation
|
2024-04-24 08:29:47 +02:00 |
|
Matthias Ahouansou
|
00d6aeddb6
|
refactor(redactions): move checks inside conduit
ruma was already accidentally performing these checks for us, but this shouldn't be the case
|
2024-04-23 23:05:27 +01:00 |
|
Valentin Lorentz
|
2d8c551cd5
|
Fix doc
|
2024-04-17 19:41:38 +02:00 |
|
Valentin Lorentz
|
eb6801290b
|
Document copy_redacts
|
2024-04-17 19:37:32 +02:00 |
|
Matthias Ahouansou
|
7a7c09785e
|
feat(pdu): copy top level redact to content and vice versa
|
2024-04-17 19:34:36 +02:00 |
|
Matthias Ahouansou
|
92817213d5
|
Add missing import
|
2024-04-12 05:15:37 +00:00 |
|
Matthias Ahouansou
|
ab8592526f
|
Replace panic!() with unreachable!()
|
2024-04-12 05:14:39 +00:00 |
|
Val Lorentz
|
b5e21f761b
|
Merge branch 'next' into 'room-v11'
# Conflicts:
# src/service/rooms/timeline/mod.rs
# src/utils/error.rs
|
2024-04-11 17:34:42 +00:00 |
|
Matthias Ahouansou
|
e88d137bd7
|
Replace panic!() with unreachable!()
|
2024-04-11 17:19:42 +00:00 |
|
Timo Kösters
|
f16bff2466
|
Merge branch 'user_can_membership' into 'next'
refactor(state_accessor): add method to check if a user can invite another user
See merge request famedly/conduit!621
|
2024-04-06 14:27:20 +00:00 |
|
Timo Kösters
|
e8796d6bf9
|
Merge branch 'admin-check-remote-users' into 'next'
fix: do not allow administration of remote users
Closes #377
See merge request famedly/conduit!614
|
2024-04-06 13:21:29 +00:00 |
|
Matthias Ahouansou
|
fe78cc8262
|
refactor(state_accessor): add method to check if a user can invite another user
|
2024-04-06 14:20:18 +01:00 |
|
Matthias Ahouansou
|
110b7e10e6
|
fix: do not allow administration of remote users
|
2024-04-05 10:56:28 +01:00 |
|