0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-05 10:08:36 +02:00
Commit graph

11298 commits

Author SHA1 Message Date
Jason Volk 3f2876303a ircd::client: Check socket fini condition before entering async/wait mode. 2020-01-24 14:04:21 -08:00
Jason Volk 55e9bc87e1 ircd::server: Fix dynamic chunked encoding cancellation buffer for pipeline. 2020-01-24 13:51:51 -08:00
Jason Volk b7855f15bb ircd::server: Fix dynamic chunk head buffer calculation. 2020-01-24 13:39:05 -08:00
Jason Volk 2e9337d198 ircd::run: Split run.cc from ircd.cc for static initialization order upstreaming.
This allows run::changed handlers to be statically constructed in definition files
which are ordered before ircd.cc (i.e. all of them).
2020-01-24 10:40:33 -08:00
Jason Volk e2e1c1541d construct: Save the count of handlers the io_service ran for convenience/diagnostic. 2020-01-24 09:49:50 -08:00
Jason Volk 41c012a695 ircd::server: Fix setting peer error state when first link fails. 2020-01-23 21:58:44 -08:00
Jason Volk 660d0052cf ircd::rfc1035: Remove any dot terminator for use with rfc3986 validator grammars. 2020-01-23 20:56:35 -08:00
Jason Volk 0231e26c76 ircd: Add overloads for counted character leading/trailing strip. 2020-01-23 20:55:13 -08:00
Jason Volk f12a4bfdd1 ircd::rfc1035: Throw on invalid SRV target string during answer parse. 2020-01-23 19:30:15 -08:00
Jason Volk 5d47caee1e ircd:Ⓜ️ Output missing event_id for v3+ events in multi-line pretty. 2020-01-23 19:12:49 -08:00
Jason Volk 1e994c0a3e ircd: Increase various 96_KiB default buffer sizes to 128_KiB. 2020-01-23 18:47:23 -08:00
Jason Volk 0c34b92083 modules/client/sync/rooms/ephemeral/receipt: Remove redundant apropos conditions. 2020-01-23 10:52:56 -08:00
Jason Volk 808a79c005 client: Fix style issues in firefox. 2020-01-21 13:11:03 -08:00
Jason Volk 4522c5a7dd modules/console: Improve fed key cmd output. 2020-01-19 05:59:21 -08:00
Jason Volk 61c2fd77e6 ircd:Ⓜ️:event: Skip erroneous append inputs. 2020-01-17 17:27:34 -08:00
Jason Volk d91b9d0aee ircd::json: Reorder alternative operands. 2020-01-17 17:26:23 -08:00
Jason Volk 092cb5d804 construct: Add program option for single user mode. 2020-01-12 18:22:47 -08:00
Jason Volk 01f248105d doc: Add useful program options to troubleshooting. 2020-01-12 18:18:25 -08:00
Jason Volk 5f7dffbc59 ircd::db: Fix missing log facilities. 2020-01-12 17:38:45 -08:00
Jason Volk da81130db9 ircd:Ⓜ️:keys: Use single supplied buffer for request. 2020-01-11 23:31:53 -08:00
Jason Volk b0a773c922 ircd::db: Add conf item to repair on open. 2020-01-11 23:31:53 -08:00
Jason Volk 86bf383b4d modules: Improve README bullets. 2020-01-11 23:31:53 -08:00
Jason Volk e2e4ea544b ircd::ctx: Move paragraph in README. 2020-01-11 23:31:53 -08:00
Jason Volk 9469099508 ircd::db: Add cases for validity w/ critical log. 2020-01-11 23:31:53 -08:00
Jason Volk a95f448805 ircd::db: Cases for traps; minor cleanup. 2020-01-11 23:31:53 -08:00
Jason Volk c4c9bb2762 ircd:Ⓜ️:events: Optimize db get options in dumper. 2020-01-11 23:31:53 -08:00
Jason Volk 5993c6cdf4 ircd:Ⓜ️:event::fetch: Minor cleanup. 2020-01-11 23:31:53 -08:00
Jason Volk e76035cc28 ircd::db: Log exceptions and continue loop for db compaction. 2020-01-09 13:42:43 -08:00
Jason Volk be955faf2d ircd:Ⓜ️:events: Log errors and attempt to continue dump loop. 2020-01-08 18:25:31 -08:00
Jason Volk 7a5bb70f16 ircd:Ⓜ️:events: Use event_json column for dump. 2020-01-08 18:25:31 -08:00
Jason Volk 47df2bc4e2 ircd:Ⓜ️:events: FADV_DONTNEED on events dump fd. 2020-01-08 18:25:31 -08:00
Jason Volk 048cfe7019 ircd:Ⓜ️:events: Reduce default dump buffer size. 2020-01-08 18:25:31 -08:00
Jason Volk 3500ec86dc ircd:Ⓜ️:events: Improve dump loop and infolog. 2020-01-08 18:25:31 -08:00
Jason Volk cdfdde3334 ircd::db: Add interface to checksum files per column.
modules/console: Add column params to db check cmd.
2020-01-08 12:32:56 -08:00
Jason Volk ffcc49b9e5 ircd::db: Add interface to checksum per file. 2020-01-08 12:32:56 -08:00
Jason Volk a90b4e1344 modules/federation/send: Limit evals per node w/ conf item. 2020-01-07 15:16:34 -08:00
Jason Volk e0810afd87 modules/client/sync/presence: Skip erroneous user_id's in loop. 2020-01-07 13:43:53 -08:00
Jason Volk bfdbf60fd1 modules/federation/send: Return HTTP 202 on retry for transaction in progress. 2020-01-07 12:26:31 -08:00
Jason Volk 94c9152061 modules/federation/send: When origin field is used deny on mismatch. 2020-01-06 17:01:21 -08:00
Jason Volk 94aebfb4bf modules/federation/send: urldecode txnid into buffer. 2020-01-06 17:01:21 -08:00
Jason Volk f952cecfbb ircd:Ⓜ️:vm: Add txnid to opts; propagate from federation send. 2020-01-06 17:01:21 -08:00
Jason Volk 33b06a27fb ircd:Ⓜ️:init::backfill: Set nice values for worker pool. 2020-01-06 15:25:44 -08:00
Jason Volk d9c7985376 ircd:Ⓜ️:sync: Add next_batch central convenience; add branding to token. 2020-01-06 13:24:21 -08:00
Jason Volk 559a0dd7ac ircd::db::env: Add propagation of nice values for all file types. 2020-01-06 12:19:39 -08:00
Jason Volk 3cb48a0f00 ircd::db::env: Use inline initializer. 2020-01-06 12:19:39 -08:00
Jason Volk 214d955979 ircd::db::env: Add conversion for ioprio value; rename to ionice. 2020-01-06 12:19:39 -08:00
Jason Volk 4ef3f6eab7 ircd::ctx: Add nice/ionice values to pool opts; propagate on spawn. 2020-01-06 12:19:38 -08:00
Jason Volk 78d300b3b7 ircd::ctx: Add nice/ionice values to context. 2020-01-06 12:19:38 -08:00
Jason Volk 68a56374e3 ircd:Ⓜ️:fed: Allow empty response to not throw in convenience cast. 2020-01-05 17:30:58 -08:00
Jason Volk d166e01608 ircd::net: Use thread_local for discard buffer.
ircd::server: Use thread_local for discard buffer.
2020-01-05 16:38:08 -08:00