Commit graph

  • b1d9ec3efc
    fix: atomic increment Timo Kösters 2021-12-20 10:16:22 +01:00
  • ee3d2db8e0
    improvement, maybe not safe Timo Kösters 2021-12-19 10:48:28 +01:00
  • 83a9095cdc
    fix? Timo Kösters 2021-12-16 22:25:24 +01:00
  • 74951cb239
    dbg Timo Kösters 2021-12-16 21:42:53 +01:00
  • 4b4afea2ab
    fix auth event fetching Timo Kösters 2021-12-16 15:54:42 +01:00
  • c9c9974641
    fix: stack overflows when fetching auth events Timo Kösters 2021-12-16 14:52:19 +01:00
  • a30b588ede
    rocksdb as default Timo Kösters 2021-12-10 21:34:45 +01:00
  • 1d647a1a9a
    improvement: allow rocksdb again Timo Kösters 2021-10-16 15:19:25 +02:00
  • b25354c747 Merge branch 'add_remove_appservice' into 'next' Timo Kösters 2022-01-13 11:38:17 +00:00
  • eecd664c43 Reformat code Torsten Flammiger 2022-01-13 12:26:23 +01:00
  • f3ea2df9fe Merge branch 'simpler-traefik-nginx' into 'next' Timo Kösters 2022-01-13 11:18:15 +00:00
  • fbcbadf265 Merge branch 'rust-1.53' into 'next' Timo Kösters 2022-01-13 11:09:14 +00:00
  • bcf4ede0bc
    Restore compatibility with Rust 1.53 Jonas Platte 2022-01-13 12:06:20 +01:00
  • f5d1dda766 Merge branch 'up-ruma' into 'next' Timo Kösters 2022-01-13 10:52:13 +00:00
  • 84862352ba
    Replace to_string calls on string literals with to_owned Jonas Platte 2022-01-13 11:48:40 +01:00
  • cf54185a1c
    Use struct literals for consistency Jonas Platte 2022-01-13 11:48:18 +01:00
  • 349865d3cc
    Upgrade Ruma Jonas Platte 2022-01-13 11:44:23 +01:00
  • 2fa8171e79 Merge branch 'ci-use-sccache' into 'next' Timo Kösters 2022-01-13 10:42:33 +00:00
  • 8e12b47df4 Merge branch 'no-passwords-in-db' into 'next' Timo Kösters 2022-01-13 10:33:49 +00:00
  • 0ec26b7e96 Merge branch 'next' into 'next' Timo Kösters 2022-01-13 10:27:56 +00:00
  • b32e85ffa8 Merge branch 'up-ruma' into 'next' Timo Kösters 2022-01-13 10:24:45 +00:00
  • b746f17e56 Make traefik+nginx config more self-contained Ticho 34782694 2022-01-07 13:06:21 +00:00
  • 8d51359668 Fix typo and remove unneeded newline Torsten Flammiger 2021-12-26 20:49:19 +01:00
  • a69eb277d4 Update count users: It's now list_local_users and contains the number and the usernames Torsten Flammiger 2021-12-26 20:00:31 +01:00
  • 39787b41cb Rename admin command CountUsers -> CountLocalUsers; Update comments Torsten Flammiger 2021-12-26 12:04:38 +01:00
  • 2281bcefc6 Finalize count_local_users function Torsten Flammiger 2021-12-26 11:06:28 +01:00
  • d21030566c Rename/Add count methods to count_local_users Torsten Flammiger 2021-12-25 21:29:03 +01:00
  • 567cf6dbe9 Add command count_local_users to database/rooms.rs Torsten Flammiger 2021-12-25 20:51:22 +01:00
  • 7c1b2625cf Prepare to add an option to list local user accounts from your homeserver Torsten Flammiger 2021-12-24 23:06:54 +01:00
  • a889e884e6 refactor:moved key watch wake logic to specific module Tglman 2021-12-23 22:16:40 +00:00
  • aba95b20f3
    Upgrade Ruma Jonas Platte 2021-12-22 19:41:33 +01:00
  • c4a438460e Use Box to store UserID and DeviceID Moritz Bitsch 2021-12-22 19:26:23 +01:00
  • 7f2445be6c On unregister_appservice(service_name), remove the appservice service_name from cache too Torsten Flammiger 2021-12-22 16:48:27 +01:00
  • b6c9582cf4 Fix doc style comment according to Rust; VSCode added line breaks Torsten Flammiger 2021-12-22 13:09:56 +01:00
  • 7857da8a0b Add ability to remove an appservice Torsten Flammiger 2021-12-20 15:46:36 +01:00
  • 720a54b3bb Use String to store UserId for uiaa request Moritz Bitsch 2021-12-18 19:05:18 +01:00
  • 0725b69abb Clean up userdevicesessionid_uiaarequest BTreeMap Moritz Bitsch 2021-12-18 18:46:38 +01:00
  • fe8cfe0556 Add database migration to remove stored passwords Moritz Bitsch 2021-12-14 17:55:28 +01:00
  • 3d25d46dc5 Use simple BTreeMap to store uiaa requests Moritz Bitsch 2021-10-20 06:20:34 +02:00
  • 9b57c89df6 Merge branch 'more-event-id-arcs' into 'next' Timo Kösters 2021-12-16 13:06:30 +00:00
  • 34d3f74f36
    Use Arc for EventIds in PDUs Jonas Platte 2021-11-27 17:44:52 +01:00
  • 11a21fc136 Merge branch 'up-ruma' into 'next' Timo Kösters 2021-12-15 14:22:30 +00:00
  • 0183d003d0
    Revert rename of Ruma<_> parameters Jonas Platte 2021-12-15 13:58:25 +01:00
  • f712455047
    Reduce EventId copying Jonas Platte 2021-11-27 16:35:59 +01:00
  • 58ea081762
    Use int! macro instead of Int::from Jonas Platte 2021-11-27 16:04:19 +01:00
  • bffddbd487
    Simplify identifier parsing code Jonas Platte 2021-11-27 00:30:28 +01:00
  • 41fef1da64
    Remove unnecessary .to_string() calls Jonas Platte 2021-11-27 00:30:00 +01:00
  • 892a0525f2
    Upgrade Ruma Jonas Platte 2021-11-26 20:36:40 +01:00
  • 1fc616320a
    Use struct init shorthand Jonas Platte 2021-11-26 19:28:47 +01:00
  • 14a178d783 Merge branch 'update-docker-base-image' into 'next' Timo Kösters 2021-12-15 10:14:20 +00:00
  • 339a26f56c Update docker images Jonas Zohren 2021-12-15 10:14:20 +00:00
  • adb518fa0d
    CI: Use curl instead of wget Jonas Zohren 2021-12-14 11:16:40 +01:00
  • f91216dd3c
    CI: Optionally use sccache for compilation Jonas Zohren 2021-12-14 11:16:02 +01:00
  • ca724b6340 Merge branch '226-fix-docker-ci-issues' into 'next' Timo Kösters 2021-11-25 22:36:44 +00:00
  • 9bfc7b34b6 Fixes for !225 Jonas Zohren 2021-11-25 22:36:44 +00:00
  • afa5d449c6 Merge branch 'better-multiarch-building-the-second-attempt' into 'next' Timo Kösters 2021-11-21 17:34:09 +00:00
  • 2fff720df3 CI: New Multiarch builds and Docker images + cargo clippy/test output now integrated into GitLab Jonas Zohren 2021-11-21 17:34:08 +00:00
  • da00f611e9 Merge branch 'feature/turn-server-settings' into 'next' Timo Kösters 2021-11-19 16:39:24 +00:00
  • 9fccbb014a Implement TURN server authentication with hmac Moritz Bitsch 2021-10-02 00:37:39 +02:00
  • 109892b4b7 Implement turn server settings Moritz Bitsch 2021-10-01 15:53:16 +02:00
  • 24a835647c Merge branch 'nyaaori/fix-room-creation' into 'next' Jonas Platte 2021-11-09 16:34:51 +00:00
  • c4bce1d0c7
    Cleanup room.rs; replace unwraps with map_err Nyaaori 2021-11-09 16:12:44 +00:00
  • 9b63708685 Merge branch 'nyaaori/fix-join-panic' into 'next' Jonas Platte 2021-11-09 14:46:28 +00:00
  • 86177faae7
    Fix join panic bug Nyaaori 2021-11-07 07:57:15 +00:00
  • 2a749c1e99 Merge branch 'nyaaori/implement-report' into 'next' Timo Kösters 2021-11-03 14:17:32 +00:00
  • 5ae753b2e7 Merge branch 'amorgan-next-patch-81816' into 'next' Timo Kösters 2021-10-27 11:49:55 +00:00
  • 743bdbe961 Add 'Federation publicRoom Name/topic keys are correct' test to sytest whitelist Andrew Morgan 2021-10-26 13:30:02 +00:00
  • d5d25fb064
    Preserve all m.room.create entries when performing room upgrades Nyaaori 2021-10-24 22:13:08 +00:00
  • 8087a26a35
    Make createRoom follow spec for m.room.create, allowing creation of spaces Nyaaori 2021-10-24 20:26:51 +00:00
  • bbe16f8467
    Update Ruma Nyaaori 2021-10-24 00:45:02 +00:00
  • 50f931a2fd
    Cleanup and fix validation in report.rs, lower max report length, better html Nyaaori 2021-10-20 11:12:06 +00:00
  • 1541b93f45
    Make reports look nicer and reduce spam potential, increase max report length to 1000 characters Nyaaori 2021-10-18 05:38:41 +00:00
  • ccf501a420
    Initial implementation of /report, fixing #13 Nyaaori 2021-10-18 04:51:11 +00:00
  • 6f70beb78c Merge branch 'nyaaori/fix-bad-json' into 'next' Timo Kösters 2021-10-16 06:59:34 +00:00
  • 259fc580ca Merge branch 'nyaaori/otk-sync-fix' into 'next' Timo Kösters 2021-10-16 06:54:14 +00:00
  • 55d78b1914
    Bump Ruma version to fix M_BAD_JSON on login Nyaaori 2021-10-16 00:45:51 +00:00
  • 484a044b50
    Remove device_one_time_keys_count from is_empty() sync checks, fixing sync issue as reported by Nekron Nyaaori 2021-10-15 23:17:08 +00:00
  • 2264a5f945
    Merge branch 'next' of https://gitlab.com/famedly/conduit into next Nyaaori 2021-10-15 23:14:07 +00:00
  • e88929e154 Merge branch 'nyaaori/fix-otk-reporting' into 'next' Timo Kösters 2021-10-15 13:01:52 +00:00
  • d996d1b0e6
    Always send device_one_time_keys_count, fixing #178 Nyaaori 2021-10-15 12:38:20 +00:00
  • dc8bc4a880 Merge branch 'up-ruma' into 'next' Timo Kösters 2021-10-15 11:38:12 +00:00
  • 87694f4369 Merge branch 'moa31-next-patch-76037' into 'next' Timo Kösters 2021-10-15 10:51:19 +00:00
  • 335027e739 Merge branch 'nyaaori/admin-check' into 'next' Timo Kösters 2021-10-15 10:47:55 +00:00
  • 0ccda5f1c7 Merge branch 'nyaaori/allow_encryption' into 'next' Timo Kösters 2021-10-15 10:20:05 +00:00
  • 9082a531c9
    Make allow_encryption work again, fixing #115 Nyaaori 2021-09-24 22:44:26 +00:00
  • 91afa1e0e0
    Make Result alias usable with any error type Jonas Platte 2021-10-13 11:56:46 +02:00
  • f2ef5677e0
    Reduce turbofish usage Jonas Platte 2021-10-13 11:51:30 +02:00
  • 1c4d9af586
    Enable more lints and apply their suggestions Jonas Platte 2021-10-13 10:24:39 +02:00
  • 09895a20c8
    Upgrade Ruma Jonas Platte 2021-10-13 10:16:45 +02:00
  • 636db8cfaa
    Make allow_encryption work again, fixing #115 Nyaaori 2021-09-24 22:44:26 +00:00
  • 6bc8fb2ae7
    Implement admin check and add config option for allowing room creation Nyaaori 2021-09-24 07:16:34 +00:00
  • 5b23d3d06e Change listen address when running inside a Container to prevent Bad Gateway error Luc-pascal Ceccaldi 2021-09-23 07:49:52 +00:00
  • 47f3263396 Merge branch 'gwmngilfen-next-patch-21674' into 'next' Timo Kösters 2021-09-15 20:31:21 +00:00
  • d38f9b5f01 Move Generic instructions for APPSERVICES above notes for specific bridges and tidy up. Greg Sutcliffe 2021-09-15 20:16:59 +00:00
  • fa616342b6 Add two flavours of change for the mautrix-signal patch Greg Sutcliffe 2021-09-13 16:22:52 +00:00
  • 34fa7fee05 Merge branch 'ci-fix-kaniko-i-hope' into 'next' Timo Kösters 2021-09-15 07:05:33 +00:00
  • e8d998cedf fix(ci): Convince kaniko that it is indeed running in a container by --force-ing it. Jonas Zohren 2021-09-14 20:44:11 +00:00
  • 565fe3a7dd Merge branch 'faster-sending' into 'next' Timo Kösters 2021-09-14 18:35:12 +00:00
  • 5c02dc7830
    improvement: batch inserts for inserting pdus Timo Kösters 2021-09-14 14:23:43 +02:00
  • 159e22e450 Merge branch 'ci-fix-aarch64-build' into 'next' Timo Kösters 2021-09-14 12:09:44 +00:00