Jason Volk
|
6e34a4a399
|
ircd:Ⓜ️:dbs: Add highest->lowest depth comparator for room_events meta.
|
2018-02-08 17:19:03 -08:00 |
|
Jason Volk
|
2f0c4e004e
|
ircd:Ⓜ️:dbs: Treat room_events as an index column for better behavior.
|
2018-02-08 16:36:09 -08:00 |
|
Jason Volk
|
f096a45e88
|
ircd:Ⓜ️ Update the common m::error list.
|
2018-02-08 15:00:53 -08:00 |
|
Jason Volk
|
e40f11429e
|
ircd::json: Tuple defined(number) decides on max value rather than zero.
|
2018-02-08 14:01:53 -08:00 |
|
Jason Volk
|
4540a32948
|
ircd:Ⓜ️ Events database interface to m::dbs; trim vm; [inconsistent].
|
2018-02-08 13:27:49 -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
|
7346d9dcdb
|
ircd:Ⓜ️:state: Rename head to root.
|
2018-02-08 13:27:49 -08:00 |
|
Jason Volk
|
230be7d922
|
ircd:Ⓜ️ Remove the query; remove the query from the cursor.
|
2018-02-08 13:27:49 -08:00 |
|
Jason Volk
|
5c968f0949
|
ircd:Ⓜ️:state: Distill out any DB/IO for tree root; split out create(); remove init.
|
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
|
775f410e63
|
ircd:Ⓜ️ Update README.
|
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
|
2b05df12e3
|
ircd::db: minor cleanup: move this here.
|
2018-02-07 23:15:17 -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
|
f04ba38b42
|
ircd: Rename the stream_buffer to window_buffer.
|
2018-02-07 21:54:41 -08:00 |
|
Jason Volk
|
703cab45e9
|
STYLE: Add blerb on iteration protocol convention.
|
2018-02-07 21:04:52 -08:00 |
|
Jason Volk
|
09b0c3d20d
|
ircd::net::dns: Don't log.error common NXDOMAIN rcodes.
|
2018-02-07 12:16:17 -08:00 |
|
Jason Volk
|
45e9f7304f
|
ircd: Call log::fini; flushing on runlevel change / halt.
|
2018-02-07 12:16:17 -08:00 |
|
Jason Volk
|
353ee9b80d
|
ircd::ctx: Spawn OLE thread lazily.
|
2018-02-07 12:16:17 -08:00 |
|
Jason Volk
|
9de8cb69d2
|
ircd: Send the aborted array_view fetus to valhalla.
|
2018-02-07 12:16:17 -08:00 |
|
Jason Volk
|
12f1bf97b4
|
ircd::net: Move the timedout nulling to here.
|
2018-02-07 12:16:17 -08:00 |
|
Jason Volk
|
dc4d827def
|
ircd::net::dns: Improve the resolution handlers and callback chain.
|
2018-02-07 00:24:54 -08:00 |
|
Jason Volk
|
4623e4448f
|
ircd::http: Add 502 Bad Gateway.
|
2018-02-07 00:24:54 -08:00 |
|
Jason Volk
|
cf112ec26e
|
ircd::http: Better handling of unrecognized HTTP status code to reason string.
|
2018-02-07 00:24:54 -08:00 |
|
Jason Volk
|
24fdfdd9fe
|
ircd::server: Fix error; fix regression.
|
2018-02-07 00:24:54 -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
|
4b61cd1498
|
ircd::net: Improve the net::hostport amalgam ctor; comments.
|
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
|
d96ec401bc
|
ircd::net: Remove old cruft exceptions.
|
2018-02-06 13:20:24 -08:00 |
|
Jason Volk
|
7b4906e85f
|
ircd::net: Throw net::not_found for the ipport_one convenience if no A record.
|
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
|
4a56c0a1cd
|
ircd::fs: Asynchronous writes to local filesystem.
|
2018-02-06 00:02:18 -08:00 |
|
Jason Volk
|
1bb9624bce
|
ircd: Give AIO its own TRU.
|
2018-02-05 23:00:55 -08:00 |
|
Jason Volk
|
79198527a7
|
configure/ircd: Consider all boost headers unconditional.
|
2018-02-05 21:24:36 -08:00 |
|
Jason Volk
|
230eb3fc7a
|
ircd::ctx::prof: Consistent warning message strings.
|
2018-02-05 21:24:36 -08:00 |
|
Jason Volk
|
af62b5f089
|
ircd:Ⓜ️:state: Proper typedef for value closures.
|
2018-02-05 21:24:36 -08:00 |
|
Jason Volk
|
57ed24f868
|
ircd::db: Reenable the background work cancel for shutdown sequence.
|
2018-02-05 21:24:36 -08:00 |
|
Jason Volk
|
49027cc312
|
ircd:Ⓜ️:state: Optimize DFS branches recursed based on key argument prefix.
|
2018-02-05 21:24:36 -08:00 |
|
Jason Volk
|
025e1d7c78
|
ircd:Ⓜ️ Move events database description and instance to libircd.
|
2018-02-05 21:24:36 -08:00 |
|
Jason Volk
|
5cf77cf87c
|
ircd::db: Don't silently refuse seek() when no snapshot.
|
2018-02-05 21:24:36 -08:00 |
|
Jason Volk
|
06816f9e33
|
ircd::db: Allow gopts parameter to the cell::seek().
|
2018-02-05 21:24:36 -08:00 |
|
Jason Volk
|
9c03fcdb95
|
ircd:Ⓜ️:state: Basic util suite.
|
2018-02-05 21:24:36 -08:00 |
|
Jason Volk
|
ea35ea5863
|
ircd:Ⓜ️:state: Cache DB column refs statically and away from API surface.
|
2018-02-05 21:24:35 -08:00 |
|
Jason Volk
|
efeaf3475a
|
ircd:Ⓜ️:state: Move DFS recursor out of closure.
|
2018-02-05 21:24:35 -08:00 |
|
Jason Volk
|
69427d7e43
|
ircd::ctx: Enable ctx::prof on debug builds only.
|
2018-02-05 21:24:35 -08:00 |
|
Jason Volk
|
3ba527079b
|
ircd::ctx: Sample rdtsc to complement profile warning output.
|
2018-02-05 21:24:35 -08:00 |
|
Jason Volk
|
7b48bc9f40
|
ircd:Ⓜ️:dbs: Checkpoint the meta-index "state_head for event_id in room_id"
|
2018-02-05 21:24:35 -08:00 |
|
Jason Volk
|
42bd702d8f
|
ircd:Ⓜ️:state: Adjust interface for event insertions from m::dbs.
|
2018-02-05 21:24:35 -08:00 |
|