Commit Graph

  • 0df1f84cc8 set trust_negative_responses in nameserver config. Jason Volk 2024-03-26 12:27:05 -07:00
  • e6c34b982f fix git blame ignore revs strawberry 2024-03-26 20:57:22 -04:00
  • 08a21b8ee2 better maximize_fd_limit test strawberry 2024-03-26 20:21:22 -04:00
  • edb4468771 clear destinations cache in clear_caches fn. Jason Volk 2024-03-26 05:52:31 -07:00
  • c31de51efc ignore rev 16294831 from blame strawberry 2024-03-25 17:05:29 -04:00
  • 868976a149 use chain_width 60 strawberry 2024-03-25 17:05:11 -04:00
  • 9d6b070f35 Revert "update rustfmt" strawberry 2024-03-25 16:46:42 -04:00
  • 07596d866f update rustfmt Jason Volk 2024-03-25 04:58:49 -07:00
  • 525379f8ac enable caching in hickory_dns w/ configurables. Jason Volk 2024-03-24 23:59:28 -07:00
  • 21874f8ab7 eliminate gai resolver. Jason Volk 2024-03-24 23:52:31 -07:00
  • f5da75e476 split structs from service/globals/mod.rs into separate units Jason Volk 2024-03-24 19:21:05 -07:00
  • f3bc87c4e6 elaborate on RocksDB recovery modes in example-config. Jason Volk 2024-03-24 18:08:42 -07:00
  • 24faf4dd26 revert 0297cfe307 strawberry 2024-03-26 06:44:42 -04:00
  • 6f7113950b raise too-many-lines-threshold to 700 (for now?) strawberry 2024-03-25 18:49:04 -04:00
  • 3f9825788e check URL preview requests against ip_range_denylist strawberry 2024-03-24 22:50:51 -04:00
  • bef0459fb8 bump conduwuit version to 0.1.10 strawberry 2024-03-24 22:02:01 -04:00
  • 4be37fbe8d only remove event_id field in room v1 and v2 strawberry 2024-03-24 21:07:04 -04:00
  • 0863bec098 allow non-joined users to get aliases of world_readable rooms strawberry 2024-03-24 20:35:21 -04:00
  • 380b61184d reduce high presence timeouts strawberry 2024-03-24 18:36:31 -04:00
  • 32ab88e68a check the URL and response remote address for ip_range_denylist strawberry 2024-03-24 18:33:25 -04:00
  • fbefbd57be implement include_state search criteria strawberry 2024-03-24 12:53:32 -04:00
  • c2e89b939c add element web search count hack (?) strawberry 2024-03-23 23:40:09 -04:00
  • f4146de17d add feature for smElement client hacks strawberry 2024-03-23 23:13:40 -04:00
  • 55813e90bf add EditorConfig vs code extension to recommendations strawberry 2024-03-23 23:00:21 -04:00
  • d3c9f5595a split admin commands into modules. Jason Volk 2024-03-22 03:37:55 -07:00
  • 6b1933914d add file listing to database abstraction. Jason Volk 2024-03-22 19:37:36 -07:00
  • bdf3997de5 pin ruma rev strawberry 2024-03-23 17:05:25 -04:00
  • 7bd56765ef fix some more pedantic clippy lints strawberry 2024-03-23 14:38:15 -04:00
  • a7e6fe8b60 fix infinite loop lint strawberry 2024-03-23 12:34:28 -04:00
  • 8dad4461b4 log if our trusted key server is broken for batch requests strawberry 2024-03-23 11:04:53 -04:00
  • 101cb34f9a make rocksdb_recovery_mode a u8, document it strawberry 2024-03-23 00:27:33 -04:00
  • 331c0b37cd add conf item for alternate rocksdb recovery modes. Jason Volk 2024-03-22 20:34:24 -07:00
  • a57f4db207 bump default_sender_timeout from 75 seconds to 180 strawberry 2024-03-22 23:50:04 -04:00
  • 27d6ce3cc5 log path parameters when try http request fails strawberry 2024-03-22 23:42:38 -04:00
  • 6e0d6c78fb use BTreeMap again strawberry 2024-03-22 23:42:22 -04:00
  • 27d83a51f2 remove unnecessary match arm for space invite join_rule strawberry 2024-03-22 23:31:46 -04:00
  • 8fab2cd94a fix(deps): update rust crate regex to 1.10.4 renovate[bot] 2024-03-23 02:46:31 +00:00
  • 7fbbdf83ab forgot to fix these ones too strawberry 2024-03-22 22:50:38 -04:00
  • 3bc2af7d26 resolve and add even more pedantic clippy lints strawberry 2024-03-22 22:44:31 -04:00
  • 0bb5115bd1 resolve clippy match_bool strawberry 2024-03-22 21:55:05 -04:00
  • 9d0b647911 resolve couple pedantic clippy lints, remove unnecessary qualifications strawberry 2024-03-22 21:51:21 -04:00
  • 6d7ef80aba format cargo.toml strawberry 2024-03-22 21:50:51 -04:00
  • 931e1cad06 ci: make docker username and GHCR variables strawberry 2024-03-22 21:50:19 -04:00
  • 9832f11074 add zed to .gitignore strawberry 2024-03-22 21:49:55 -04:00
  • d8c6c2930e update differences.md strawberry 2024-03-22 20:28:58 -04:00
  • 23ee479062 only allow up to info level logging on release builds strawberry 2024-03-22 20:17:38 -04:00
  • c5afc6bf98 bump ruma and bytes strawberry 2024-03-22 20:04:29 -04:00
  • 0384b48b4a add main.rs test for unix maximize_fd_limit strawberry 2024-03-22 20:01:41 -04:00
  • 74c34e885e allow including extra info in --version output Charles Hall 2024-03-22 19:50:57 -04:00
  • 9f7431c08f remove rocksdb prefix extractor strawberry 2024-03-22 19:48:52 -04:00
  • 710a6b5c6f refactor: remove previous typing implementation and add sync wakeup for new one Timo Kösters 2024-03-22 19:47:56 -04:00
  • 60f2471f59 refactor appservice type stuff Matthias Ahouansou 2024-03-22 19:21:51 -04:00
  • 7c9c5b1d78 log room for backfill_if_required requests strawberry 2024-03-22 00:32:57 -04:00
  • d7fc6874d1 Revert RocksDB 9.0.0 update strawberry 2024-03-21 23:57:09 -04:00
  • ab5552ec6c Revert "bump rocksdb in nix flake" strawberry 2024-03-21 23:56:26 -04:00
  • fdb0ccc9dc bump rocksdb in nix flake strawberry 2024-03-21 23:39:18 -04:00
  • 10e1801974 remove/update incorrect example config comment strawberry 2024-03-21 23:34:27 -04:00
  • f27a2bace8 bump conduwuit version to 0.1.9 strawberry 2024-03-21 23:25:42 -04:00
  • 37c040dc77 fix incorrect v1 URL path for URL previews strawberry 2024-03-21 23:23:20 -04:00
  • 90b8ac0c64 follow 3 redirects for federation requests instead of 2 strawberry 2024-03-21 23:19:41 -04:00
  • 33dfa64963 follow 3 redirects for URL previews instead of 6 strawberry 2024-03-21 23:18:44 -04:00
  • 713b1b23c9 document new timeout config options strawberry 2024-03-21 23:16:33 -04:00
  • 9ed3e64a60 oops forgot to commit these new files strawberry 2024-03-21 23:16:20 -04:00
  • 9334f938ae refactor reqwest client suite w/ conf items. Jason Volk 2024-03-16 15:54:58 -07:00
  • 61b1d6d869 add corks to coalesce writes for several heavy calltrees. Jason Volk 2024-03-21 04:13:08 -07:00
  • 3f60365cc6 add write buffer corking using rocksdb manual_wal_flush. Jason Volk 2024-03-19 09:56:36 -07:00
  • 3969b667ba make chapter name reflect file name Charles Hall 2024-03-21 15:42:36 -07:00
  • 52fb4d9752 reduce scope of nixos documentation Charles Hall 2024-03-21 22:22:43 -04:00
  • 3059801ed8 rename Docker header strawberry 2024-03-21 22:19:20 -04:00
  • ed96bd2053 rename "simple" deployment to "generic" Charles Hall 2024-03-21 22:18:33 -04:00
  • 58f113451f remove section about cross compilation Charles Hall 2024-03-21 22:17:10 -04:00
  • 2e713753d5 bump ruma, rust-rocksdb, and cargo.lock strawberry 2024-03-21 22:17:03 -04:00
  • 831c452af9 avoid duplicating links in documentation Charles Hall 2024-03-21 15:31:57 -07:00
  • 2de47fc9c0 add mdbook to the devshell Charles Hall 2024-03-21 15:40:10 -07:00
  • 99c38d2a5e fix(deps): update rust crate jsonwebtoken to 9.3.0 renovate[bot] 2024-03-21 22:41:26 +00:00
  • 66a36a5576 significantly drop URL preview timeouts strawberry 2024-03-20 22:18:23 -04:00
  • 2470fa91d8 raise connection pooling idle timeout to 50 seconds strawberry 2024-03-20 22:17:17 -04:00
  • 1e07f417ba raise get_keys_helper timeout even more strawberry 2024-03-20 22:16:39 -04:00
  • 4dfefda03b update book.toml for conduwuit strawberry 2024-03-20 21:33:08 -04:00
  • 55708949cc slight request logging improvements strawberry 2024-03-20 21:20:04 -04:00
  • 5ed55da0dd auto join rooms from admin room created users too strawberry 2024-03-20 21:16:03 -04:00
  • f06f30ca2a fix wrong error message about presence strawberry 2024-03-20 18:28:34 -04:00
  • 9715b07b38 skip rooms we have not joined before for auto-join strawberry 2024-03-20 18:09:07 -04:00
  • dda3b0e7e2 default to None if "name" in m.room.name is empty strawberry 2024-03-20 17:43:48 -04:00
  • 3e902836cc simplify heroes get_avatar strawberry 2024-03-20 17:41:16 -04:00
  • 7066b7b428 feat: automatically join rooms on registration strawberry 2024-03-20 11:19:41 -04:00
  • 2ca357e44c use unwrap_or_default if timestamp conversion fails strawberry 2024-03-20 00:53:39 -04:00
  • 694986db29 check+clarify online backups are RocksDB only strawberry 2024-03-20 00:50:22 -04:00
  • 7af78cf708 return helpful message instead of empty message if no backups strawberry 2024-03-20 00:48:40 -04:00
  • f9a60bf48b make database_backup_path a PathBuf strawberry 2024-03-20 00:23:46 -04:00
  • 5a434e7f3d make database_path a PathBuf strawberry 2024-03-20 00:08:25 -04:00
  • ab420e8a90 chore(deps): update docker docker tag to v25.0.5 renovate[bot] 2024-03-20 04:03:36 +00:00
  • f7e8054a00 fix lints strawberry 2024-03-20 00:03:07 -04:00
  • fa942aedd7 add database backup with admin commands Jason Volk 2024-03-19 04:37:35 -07:00
  • ece817c562 db_cache_capacity_mb defaults to 256.0 now strawberry 2024-03-19 19:27:09 -04:00
  • e9d67ecb53 reconfigure and optimize rocksdb options. Jason Volk 2024-03-14 12:36:56 -07:00
  • 544c38341b add sync() to db abstraction for fsync(2). Jason Volk 2024-03-19 09:26:46 -07:00
  • d4cfee4e71 add rocksdb env to options. keep options in engine state. Jason Volk 2024-03-19 04:34:24 -07:00
  • af605a03b7 add abstract fallbacks for kv batch methods. Jason Volk 2024-03-19 04:31:57 -07:00
  • 10e2eb5e08 bump rocksdb, deps, switch to hickory dns/resolver strawberry 2024-03-19 19:12:49 -04:00