Commit graph

  • ace9637bc2 replace unwraps with expects Matthias Ahouansou 2024-02-23 19:39:30 +00:00
  • be1e2e9307 Merge branch 'ci/push-dockerhub' into 'next' Charles Hall 2024-02-18 01:36:50 +00:00
  • 1c6a4b1b24 feat(ci): push oci-image to docker hub Samuel Meenzen 2024-02-18 01:36:50 +00:00
  • 976a73a0e5 style: appease rustfmt Matthias Ahouansou 2024-02-16 21:19:40 +00:00
  • 4c06f329c4 refactor: appease clippy Matthias Ahouansou 2024-02-16 21:13:59 +00:00
  • d841b81c56 chore: update Cargo.lock Matthias Ahouansou 2024-02-16 20:52:19 +00:00
  • e707084345 chore: bump ruma to latest commit (as of 2024-02-16) Matthias Ahouansou 2024-02-16 20:52:07 +00:00
  • 6dcc8b6cf1 bump ruma to latest commit (syncv3 JsOption and push optional power levels) strawberry 2024-01-07 21:21:13 -05:00
  • a2ac491c54 bump ruma, add wrong room keys error code, tiny logging change strawberry 2023-11-25 12:42:05 -05:00
  • 72a13d8353 Merge branch 'flake-compat' into 'next' Charles Hall 2024-02-02 03:32:41 +00:00
  • 3a63f9dfb6
    feat: support non-flake users Raito Bezarius 2024-02-02 03:50:49 +01:00
  • f4f2d05b5b Merge branch 'update-ring' into 'next' Timo Kösters 2024-02-01 10:45:28 +00:00
  • c3c7bcb2ed Merge branch 'publish-oci-image' into 'next' Charles Hall 2024-01-30 17:04:48 +00:00
  • d6c57f9b2e Publish oci image to the gitlab registry Samuel Meenzen 2024-01-30 17:04:47 +00:00
  • 7fb9e99649
    update ring and jsonwebtoken to remove ring ^0.16 Charles Hall 2024-01-29 16:08:29 -08:00
  • 1274b48ebb
    run cargo update Charles Hall 2024-01-29 15:54:31 -08:00
  • 0a281e81a5 Merge branch 'fix-oci-image-cross' into 'next' Charles Hall 2024-01-29 23:50:56 +00:00
  • a43bde69fa
    pass pkgsCrossStatic to mkOciImage, not pkgsHost Charles Hall 2024-01-29 15:34:16 -08:00
  • 986343877c Merge branch 'artifact-links' into 'next' Charles Hall 2024-01-29 23:04:24 +00:00
  • 2d47710b55
    update DEPLOY.md with new build links Charles Hall 2024-01-29 14:50:30 -08:00
  • 10542a1d70 Merge branch 'use-upstream-crane' into 'next' Charles Hall 2024-01-28 21:54:38 +00:00
  • c167f7a6ad
    switch crane input back to upstream Charles Hall 2024-01-28 13:31:03 -08:00
  • 5787a70bab Merge branch 'fix-complement' into 'next' Charles Hall 2024-01-28 03:21:04 +00:00
  • cf8f1f2546
    make a bunch of changes so complement works again Charles Hall 2023-12-24 00:51:26 -08:00
  • 3c2fc4a4c6 Merge branch 'oci-image-ca-certs' into 'next' Charles Hall 2024-01-27 20:37:21 +00:00
  • dffd771e7c
    add ca certificates to the OCI image Charles Hall 2024-01-27 12:23:57 -08:00
  • 4da8c7e282 Merge branch 'docker-tag' into 'next' Charles Hall 2024-01-27 05:55:08 +00:00
  • 0df5d18fd6
    change docker tag back to next Charles Hall 2024-01-26 21:38:13 -08:00
  • 825ceac1c3 Merge branch 'update-rust' into 'next' Charles Hall 2024-01-26 18:27:47 +00:00
  • 3e389256f5
    switch lint config to manifest-lint feature Charles Hall 2024-01-26 00:11:14 -08:00
  • a7892a28ec
    refer directly to stdenv since it's in scope Charles Hall 2024-01-25 22:00:32 -08:00
  • 9453dbc740
    update rust toolchain Charles Hall 2024-01-25 20:33:15 -08:00
  • bf48c10d28 Merge branch 'cross' into 'next' Charles Hall 2024-01-26 04:12:15 +00:00
  • 7c1a3e41d9
    add package to build an aarch64 oci image Charles Hall 2024-01-25 19:38:25 -08:00
  • 2a04a361e0
    break oci image builder into a function Charles Hall 2024-01-25 19:36:17 -08:00
  • 0e8e4f1083
    add static cross to aarch64-unknown-linux-musl Charles Hall 2024-01-23 11:49:52 -08:00
  • 81ae579b25
    add static cross to x86_64-unknown-linux-musl Charles Hall 2024-01-23 11:22:18 -08:00
  • 3a3cafe912
    preempt cross problems by using my crane fork Charles Hall 2024-01-23 21:29:03 -08:00
  • d29591d47d
    group packages in attrset literal Charles Hall 2024-01-22 23:07:30 -08:00
  • 67d280dd2e
    factor package expression into a function Charles Hall 2024-01-22 22:56:00 -08:00
  • 3ac9be5a78
    add x86_64-unknown-linux-gnu Charles Hall 2024-01-23 11:10:23 -08:00
  • 52954f7a11
    use fromToolchainFile Charles Hall 2024-01-22 22:48:58 -08:00
  • 692a31620d
    make let bindings take pkgs as an argument Charles Hall 2024-01-22 22:26:16 -08:00
  • cf4015b830
    rename pkgs to pkgsHost Charles Hall 2024-01-22 22:25:08 -08:00
  • 9cef03127b
    remove with for nativeBuildInputs Charles Hall 2024-01-23 10:45:02 -08:00
  • 249fc7769d
    don't bother with mold Charles Hall 2024-01-22 22:24:04 -08:00
  • 5cc53c9e14
    push oci image and x86_64-*-gnu build to bin cache Charles Hall 2024-01-25 11:37:35 -08:00
  • bdc46f6392
    add script to build and push to binary cache Charles Hall 2024-01-25 11:34:46 -08:00
  • 6ae776218c
    add our own binary cache Charles Hall 2024-01-24 22:20:48 -08:00
  • bd2b146d5d
    add crane binary cache Charles Hall 2024-01-24 22:16:29 -08:00
  • f7cc4fb3bb
    state artifacts' targets and rename artifacts Charles Hall 2024-01-24 22:24:34 -08:00
  • ca198c51fa Merge branch 'reqwest-follow-up' into 'next' Charles Hall 2024-01-24 23:24:00 +00:00
  • fe86d28428
    move resolver logic into the resolver Charles Hall 2024-01-24 15:11:17 -08:00
  • c86f9a5c5b Merge branch 'pr_upstream_reqwest' into 'next' Timo Kösters 2024-01-24 21:59:34 +00:00
  • e0358a9de5 Merge branch 'send_push_to_invited_user' into 'next' Timo Kösters 2024-01-24 17:55:22 +00:00
  • 69d0003222 Use upstream reqwest instead of vendored one Tobias Bucher 2023-08-02 01:00:06 +02:00
  • 5cf9f3df48 Merge branch 'lints' into 'next' Timo Kösters 2024-01-24 15:42:20 +00:00
  • 0b7ed5adc9
    add debian package building in ci Charles Hall 2024-01-19 12:10:23 -08:00
  • 4de54db305
    redo docker image and build it in ci Charles Hall 2024-01-18 13:31:46 -08:00
  • 02781e4f9b
    use nix-filter to filter sources Charles Hall 2024-01-18 13:05:55 -08:00
  • f8bdfd82b0
    update flake.lock Charles Hall 2024-01-18 12:14:03 -08:00
  • 7e66d2e2c0
    use nix and engage to manage ci Charles Hall 2024-01-18 11:36:51 -08:00
  • ffd03a256b
    remove workflow rules Charles Hall 2024-01-18 11:35:28 -08:00
  • 9d592d60d2
    remove dockerlint step because it does nothing Charles Hall 2024-01-18 11:23:41 -08:00
  • 25ceb5ebd8
    remove commented out ci step Charles Hall 2024-01-18 11:22:51 -08:00
  • 6f052fff98
    improve nix flake Charles Hall 2023-12-23 21:12:42 -08:00
  • e8ac881b2f
    add an engage file Charles Hall 2023-12-20 15:29:09 -08:00
  • 0d17aedae5
    fix cargo doc lints Charles Hall 2023-12-23 20:30:31 -08:00
  • ab1fff2642
    fix cargo clippy lints Charles Hall 2023-12-23 19:48:14 -08:00
  • 92c5b6b86c
    fix cargo check lints Charles Hall 2023-12-23 19:34:27 -08:00
  • dc2f53e773
    comment out heed backend things Charles Hall 2023-12-23 20:40:56 -08:00
  • 2475995102 Merge branch 'conduit/declare-1.5-support' into 'next' Timo Kösters 2024-01-17 17:56:21 +00:00
  • 835f4ad8cf
    declare 1.5 support Charles Hall 2024-01-16 13:52:56 -08:00
  • 8175bc1246 Explicitly match RoomVersionId::V11 Val Lorentz 2023-12-24 19:04:48 +01:00
  • eb7ac91cd5 Reuse existing get_room_version Val Lorentz 2023-12-24 19:02:03 +01:00
  • ca6219723b Merge branch 'conduit/envrc-shebang' into 'next' Timo Kösters 2023-12-24 15:36:52 +00:00
  • 40c7c248fb Merge branch 'conduit/rm-presence-panic' into 'next' Timo Kösters 2023-12-24 15:36:36 +00:00
  • 8f3f5c01f9
    add shebang to .envrc Charles Hall 2023-12-23 22:02:24 -08:00
  • 9d7f7b871b
    don't panic on missing presence status for a user Charles Hall 2023-12-23 21:00:00 -08:00
  • 30f0871e21 Merge branch 'sendjoin-signature-error' into 'next' Timo Kösters 2023-12-11 15:11:42 +00:00
  • 98e81c6217 Log underlying error when rejecting sendjoin response Val Lorentz 2023-12-03 19:38:09 +01:00
  • 5a7bb1e8f1 Return error instead of panic when first event is not m.room.create Val Lorentz 2023-12-02 17:51:19 +01:00
  • 520806d413 Use Ruma's redact_content_in_place instead of custom implementation Val Lorentz 2023-12-01 19:08:24 +01:00
  • 9646439a94 Enable support for room v11 Val Lorentz 2023-12-01 18:16:18 +01:00
  • fac995036a create_hash_and_sign_event: Use actual version of RoomCreate events, instead of the default Val Lorentz 2023-12-01 18:15:57 +01:00
  • 18bfd79ef2 Remove "creator" key when upgrading rooms to v11 Val Lorentz 2023-12-01 18:15:20 +01:00
  • a3b8eea9b4 Move "redacts" key to "content" in redaction events in v11 rooms Val Lorentz 2023-12-01 17:46:50 +01:00
  • d39d30008a Remove "creator" property from rooms >= v11 Val Lorentz 2023-12-01 15:11:26 +01:00
  • f3b6b3e222 feat: send push notification on invite to invited user and etc AndSDev 2023-11-07 12:46:53 +00:00
  • 3bfdae795d Merge branch 'sliding' into 'next' Timo Kösters 2023-09-13 18:57:57 +00:00
  • 75c80df271
    Sliding sync improvements and redaction fixes Timo Kösters 2023-09-13 20:54:53 +02:00
  • 094cb888d4 Merge branch 'badacl' into 'next' Timo Kösters 2023-09-13 18:46:03 +00:00
  • fa725a14e2 Merge branch 'lukehmcc-next-patch-37096' into 'next' Timo Kösters 2023-09-11 18:34:06 +00:00
  • 9b3664aeeb Update README.md to fix typo & fix compatibility with new versions of docker compose Luke McCarthy 2023-08-27 02:14:03 +00:00
  • 90fea00dc7 Merge branch 'docs-docker-coturn' into 'next' Jonas Zohren 2023-08-23 14:18:42 +00:00
  • 20924a44f1 Suggestion on how to generate a secure key Jonas Zohren 2023-08-10 14:42:04 +00:00
  • 38d6426b0e coturn setup instructions for docker purplemeteorite 2023-07-04 18:41:05 +02:00
  • 9b55ce933a
    Back off from more events, don't retry auth events Timo Kösters 2023-08-12 09:53:32 +02:00
  • f73a657a23
    fix: ACL error shouldn't break the whole request Timo Kösters 2023-08-11 20:29:22 +02:00
  • 6dfb262ddf Merge branch 'patch-3' into 'next' Timo Kösters 2023-08-11 09:27:42 +00:00