Jason Volk
|
1ba22a21ba
|
ircd: Disperse accumulated global options as conf items in namespaces.
|
2018-12-08 15:36:34 -08:00 |
|
Jason Volk
|
0c0c3b1f41
|
ircd: Split runlevel related into header and unit.
|
2018-12-08 15:15:31 -08:00 |
|
Jason Volk
|
6408ac4592
|
ircd: Remove the legacy AFP() / AFGP() macros.
|
2018-12-08 13:51:33 -08:00 |
|
Jason Volk
|
caf1190c91
|
ircd::db: Tweak interruption point related.
|
2018-12-07 12:48:54 -08:00 |
|
Jason Volk
|
587bf4e820
|
modules/console: Fix hostport parse; fix peer.hostcanon reference.
|
2018-12-07 12:47:23 -08:00 |
|
Jason Volk
|
41602087f4
|
ircd::ctx: Simplify flags type; fix flags test.
|
2018-12-07 12:45:05 -08:00 |
|
Jason Volk
|
4a2ad1c186
|
ircd::ctx: Reorg continuation for core wakeup conditions.
|
2018-12-07 12:31:30 -08:00 |
|
Jason Volk
|
9eabd745f5
|
ircd::ctx: Minor cleanup.
|
2018-12-07 12:03:25 -08:00 |
|
Jason Volk
|
418bbc0441
|
ircd::ctx: Minor simplify type elaborations.
|
2018-12-07 11:01:16 -08:00 |
|
Jason Volk
|
3af70e75c3
|
ircd::ctx: Minor cleanup / struct packing / type.
|
2018-12-07 10:13:29 -08:00 |
|
Jason Volk
|
4e01d2c0a4
|
ircd::ctx: Remove local typedef to use outer ircd:: typedef.
|
2018-12-07 10:13:14 -08:00 |
|
Jason Volk
|
0866cf4f7f
|
modules/m_room: Minor formatting.
|
2018-12-06 19:20:30 -08:00 |
|
Jason Volk
|
ce237e0b10
|
ircd::ctx: Export this_ctx:: to ircd.
|
2018-12-06 19:16:47 -08:00 |
|
Jason Volk
|
caa92a98c3
|
ircd::ctx: Don't execute an interrupt handler for uninterruptible ctx.
|
2018-12-06 19:07:36 -08:00 |
|
Jason Volk
|
bacfa6de95
|
ircd::ctx: Assert interruption points aren't useless calls.
|
2018-12-06 19:04:31 -08:00 |
|
Jason Volk
|
086f92f989
|
ircd::rfc3986: Type checking on form encoding from json::members.
|
2018-12-06 17:31:22 -08:00 |
|
Jason Volk
|
6de17431ff
|
ircd: Reverse arguments for url::encode()/decode(); minor reorg.
|
2018-12-06 16:41:47 -08:00 |
|
Jason Volk
|
2caf425fde
|
ircd::rfc3986: Add form_encode() composer from json::members.
|
2018-12-06 16:27:05 -08:00 |
|
Jason Volk
|
e4922772f4
|
ircd::server: Fix issues with non-matrix peer construction.
|
2018-12-05 19:38:40 -08:00 |
|
Jason Volk
|
d065ef1aa4
|
construct: Add a -quiet command line option.
|
2018-12-05 19:04:05 -08:00 |
|
Jason Volk
|
3f939367c0
|
ircd::log: Add console_enable/disable for all facilities.
|
2018-12-05 19:00:10 -08:00 |
|
Jason Volk
|
99001a4ea5
|
ircd: Initial ap.
|
2018-12-05 15:17:00 -08:00 |
|
Jason Volk
|
b9974bf4ab
|
ircd::http: Allow empty chunk header to indicate a zero length.
|
2018-12-05 15:15:49 -08:00 |
|
Jason Volk
|
0c4e39b023
|
ircd::ctx: Relax assertion.
|
2018-12-05 15:15:36 -08:00 |
|
Jason Volk
|
10b8db0bb3
|
ircd::http: Add format string construction for http::error.
|
2018-12-05 15:15:26 -08:00 |
|
Jason Volk
|
d6241c66de
|
ircd: Add synchronization for runlevel changes.
|
2018-12-05 14:31:05 -08:00 |
|
Jason Volk
|
c75ccd5a1c
|
modules/console: Add cmd to display amount of a room's state in cache.
|
2018-12-03 17:35:16 -08:00 |
|
Jason Volk
|
2a2a8bcf86
|
modules/m_state: Checkpoint preliminary GC util.
|
2018-12-03 17:34:43 -08:00 |
|
Jason Volk
|
b025de1068
|
modules/m_room: Minor cleanup.
|
2018-12-03 17:32:21 -08:00 |
|
Jason Volk
|
760bd0f19c
|
ircd::db: Workaround allow_fallocate options issue.
|
2018-12-03 14:31:48 -08:00 |
|
Jason Volk
|
0250c0f2ec
|
ircd::db: Disable fallocate() use for now.
|
2018-12-03 13:01:36 -08:00 |
|
Jason Volk
|
24e423c714
|
ircd::fs: Add support test for fallocate().
|
2018-12-03 12:58:42 -08:00 |
|
Jason Volk
|
47d6fbb35f
|
ircd::fs: Consolidate support tests and indications into namespace.
|
2018-12-03 12:55:52 -08:00 |
|
Jason Volk
|
f2ecf617ba
|
ircd::db: Stub a place to put the runtime loaded library version information.
|
2018-12-03 12:30:59 -08:00 |
|
Jason Volk
|
041f6c16c3
|
ircd::db: Split out header for pos.h from main db.h
|
2018-12-03 12:20:55 -08:00 |
|
Jason Volk
|
6d80be2d7a
|
ircd::db: Cleanup / comment db options initialization.
|
2018-12-03 11:54:35 -08:00 |
|
Jason Volk
|
402f0f91f1
|
ircd::db: Create DBOptions earlier for use when reading column names.
|
2018-12-02 17:45:36 -08:00 |
|
Jason Volk
|
e8088ce52a
|
ircd::db: Assert synchronization for sequential file operations; update offset on PositionedRead().
|
2018-12-02 17:19:13 -08:00 |
|
Jason Volk
|
c1d915db7a
|
ircd::db: Fix pragma.
|
2018-12-02 17:16:32 -08:00 |
|
Jason Volk
|
b088ebf228
|
ircd:Ⓜ️:app: Add initial application service registration structure; start app handler directory.
|
2018-12-02 16:50:26 -08:00 |
|
Jason Volk
|
f44f1cf89d
|
modules/client/sync: Fix sync timeout behavior.
|
2018-12-01 17:23:42 -08:00 |
|
Jason Volk
|
b45b25bdcd
|
ircd::db: Dressing for C99 array on stack here.
|
2018-12-01 17:07:15 -08:00 |
|
Jason Volk
|
b31432aae1
|
ircd::db: Checkpoint some table options for compression.
|
2018-12-01 16:11:32 -08:00 |
|
Jason Volk
|
711dfacd9a
|
ircd::fs: Improve strategy for AIO fsync/fdsync related.
|
2018-12-01 16:10:53 -08:00 |
|
Jason Volk
|
ca525b081f
|
ircd: Add noaio global flag; add command line option.
|
2018-12-01 15:55:53 -08:00 |
|
Jason Volk
|
965ecd16e5
|
ircd::fs: Break apart / improve make_iov() related stack / cleanup typedefs.
|
2018-12-01 15:46:38 -08:00 |
|
Jason Volk
|
2dc36775a8
|
ircd::fs: Check IOV_MAX limits for make_iov().
|
2018-12-01 15:21:06 -08:00 |
|
Jason Volk
|
24e031a810
|
ircd:Ⓜ️ Reorg event / room include related.
|
2018-12-01 15:05:50 -08:00 |
|
Jason Volk
|
5e41ece0e3
|
ircd:Ⓜ️ Split up event header.
|
2018-12-01 14:55:38 -08:00 |
|
Jason Volk
|
62053e66e2
|
ircd::db: Minor interruption point tweaks.
|
2018-12-01 14:55:38 -08:00 |
|