Jason Volk
|
b284f707e5
|
ircd:Ⓜ️:v1: Support query for client_keys; add console command.
|
2018-03-09 17:10:45 -08:00 |
|
Jason Volk
|
9b6ef1189b
|
ircd:Ⓜ️:v1: Support query for user_devices; add console command.
|
2018-03-09 17:10:45 -08:00 |
|
Jason Volk
|
003544edad
|
modules/console: Add fed backfill command.
|
2018-03-08 19:11:47 -08:00 |
|
Jason Volk
|
143c867ad8
|
modules: Rename s_console back to console so it's not mapped by ircd:Ⓜ️:modules.
|
2018-03-06 07:50:14 -08:00 |
|
Jason Volk
|
5c1cb57e9c
|
modules: Reorg conf/console related; add s_control.
|
2018-03-05 05:24:45 -08:00 |
|
Jason Volk
|
9db8b9d6a5
|
modules/console: Add 'net node'; default list the nodes.
|
2018-03-03 10:17:05 -08:00 |
|
Jason Volk
|
69df7add10
|
modules/console: Add command to iterate the room::origins sequence.
|
2018-03-03 04:06:49 -08:00 |
|
Jason Volk
|
baa7a80b68
|
ircd: Various fixes; bump default db LRU cache sizes.
|
2018-03-02 08:02:20 -08:00 |
|
Jason Volk
|
15ec746fc6
|
modules/console: Add console command suite to view DNS caches.
|
2018-03-02 08:02:20 -08:00 |
|
Jason Volk
|
aecbf3ebd0
|
modules/console: Checkin the room state type count command.
|
2018-02-27 02:36:08 -08:00 |
|
Jason Volk
|
b555e3f446
|
ircd:Ⓜ️:v1/modules/console: Checkpoint changes to buffers and opts for requests.
Issues:
- The move requirement here for opts is ugly without a better ctor.
- The ad hoc buffer reassignments in m::v1 need to be improved.
|
2018-02-26 22:02:47 -08:00 |
|
Jason Volk
|
42fcdf392e
|
modules/console: Checkpoint additional fed commands.
|
2018-02-24 23:54:56 -08:00 |
|
Jason Volk
|
57dc15dba4
|
modules/console: Add debugmode toggle cmd; test cmd frame; preliminary mxid-deduction stubs.
|
2018-02-21 16:18:44 -08:00 |
|
Jason Volk
|
fa8e2e7f0e
|
modules/console: Show error where eval stopped in exec.
|
2018-02-19 20:56:45 -08:00 |
|
Jason Volk
|
8fd89229ef
|
modules/console: Support exec for any specific room_id/event_id/sender.
|
2018-02-19 20:56:45 -08:00 |
|
Jason Volk
|
0f9fe4a712
|
modules/console: Fix object size; default bad_command{} in room command.
|
2018-02-19 19:45:44 -08:00 |
|
Jason Volk
|
d869c479c6
|
modules/console: Sort the mod list.
|
2018-02-19 19:45:44 -08:00 |
|
Jason Volk
|
0126fd9701
|
modules/console: Add fed command handler; add fed version command.
|
2018-02-19 19:45:44 -08:00 |
|
Jason Volk
|
2e68f18328
|
modules/console: Add mod reload command.
|
2018-02-19 00:37:19 -08:00 |
|
Jason Volk
|
632b1e6f0f
|
ircd:Ⓜ️ Curse the cursor.
modules/console: Update dump; add errcount.
|
2018-02-16 11:53:42 -08:00 |
|
Jason Volk
|
7c030e1af2
|
modules/console: Add some room commands.
|
2018-02-15 16:35:50 -08:00 |
|
Jason Volk
|
5a73e631a6
|
modules/console: Add command to iterate messages forward and backward with seek to depth.
|
2018-02-13 15:08:52 -08:00 |
|
Jason Volk
|
535232603c
|
modules/console: Add room_id argument to exec command.
|
2018-02-10 13:12:23 -08:00 |
|
Jason Volk
|
b238818522
|
ircd:Ⓜ️ Convert room::members/origins iters to test proto; console update; various.
|
2018-02-10 13:05:01 -08:00 |
|
Jason Volk
|
7f25e368bc
|
modules/console: Add a room command suite.
|
2018-02-08 21:00:50 -08:00 |
|
Jason Volk
|
7bff223748
|
modules/console: Adjust the state commands to use a root node ID arg for now.
|
2018-02-08 13:27:49 -08:00 |
|
Jason Volk
|
0cc37daf9d
|
modules/console: Improve the exec command.
|
2018-02-08 13:27:48 -08:00 |
|
Jason Volk
|
f5adae46d1
|
modules/console: Move the preliminary exec command over to conmod.
|
2018-02-08 10:45:37 -08:00 |
|
Jason Volk
|
a517acea60
|
modules/console: Add db command with list default sub-command.
|
2018-02-07 23:15:17 -08:00 |
|
Jason Volk
|
f925c9e5df
|
modules/console: Add command to backup the events database as json::vector to file.
This same vector can be replayed into a new database with an "exec" command.
|
2018-02-07 00:24:54 -08:00 |
|
Jason Volk
|
da38c9164f
|
modules/console: Partially move/add over key/event command trees.
|
2018-02-07 00:24:54 -08:00 |
|
Jason Volk
|
02edc327a3
|
modules/console: Add net command; move net host subcommand into module.
|
2018-02-06 13:20:24 -08:00 |
|
Jason Volk
|
ee0d6423f3
|
ircd: Move params back into ircd::util... (w/ manual inclusion).
|
2018-02-06 13:20:24 -08:00 |
|
Jason Volk
|
44f8868598
|
modules: Add reloadable console module with library of command handlers.
|
2018-02-06 12:50:25 -08:00 |
|
Jason Volk
|
b592b69b86
|
What is the Matrix? Control.
|
2017-03-10 17:51:18 -08:00 |
|
Jason Volk
|
53f355e41d
|
modules: Add preliminary console to support js-style console.log() et al.
|
2016-11-25 19:23:49 -08:00 |
|