0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-03 01:09:05 +02:00
Commit graph

115 commits

Author SHA1 Message Date
Jason Volk c3f50d5bab ircd:Ⓜ️:vm: Add special condition disabling room head update based on type. 2020-03-03 21:38:46 -08:00
Jason Volk 0907f5d6f2 ircd:Ⓜ️:vm: Elaborate eval error handlers; add room_id to error msgs. 2020-03-03 21:38:46 -08:00
Jason Volk e664ba22d8 ircd:Ⓜ️:vm: Simplify hook name call for log msgs. 2020-03-03 19:15:02 -08:00
Jason Volk 2896b721ff ircd:Ⓜ️:typing: Handle and log exceptions in timeout worker stack. 2020-03-03 14:47:47 -08:00
Jason Volk c14bef8cd9 ircd:Ⓜ️:typing: Fix iteration condition in timeout worker loop. 2020-03-03 14:47:07 -08:00
Jason Volk 14b962a695 ircd:Ⓜ️:vm: Track evaluation hook phase. 2020-03-02 20:55:08 -08:00
Jason Volk d08a4f6f24 ircd:Ⓜ️:vm: Simplify call for hook name in debuglog. 2020-03-02 19:51:24 -08:00
Jason Volk 694b90b04e ircd:Ⓜ️:room::power: Replace unquote() w/ json::string type. 2020-03-02 16:46:00 -08:00
Jason Volk 61fa79acb8 ircd:Ⓜ️:room::bootstrap: Log completion with notice level. 2020-03-02 16:46:00 -08:00
Jason Volk 6123040239 ircd:Ⓜ️:init::backfill: Add conf item for local_joined_only option; default true. 2020-03-02 16:45:50 -08:00
Jason Volk f471093d3e ircd:Ⓜ️:user::rooms: Use _event_state to eliminate the ircd.member type. 2020-03-01 17:13:15 -08:00
Jason Volk 2ee8d7a1fb ircd:Ⓜ️:keys: Use dynamic buffer for query. 2020-03-01 16:16:13 -08:00
Jason Volk 257e335dad ircd:Ⓜ️:pretty: Relax definedness requirement of fields. 2020-03-01 14:20:05 -08:00
Jason Volk 84a4262a9d ircd:Ⓜ️:homeserver: Tweak shutdown order; interrupts first. 2020-03-01 11:26:52 -08:00
Jason Volk cb0363f13c ircd:Ⓜ️:rooms: Add dump to file util w/ console cmd. 2020-02-28 20:19:42 -08:00
Jason Volk 8d9a9eccfb ircd:Ⓜ️:rooms: Add prefetch context on iteration. 2020-02-28 20:19:42 -08:00
Jason Volk d402eddb98 ircd::run: Place out-of-line default ctor/dtor definitions.
ircd::http::error: Place out-of-line dtor definition.

ircd:Ⓜ️:error: Place out-of-line dtor definition.

ircd::exception: Place out-of-line dtor definition.

ircd:Ⓜ️:vm: Place out-of-line ctor definitions for copts/opts.
2020-02-28 12:36:45 -08:00
Jason Volk 89d8f7cf27 ircd:Ⓜ️:homeserver: Terminate backfill first on shutdown for now. 2020-02-28 10:56:17 -08:00
Jason Volk a8a3166936 ircd:Ⓜ️:typing: Simplify typing context termination. 2020-02-28 10:12:38 -08:00
Jason Volk e27dd573ad ircd:Ⓜ️:homeserver: Consolidate legacy shutdown procedure on primary dtor for now. 2020-02-27 16:25:47 -08:00
Jason Volk db6b809a2b ircd:Ⓜ️:node: Fallback to old_verify_keys after verify_keys. 2020-02-27 13:39:31 -08:00
Jason Volk 1bdf52b7bb ircd:Ⓜ️:events: Add preliminary interface to _event_state w/ console cmd. 2020-02-26 18:24:17 -08:00
Jason Volk df05533c2c ircd:Ⓜ️:dbs: Fix partial event_state key constructions.
ircd:Ⓜ️:dbs: Add checks for key part size before integer conversion.
2020-02-26 17:55:23 -08:00
Jason Volk 0c896d7c58 ircd:Ⓜ️:typing: Ensure termination of timeout worker on unload. 2020-02-26 15:32:06 -08:00
Jason Volk a48e481a44 ircd:Ⓜ️:dbs: Fix incorrect constant used. 2020-02-26 14:17:43 -08:00
Jason Volk b07f8d633e ircd:Ⓜ️:homeserver: Move module unload to same unit as load. 2020-02-25 13:31:11 -08:00
Jason Volk 8baaf366c4 ircd:Ⓜ️:event: Fix signature interface regression; optimize call path. 2020-02-24 11:01:52 -08:00
Jason Volk b0c0970d69 ircd:Ⓜ️:fetch: Prevent fetch requests from starting based on global conditions. 2020-02-22 14:00:31 -08:00
Jason Volk fca41d5e22 ircd:Ⓜ️:typing: Fix clamp on configured timeout max for typists. 2020-02-21 12:50:58 -08:00
Jason Volk 1765ba8921 ircd:Ⓜ️:typing: Add conf item for timeout worker interval. 2020-02-21 12:24:17 -08:00
Jason Volk d7748fb1b3 ircd:Ⓜ️:typing: Increase stack size for timeout worker; attribute; minor cleanup. 2020-02-21 12:24:06 -08:00
Jason Volk 055fa1ee74 ircd:Ⓜ️:typing: Remove duplicate. 2020-02-21 12:24:06 -08:00
Jason Volk e9cc354f01 ircd:Ⓜ️ Fix empty iteration condition. 2020-02-20 19:46:56 -08:00
Jason Volk 50535e89bb ircd:Ⓜ️ Minor rename. 2020-02-20 18:43:47 -08:00
Jason Volk a4f48eaab8 ircd:Ⓜ️:vm::eval: Conduct parallel fetch of new keys for vector eval. 2020-02-20 18:43:47 -08:00
Jason Volk 20bc23abde ircd:Ⓜ️:dbs: Replace pairs with tuples for reference lifetime issue w/ clang. 2020-02-20 16:25:51 -08:00
Jason Volk a13d9282ac ircd:Ⓜ️:vm::eval: Add vector_view construction and eval to interface/stack. 2020-02-20 14:49:33 -08:00
Jason Volk 70dd2d7ba6 ircd:Ⓜ️:init::backfill: Add infolog during iteration; improve warning as per similar msgs. 2020-02-20 12:37:45 -08:00
Jason Volk 4f924bd280 ircd:Ⓜ️:room::head: Add condition to fix duplicate append. 2020-02-19 13:27:27 -08:00
Jason Volk ec78085e45 ircd:Ⓜ️:room::head: Tolerate erroneous/inconsistent entries in head. 2020-02-19 13:27:22 -08:00
Jason Volk 860087b6ce ircd:Ⓜ️ Rethrow ircd::error to prevent shlib RTTI/personality dependency for m::error. 2020-02-19 13:27:06 -08:00
Jason Volk c3f0803e49 modules: X-value copy elision hints for clang. 2020-02-12 14:34:26 -08:00
Jason Volk 37eaff3b67 Tweak tls-models. 2020-02-11 15:37:14 -08:00
Jason Volk b8c26b37b6 ircd:Ⓜ️ Remove unnecessary module attributes. 2020-02-01 22:18:49 -08:00
Jason Volk 5ecffa8481 ircd:Ⓜ️:init::backfill: Fix structured binding access from closure clang mishap. 2020-02-01 22:18:49 -08:00
Jason Volk 42e3570c9f ircd:Ⓜ️ Fix alignment specifiers for clang. 2020-02-01 22:18:49 -08:00
Jason Volk 6b8730d94f ircd:Ⓜ️:request: Increase buffer size configured default. 2020-01-26 17:00:08 -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 61c2fd77e6 ircd:Ⓜ️:event: Skip erroneous append inputs. 2020-01-17 17:27:34 -08:00
Jason Volk da81130db9 ircd:Ⓜ️:keys: Use single supplied buffer for request. 2020-01-11 23:31:53 -08:00