Jason Volk
|
37ab0ad00d
|
modules/console: Add fed command to get state ids.
|
2018-04-02 18:40:52 -07:00 |
|
Jason Volk
|
16154a21df
|
modules/console: Command to unload a loaded module; + report on reload.
|
2018-03-28 01:29:58 -07:00 |
|
Jason Volk
|
09f345c7b9
|
modules/console: Add fed groups console command.
|
2018-03-28 01:29:58 -07:00 |
|
Jason Volk
|
fc212e8399
|
modules/console: Command to load a module that isn't already loaded.
|
2018-03-28 00:13:32 -07:00 |
|
Jason Volk
|
98c9e199da
|
modules/console: Add command to list deltas in a single txn by seqnum.
|
2018-03-27 21:44:01 -07:00 |
|
Jason Volk
|
ce715f62c7
|
modules/console: Add manual room join w/ injection placement event_id.
|
2018-03-27 21:44:01 -07:00 |
|
Jason Volk
|
47edaed3a6
|
ircd::server: Add stats for total bytes up and down to peer and links.
|
2018-03-26 23:29:58 -07:00 |
|
Jason Volk
|
270120c922
|
ircd::server: Rename _total() to _size() for bytes accounting.
|
2018-03-26 23:29:58 -07:00 |
|
Jason Volk
|
16483aaea2
|
modules/console: Support alternative HTML output; start with 'net peer'.
|
2018-03-26 00:33:26 -07:00 |
|
Jason Volk
|
1ceaa73e5b
|
modules/console: Extend arguments for options string.
|
2018-03-26 00:12:16 -07:00 |
|
Jason Volk
|
68382cb209
|
modules/console: Permute the output type again, now with custom wrapper.
|
2018-03-26 00:04:47 -07:00 |
|
Jason Volk
|
60a28ab5a8
|
modules/console: Eliminate output stream global; improve output related; various cleanup.
|
2018-03-25 23:40:35 -07:00 |
|
Jason Volk
|
e4194e3589
|
modules/console: Add room alias type to room id cmd.
|
2018-03-25 18:33:40 -07:00 |
|
Jason Volk
|
f7458f5315
|
modules/console: Self-reflecting console command tree.
|
2018-03-25 17:59:07 -07:00 |
|
Jason Volk
|
154f7a9f59
|
modules/console: Command to raw erase event and rel metadata from db.
|
2018-03-24 23:29:46 -07:00 |
|
Jason Volk
|
907f2d0435
|
modules/console: Add net__peer__version to list all gathered peer.server_name.
|
2018-03-24 18:06:03 -07:00 |
|
Jason Volk
|
429095636f
|
modules/console: Fed event cmd hashes and verifies w/ report.
|
2018-03-23 00:22:05 -07:00 |
|
Jason Volk
|
5d41b4e00b
|
modules/console: Fix fed event remote argument.
|
2018-03-23 00:19:55 -07:00 |
|
Jason Volk
|
287b5d6374
|
modules/console: fed state command mimics fed backfill w/ eval.
|
2018-03-23 00:19:55 -07:00 |
|
Jason Volk
|
635e09c80e
|
modules/console: Add cmd to iterate event_id txns from seq num w/ limit.
|
2018-03-22 22:27:12 -07:00 |
|
Jason Volk
|
fcbc2bf650
|
ircd::db: Add database checkpointing feature.
|
2018-03-22 20:08:50 -07:00 |
|
Jason Volk
|
977ebd4e47
|
modules/console: Start a conf cmd; add direct list subcmd for now.
|
2018-03-22 14:44:54 -07:00 |
|
Jason Volk
|
09923ff758
|
ircd::server: Add external interface to clear a peer error; w/ console command.
|
2018-03-12 14:20:39 -07:00 |
|
Jason Volk
|
e123cfb395
|
modules/console: Add various throwing timeouts.
|
2018-03-09 17:10:45 -08:00 |
|
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 |
|