Commit Graph

585 Commits (e86fb115120a9d7bebe76727cc9fca8b8530fd9d)

Author SHA1 Message Date
Nyaaori 332e7c9dba
refactor: prepare src/database/key_value/room/state.rs from src/database/key_value.rs 2 years ago
Nyaaori 0213a32e6a
refactor: prepare src/database/key_value/room/edus/typing.rs from src/database/key_value.rs 2 years ago
Nyaaori cd3a163816
refactor: prepare src/database/key_value/room/lazy_load.rs from src/database/key_value.rs 2 years ago
Nyaaori 2950349adf
refactor: prepare src/database/key_value/room/metadata.rs from src/database/key_value.rs 2 years ago
Nyaaori 56cacf6f1c
refactor: prepare src/database/key_value/room/alias.rs from src/database/key_value.rs 2 years ago
Nyaaori 0f77ae14e4
refactor: prepare src/database/key_value/room/directory.rs from src/database/key_value.rs 2 years ago
Nyaaori 8fa990330f
refactor: prepare src/database/key_value/room/edus/presence.rs from src/database/key_value.rs 2 years ago
Nyaaori 84630f90b7
refactor: prepare src/database/key_value/room/edus/read_receipt.rs from src/database/key_value.rs 2 years ago
Jakub Kubík 1869a38b85
refactor(edus): split edus into separate modules 2 years ago
Timo Kösters 865e35df17
Work on rooms/state, database, alias, directory, edus services, event_handler, lazy_loading, metadata, outlier, and pdu_metadata 2 years ago
Nyaaori 604b1a5cf1 refactor: Prepare src/database/key_value.rs 2 years ago
Nyaaori 1ccc226c6b
refactor: prepare src/database/key_value.rs from src/service/rooms/pdu_metadata/mod.rs 2 years ago
Nyaaori 715b30a2b5
refactor: prepare src/database/key_value.rs from src/service/rooms/outlier/mod.rs 2 years ago
Nyaaori 931c8ece4a
refactor: prepare src/database/key_value.rs from src/service/rooms/metadata/mod.rs 2 years ago
Nyaaori 85e571badd
refactor: prepare src/database/key_value.rs from src/service/rooms/lazy_loading/mod.rs 2 years ago
Nyaaori a563b1ba9a
refactor: prepare src/database/key_value.rs from src/service/rooms/edus/mod.rs 2 years ago
Nyaaori 9e1ab74bb4
refactor: prepare src/database/key_value.rs from src/service/rooms/directory/mod.rs 2 years ago
Nyaaori a2a327af7c
refactor: prepare src/database/key_value.rs from src/service/rooms/state/mod.rs 2 years ago
Nyaaori 33c0e0f430
refactor: prepare src/database/key_value.rs from src/service/rooms/alias/mod.rs 2 years ago
Nyaaori 28644f236e
refactor: prepare src/database/key_value.rs from src/service/rooms/state/data.rs 2 years ago
Timo Kösters 025b64befc
refactor: renames and split room.rs 2 years ago
Nyaaori 27e2f0d545
refactor: prepare splitting src/database/rooms.rs to src/service/rooms/alias.rs 2 years ago
Zeyphros 1c31f7905f
Update command comment to coincide with the default action 2 years ago
Zeyphros f6183e457d
Implement command to deactivate user from admin channel
Use `leave_room` in `leave_all_rooms`

WIP: Add command to delete a list of users
also implements a flag to prevent the user from being removed from their joined rooms.

Report user deactivation failure reason

Don't send leave events by default when mass deactivating user accounts

Don't stop leaving rooms if an error was encountered

WIP: Rename command, make flags consistent, don't deactivate admin accounts.
Accounts should be deactivated as fast as possible and removing users from joined groups is completed afterwards.

Fix admin safety logic, improve command output

Continue leaving rooms if a room_id is invalid

Ignore errors from leave_room

Add notice to the list-local-users command
Output form list-local-users can be used directly without modification with the deactivate-all command

Only get mutex lock for admin room when sending message
2 years ago
Dietrich 7bee9c1c69 Length of passwords consistently use the constant 2 years ago
Timo Kösters 0bc03e90a1
improvement: make more things async 2 years ago
Timo Kösters 9b898248c7
feat: more admin commands, better logging 2 years ago
Timo Kösters f8547ecba4 Merge branch 'create-user-command' into 'next'
added a command to the admin bot to create a new user, even with registration disabled

See merge request famedly/conduit!354
2 years ago
= bb033fe02a added a command to the admin bot to create a new user, even with registration disabled 2 years ago
Zeyphros 090d0fe684
Fix typo 2 years ago
Zeyphros 07a3a6fa9a
Return an error when signing an event fails
Prevents the server from crashing/become unresponsive when overly long
messages are sent
2 years ago
Timo Kösters e4600ccfef
bump ruma 2 years ago
Timo Kösters 0ae39807a4
Add V9 to list of allowed versions 2 years ago
Nyaaori d655f4c1be
Cleanup rooms.rs, globals.rs, and pdu.rs 2 years ago
Nyaaori 4b28146ee7
Support room version 3 2 years ago
Nyaaori d8a3b257f2
Enable room version 4 2 years ago
Nyaaori 714873694d
Refactor room version support, add default room version config 2 years ago
Timo Kösters 9e29dc808f Merge branch '198-support-user-password-resets' into 'next'
feat: support user password resets

Closes #198

See merge request famedly/conduit!339
2 years ago
Jakub Kubík ada07de204 feat: support user password resets 2 years ago
Timo Kösters df4c38cb61
fix: remove warnings 2 years ago
Timo Kösters 2808dd2000
Ruma upgrade 2 years ago
Timo Kösters 566833111c
refactor: small improvements 2 years ago
chenyuqide 21bc099ccf
Update ruma 2 years ago
Timo Kösters 1ce03059a0 Merge branch 'next' into 'next'
Fix wrong associated type in OutgoingKind::Appservice

See merge request famedly/conduit!324
2 years ago
Timo Kösters 9ed352d4c0 Merge branch '199-fix-kick-ban-over-federation' into 'next'
fix: fix kick and ban events over federation

Closes #199

See merge request famedly/conduit!338
2 years ago
Jakub Kubík a08c667230
docs: add comments for clarification of recent changes 2 years ago
Jakub Kubík 414c7c40c4
fix: remove our server from the list of servers to send the event PDU to 2 years ago
Jakub Kubík 1712e63e06
fix: fix kick and ban events over federation
Fix the scenario where a MembershipState change event was not sent to the server of a user kicked/banned from a room on a Conduit instance if there were not any other users from that server in the room.
2 years ago
Andrej Kacian 9046223e7f Send PDU to appservice if state_key is their user ID
Fixes #110.
2 years ago
chenyuqide 5695121f38 Fix wrong associated type in OutgoingKind::Appservice 2 years ago
Andrej Kacian 196c83939c Add show-config admin room command 2 years ago
Jonathan de Jong e9f87e1952 update ruma 2 years ago
Timo Kösters 6602f6114c
fix: redacts can't error anymore 2 years ago
Timo Kösters 0c4b42ac13 Merge branch 'parse-pdu-command-panic' into 'next'
fix: do not panic on a JSON not containing the PDU

Closes #236

See merge request famedly/conduit!304
2 years ago
M0dEx d4217007fe
fix: do not panic on a JSON not containing the PDU
Do not panic on a JSON not containing the PDU when executing the parse-pdu admin command.
2 years ago
Jonathan de Jong 35b82d51cf fix compilations 2 years ago
Timo Kösters 2b644ef7b7 Merge branch 'tracing-cleanup' into 'next'
Remove unnecessary tracing::instrument attributes

See merge request famedly/conduit!302
2 years ago
Jonas Platte 0ad6eac4f8
Remove all tracing::instrument attributes from database::abstraction::* 2 years ago
Timo Kösters 914152fcbd Merge branch 'syncfast' into 'next'
improvement: faster /syncs

Closes #231

See merge request famedly/conduit!297
2 years ago
Timo Kösters 2a00c547a1
improvement: faster /syncs 2 years ago
Timo Kösters 0565b5a6c8 Merge branch 'show-dns-setup-error' into 'next'
Display actual error message from TokioAsyncResolver, if any

See merge request famedly/conduit!296
2 years ago
Timo Kösters f3502beb94 Merge branch 'welcome-message-command-hint' into 'next'
feat: add welcome message command hint

See merge request famedly/conduit!299
2 years ago
Timo Kösters d6b9874b35 Merge branch 'fix-admin-self-commands' into 'next'
Fix admin room processing commands from its own messages

See merge request famedly/conduit!293
2 years ago
Jonas Platte 5fa9190117
Simplify return type of most route handlers 2 years ago
Jonas Platte 1f7b3fa4ac
Port from Rocket to axum 2 years ago
Jonas Platte 5db4c001d1
Remove another unnecessary use of an event enum 2 years ago
M0dEx f602d32aaa
feat: add the actual server name to the welcome message 2 years ago
M0dEx a6976e6d2d
feat: add 'available' to the help command line in the welcome message 2 years ago
M0dEx f2b8aa28f3
feat: add a line with the help command to the welcome message 2 years ago
Andrej Kacian bfbefb0cd2 Display actual error message from TokioAsyncResolver, if any 2 years ago
Andrei Vasiliu 31918bb990 Fix admin room processing commands from its own messages 2 years ago
Timo Kösters eb0b2c429f
fix: crash on empty search 2 years ago
Timo Kösters 8db7d2c025 Merge branch 'asonix/encourage-reqwest-reuse' into 'next'
Re-use a basic reqwest client in all possible cases

See merge request famedly/conduit!265
2 years ago
Andrei Vasiliu e1c0dcb6bb Create admin room and hide migration messages on first run 2 years ago
Andrei Vasiliu b56efcdc2a Merge remote-tracking branch 'origin/next' into command-refactor
Fixed a small conflict in admin.rs
2 years ago
Andrei Vasiliu 6399a7fe4e Remove dash from admin command help 2 years ago
Jonas Platte 974c10e739
Move Config out of database module 2 years ago
Jonas Platte abb4b4cf0b
Remove TryFrom, TryInto imports
They are no longer needed in the 2021 edition.
2 years ago
Andrei Vasiliu 4bbff69a24 Merge remote-tracking branch 'origin/next' into command-refactor
Fixed conflict with commit 78502aa6b1
2 years ago
Andrei Vasiliu 87225e70c3 Parse admin command body templates from doc comments 2 years ago
Torsten Flammiger 28d3b348d2 Return the ID of the appservice that was created by register_appservice 2 years ago
Torsten Flammiger 78502aa6b1 add error handling for register_appservice too 2 years ago
Torsten Flammiger cc13112592 Cleanup appservice events after removing the appservice 2 years ago
Andrei Vasiliu 677f044d13 Refactor admin code to always defer command processing 2 years ago
Aode (lion) b39ddf7be9 Rename reqwest clients, mention cheap client clones in comment 2 years ago
Andrej Kacian 529e88c7f9 Do not copy mxc string unnecessarily in db.get_thumbnail() 2 years ago
Aode (lion) 1059f35fdc use pre-constructed client for well-known requests also 2 years ago
Aode (Lion) f8d1c1a8af Re-use a basic request in all possible cases 2 years ago
Jonas Platte 9c2000cb89
Upgrade Ruma 2 years ago
Andrei Vasiliu 7505548b94 Merge remote-tracking branch 'refs/remotes/origin/next' into command-refactor
Resolved conflict for the new list_local_users command
3 years ago
Timo Kösters f50bdb6010 Merge branch 'list_local_users' into 'next'
Implement list_local_users command

See merge request famedly/conduit!260
3 years ago
Andrei Vasiliu 57979da28c Change structopt to clap, remove markdown dependency 3 years ago
Timo Kösters 5d3ba5c628 Merge branch 'WIP_persy_batch_next' into 'next'
feat: Integration with persy using background ops

See merge request famedly/conduit!231
3 years ago
Torsten Flammiger 960ba8bd99 Merged current next 3 years ago
Torsten Flammiger ba6d72f3f9 Reformatted 3 years ago
Andrei Vasiliu cc3ef1a8be Improve help text for admin commands 3 years ago
Andrei Vasiliu f244c0e2ce Merge remote-tracking branch 'refs/remotes/origin/next' into command-refactor 3 years ago
Andrei Vasiliu e378bc4a2c Refactor admin commands to use structopt 3 years ago
Jonas Platte 6bb1081b71
Use BTreeMap::into_values
Stable under new MSRV.
3 years ago
Jonas Platte 756a41f22d
Fix rustc / clippy warnings 3 years ago