0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-13 07:28:58 +02:00
Commit graph

4463 commits

Author SHA1 Message Date
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 c3c73fcbe7 ircd: Promote slave-mode to a non-maintenance mode allowing listeners. 2023-03-19 13:21:11 -07:00
Jason Volk 19462b5fae ircd: Remove write_avoid mode replaced by maintenance mode. 2023-03-19 13:21:11 -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 9558637c20 modules/key/server: Selective key occlusion blacklisting w/ conf items. 2023-03-15 10:50:26 -07:00
Jason Volk e3edcefe17 modules/client/register_available: Fix and remove stale dynamic module links. 2023-03-15 10:50:26 -07:00
Jason Volk fb9b68b4e3 ircd:Ⓜ️:push: Reenable .m.rule.message default underride (with dont_notify e7089e8e7f). 2023-03-14 13:56:34 -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 ac8889b74c modules/client/sync: Fix crazyloading sync property ordering bugging riot. (regression 9836f65c05) 2023-03-12 12:53:02 -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 8ebd2089f2 ircd:Ⓜ️:media: Add optional file name to file room state. 2023-03-11 14:14:35 -08:00
Jason Volk 2147d00dd4 ircd::net::acceptor: Remove backreference to wrapper object. 2023-03-09 10:51:54 -08:00
Jason Volk 9836f65c05 modules/client/sync/rooms: Add conf items to toggle each polylog sync class. 2023-03-07 19:03:11 -08:00
Jason Volk da8948a740 modules/client/sync/rooms: Rename various conf items from client to m namespace; minor reorg. 2023-03-07 18:28:46 -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 58c96bf758 modules/federation/query: url::decode the field query string param. 2023-03-07 15:49:01 -08:00
Jason Volk ae10f735ec modules: Stub federation/timestamp_to_event; stub client/rooms/timestamp_to_event. 2023-03-06 19:03:48 -08:00
Jason Volk 48950bf1c9 modules/federation/send_join: Use parsed version; fix braced scalar init (clang). 2023-03-06 18:43:01 -08:00
Jason Volk 1d58cd2266 modules/federation/send_leave: Implement v2. 2023-03-06 18:42:37 -08:00
Jason Volk 198049615b modules/console: Remove ignored qualifiers (-Wignored-qualifiers). 2023-03-05 17:05:57 -08:00
Giovanni Bottaro e57fc466cd modules/m_room_aliases: Don't publish a room in the directory on local alias change 2023-03-05 12:05:13 -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 eb59239d32 modules/admin: Fix failure to compose deps (bb0e226760). 2023-03-03 12:49:58 -08:00
Jason Volk 017af932ed modules/admin/rooms: Implement GET /state. 2023-03-03 12:49:48 -08:00
Jason Volk 2d78dbdbb9 modules/admin/rooms: Implement GET /members. 2023-03-03 12:49:48 -08:00
Jason Volk a1d4e448ea modules/client/devices: Revoke access tokens when devices deleted. 2023-03-03 12:25:01 -08:00
Jason Volk eb0a564d0b modules/admin/rooms: Implement DELETE /forward_extremities. 2023-03-02 21:24:16 -08:00
Jason Volk cd78f802b2 modules/admin/rooms: Implement GET /forward_extremities. 2023-03-02 21:24:10 -08:00
Jason Volk 4abe844c72 modules/admin: Stub GET /federation. 2023-03-02 21:24:10 -08:00
Jason Volk fe1dfbce9b modules/admin/users: Implement GET /pushers. 2023-03-02 21:24:09 -08:00
Jason Volk 35e1ba3321 modules/admin/users: Implement GET /devices. 2023-03-02 21:24:09 -08:00
Jason Volk ba70036789 modules/admin/users: Implement GET /account_data. 2023-03-02 21:24:09 -08:00
Jason Volk 0f4d048fab modules/admin/users: Implement GET /joined_rooms. 2023-03-02 21:24:09 -08:00
Jason Volk bb0e226760 modules/admin: Implement GET /server_version. 2023-03-02 21:24:09 -08:00
Jason Volk 3dafa47ac3 modules/admin: Apply REQUIRES_OPER method flag; simplify. 2023-03-02 19:42:02 -08:00
Jason Volk 19c740a182 ircd::resource: Separate ircd:Ⓜ️:resource flags out from abstract. 2023-03-02 14:00:44 -08:00