0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-28 15:53:46 +02:00
Commit graph

1156 commits

Author SHA1 Message Date
Jason Volk 9301980f9d ircd:Ⓜ️:user::keys: Implement m.signing_key_update broadcast interface. 2023-04-27 20:41:18 -07:00
Jason Volk ca80d66e85 ircd:Ⓜ️:user::devices: Complete the m.device_list_update broadcast w/ keys; reinterface. 2023-04-27 20:41:18 -07:00
Jason Volk b4b26484ec modules/console: Add wildcard for all devices to user devices update cmd. 2023-04-26 19:27:04 -07:00
Jason Volk 5f0b98e5d1 modules/console: Add well_known matrix client diagnostic. 2023-04-26 19:27:04 -07:00
Jason Volk e874e28473 modules/console: Add raw override argument to fed user keys query and device cmds. 2023-04-26 14:50:26 -07:00
Jason Volk 502a03a8cf modules/console: Add redact state convenience; fix missing newline. 2023-04-20 13:34:47 -07:00
Jason Volk 58476f59c3 modules/console: Overload parameters of room events cmd to filter by type. 2023-04-19 14:56:11 -07:00
Jason Volk 8dc50db2dc modules/console: Add user devices delete cmd. 2023-04-19 14:56:11 -07:00
Jason Volk 2122412c6d modules/console: Split user tokens clear into separate cmd. 2023-04-19 14:56:11 -07:00
Jason Volk b4e75dfdf0 modules/console: Allow wildcard for all users in user read cmd. 2023-04-13 22:21:38 -07:00
Jason Volk ba6030f4ce modules/console: Improve formatting for feds head output when missing local event. 2023-04-13 22:21:19 -07:00
Jason Volk b906650946 modules/console: Add redact last cmd to supplement the feature in E!ement. 2023-04-09 21:48:34 -07:00
Jason Volk 4518cf104a modules/console: Fix db files cmd table header alignment (c807550ca7) 2023-04-09 21:48:33 -07:00
Jason Volk 5303e170d3 modules/console: Add remote arg, use params for join cmd. 2023-03-26 20:55:09 -07:00
Jason Volk 3ec562ce0b modules/console: Display m.* state in room overview cmd rather than m.room.* 2023-03-23 18:53:52 -07:00
Jason Volk 4339639732 modules/console: Add mass-query for room_id/alias argument to key get cmd. 2023-03-22 22:57:18 -07:00
Jason Volk c807550ca7 modules/console: Add column for checkpoint to db files cmd. 2023-03-18 20:44:22 -07:00
Jason Volk 3709cda233 modules/console: Add argument to peer version cmd to filter by expression. 2023-03-18 20:43:10 -07:00
Jason Volk ee31b5a59f ircd::net::listener: Support non-SSL listening sockets. 2023-03-18 14:08:20 -07:00
Jason Volk abf1ed47c6 modules/console: Increase various output table column widths. 2023-03-18 11:52:51 -07:00
Jason Volk eff25f45f1 modules/console: Show totals specific to args passed to db files cmd. 2023-03-17 15:26:22 -07:00
Jason Volk 43838608fd ircd::fs::dev: Add stats gather struct w/ console cmd. 2023-03-16 12:03:32 -07:00
Jason Volk f85781b65a ircd::fs::dev: Move dev::blk related into class nested. 2023-03-16 11:42:49 -07:00
Jason Volk d01e937f3e modules/console: Add arg to check specific file in db check cmd. 2023-03-16 10:21:10 -07:00
Jason Volk b5932ba33c modules/console: Add fed auth space cmd to the 'proper toolset and diagnostic equipment' 2023-03-12 19:59:24 -07:00
Jason Volk 7e28a27549 modules/console: Refactor feds auth output into grid report; add type filter. 2023-03-11 15:24:44 -08:00
Jason Volk fb9f2b0bcc modules/console: Add param to room auth and fed auth cmds to filter by type. 2023-03-11 14:48:16 -08:00
Jason Volk 2ccc8b8be3 modules/console: Add key id argument w/ multiline diagnostic to key cmd. 2023-03-07 15:52:27 -08:00
Jason Volk f4747d96ff modules/console: Add fed invite diagnostic cmd. 2023-03-07 15:49:01 -08:00
Jason Volk a7211b6a02 modules/console: Simplify fed join parameter related. 2023-03-07 15:49:01 -08:00
Jason Volk 198049615b modules/console: Remove ignored qualifiers (-Wignored-qualifiers). 2023-03-05 17:05:57 -08:00
Jason Volk 12641056d2 modules/console: Improve feds perspective cmd output. 2023-03-05 12:05:13 -08:00
Jason Volk 95ed5ad905 modules/console: Add totals counts to output of various feds cmds. 2023-03-05 12:05:13 -08:00
Jason Volk 08ea4b0e72 ircd:Ⓜ️:fed: Upgrade to v2 send_join. 2023-03-03 15:15:38 -08:00
Jason Volk 679ed39ccc modules/console: Add fed join cmd. 2023-03-03 13:51:14 -08:00
Jason Volk 19c740a182 ircd::resource: Separate ircd:Ⓜ️:resource flags out from abstract. 2023-03-02 14:00:44 -08:00
Jason Volk 560bd5edad modules/console: Add param to filter db files cmd output by level. 2023-03-02 00:39:35 -08:00
Jason Volk d264a5019d modules/console: Query room version for options in stage final cmd. 2023-03-02 00:39:35 -08:00
Jason Volk ab7dd15618 ircd::db: Add conf items to connect database options to ircd::conf. 2023-02-27 21:52:27 -08:00
Jason Volk 314dacdce0 modules/console: Improve bad command error format; improve subcommands display. 2023-02-22 16:04:12 -08:00
Jason Volk ff666cc75a modules/console: Format db io and perf output into lines. 2023-02-21 10:17:20 -08:00
Jason Volk e479a17f51 modules/console: Display the eval spread as a difference in vm cmd; adjust fmt. 2023-02-19 19:57:14 -08:00
Jason Volk f301d6641c ircd:Ⓜ️ Simplify room::events interface; separate event::fetch. 2023-02-18 16:41:33 -08:00
Jason Volk d28d3d8084 ircd:Ⓜ️:room::events: Move nested interfaces out to room::. 2023-02-17 15:24:23 -08:00
Jason Volk 62001d9e7e modules/m_bridge_register: Add del()/add() procedures w/ console cmds. 2023-02-15 09:30:52 -08:00
Jason Volk bc3aa62d59 modules/m_bridge_register: Add module w/ bridge set cmd from yam^h^h^hjson file. (closes #11) 2023-02-14 18:43:33 -08:00
Jason Volk 84539e3d95 ircd:Ⓜ️:user::tokens: Allow undefined device_id in ircd.access_token w/o throwing. 2023-02-13 21:15:38 -08:00
Jason Volk 8d634fb901 ircd:Ⓜ️:dbs: Rename write_opts to opts and split into header. 2023-02-10 23:15:47 -08:00
Jason Volk 0fdeda3743 ircd:Ⓜ️:room: Add consolidated room::purge interface w/ options. 2023-02-10 12:27:52 -08:00
Jason Volk 1910d8e85e ircd:Ⓜ️:event: Add interface to purge event; consolidate; cleanup. 2023-02-09 20:24:36 -08:00