Jason Volk
|
dc377ea695
|
ircd::rfc1035: Add size constexprs.
|
2019-03-13 13:10:25 -07:00 |
|
Jason Volk
|
74c7d1d5c1
|
ircd::rfc1035: Add interface for validations.
|
2019-03-13 10:14:44 -07:00 |
|
Jason Volk
|
721039f359
|
ircd::net::acceptor: Add conf::item to blacklist ciphers out of the supported cipher list.
|
2019-03-12 18:41:05 -07:00 |
|
Jason Volk
|
e4fd5111fa
|
ircd::openssl: Add overload to get cipher list from SSL_CTX.
|
2019-03-12 18:41:05 -07:00 |
|
Jason Volk
|
969a15c341
|
ircd::net::acceptor: Add conf::item to specify a default whitelist of ciphers in openssl format.
|
2019-03-12 18:41:05 -07:00 |
|
Jason Volk
|
72fe68bb29
|
ircd::stats: Start a preliminary stats system.
|
2019-03-12 18:41:05 -07:00 |
|
Jason Volk
|
38f7d61020
|
ircd::net::socket: Add non-blocking check() query with interface.
|
2019-03-12 18:41:05 -07:00 |
|
Jason Volk
|
4f243826c2
|
ircd: Remove use of all unwind::exceptional and unwind::nominal devices.
|
2019-03-12 18:41:05 -07:00 |
|
Jason Volk
|
ae4dc7db9b
|
ircd::net::dns: Add a named logger specifically for net::dns; addl debug msgs.
|
2019-03-11 18:16:04 -07:00 |
|
Jason Volk
|
c4c95916c2
|
ircd:Ⓜ️ Add central event append() to compose elaborated json::stack::object for clients.
|
2019-03-11 16:02:36 -07:00 |
|
Jason Volk
|
f61059a400
|
ircd:Ⓜ️:room::state: Add prev() and next() reference traversal interface.
|
2019-03-11 15:06:54 -07:00 |
|
Jason Volk
|
3444bed245
|
ircd:Ⓜ️:dbs: Add a reverse reference for previous state in event refs index.
|
2019-03-11 14:46:11 -07:00 |
|
Jason Volk
|
06c548699a
|
ircd:Ⓜ️:dbs: Add a previous state reference to refs meta index.
|
2019-03-11 13:40:25 -07:00 |
|
Jason Volk
|
d474eed948
|
ircd::conf: Add more elaborate double-fault handling.
|
2019-03-11 12:53:22 -07:00 |
|
Jason Volk
|
1fa5ebc415
|
ircd::conf: Add allocated string get() overloads.
|
2019-03-11 11:27:57 -07:00 |
|
Jason Volk
|
8353d0a7e9
|
ircd::conf: Add a size virtual member function to get value size as string.
|
2019-03-11 11:27:57 -07:00 |
|
Jason Volk
|
b4fabaf14f
|
ircd::openssl: Add interface to tweak ecdh / ciphers / curves.
|
2019-03-10 16:55:39 -07:00 |
|
Jason Volk
|
a55c549e70
|
ircd:Ⓜ️:dbs: Add reference index type for m.room.redaction.
|
2019-03-10 14:52:11 -07:00 |
|
Jason Volk
|
7027264ea2
|
ircd::util::params: Relax class access.
|
2019-03-10 14:25:10 -07:00 |
|
Jason Volk
|
d58b67bca8
|
ircd::net: Split headers for UDP and TCP for listener related.
|
2019-03-10 14:07:56 -07:00 |
|
Jason Volk
|
c6975804e7
|
ircd::net: Move acceptors class from being nested in listeners.
|
2019-03-10 14:04:03 -07:00 |
|
Jason Volk
|
1381524f95
|
ircd:Ⓜ️:device: Add has(user, device_id, property) overload to interface suite.
|
2019-03-09 18:48:32 -08:00 |
|
Jason Volk
|
077f8bb546
|
ircd::logger: Add conf items to control the log mask.
|
2019-03-09 17:10:49 -08:00 |
|
Jason Volk
|
d763a15edb
|
ircd::tokens: Add token_exists() set membership test.
|
2019-03-09 17:03:52 -08:00 |
|
Jason Volk
|
312e4958f7
|
ircd::tokens: Add bool closure for limited for_each iteration.
|
2019-03-09 17:03:13 -08:00 |
|
Jason Volk
|
6cc17887de
|
ircd::log: Add interface for file mask / unmask; fix constness.
|
2019-03-09 16:43:27 -08:00 |
|
Jason Volk
|
47446dcd5c
|
ircd:Ⓜ️:vm: Translate vm::fault codes to better specific http::code's for m::error's.
|
2019-03-09 14:00:00 -08:00 |
|
Jason Volk
|
197168059b
|
ircd:Ⓜ️:vm: Create a conform hook; move checks into conform hookfns.
|
2019-03-09 14:00:00 -08:00 |
|
Jason Volk
|
e501c6434a
|
modules/vm: Rename commit hook to issue hook; add opts toggle.
|
2019-03-09 12:13:21 -08:00 |
|
Jason Volk
|
79eed85397
|
modules/vm: Add a post-write pre-notify hook site.
|
2019-03-09 12:08:05 -08:00 |
|
Jason Volk
|
e2d2c7f376
|
ircd:Ⓜ️:v1::user: Default to dynamic content buffering; adjust callsite buffer sizes.
|
2019-03-08 17:11:42 -08:00 |
|
Jason Volk
|
395a6ceabd
|
ircd::server: Add request option to control whether content overrun is an error.
|
2019-03-08 16:52:48 -08:00 |
|
Jason Volk
|
98a3535e06
|
ircd::net: Elaborate ipaddr interface; move apropos string utils from ipport.h
|
2019-03-08 11:46:50 -08:00 |
|
Jason Volk
|
3a673dadf4
|
ircd:Ⓜ️:room::state: Extend the for_each stack with optimal type,state_key closure.
|
2019-03-08 11:21:56 -08:00 |
|
Jason Volk
|
57f28374c9
|
ircd::http: Add 428 Precondition Required.
|
2019-03-07 16:01:19 -08:00 |
|
Jason Volk
|
3b34785853
|
Revert "ircd:Ⓜ️:v1: Remove any opts constructors preventing aggregate initialization."
This reverts commit 506531790b .
|
2019-03-06 17:26:25 -08:00 |
|
Jason Volk
|
6af4782922
|
ircd::http: Elaborate the query string interface with indexing.
|
2019-03-06 17:21:38 -08:00 |
|
Jason Volk
|
1e55e56b05
|
ircd::json::tuple: Tweak the assignment suite to possibly fix issues with nested tuples.
|
2019-03-06 15:02:43 -08:00 |
|
Jason Volk
|
b534939016
|
ircd::json::tuple: Improve property semantics.
|
2019-03-06 15:02:43 -08:00 |
|
Jason Volk
|
9f4890a517
|
ircd:Ⓜ️ Unify room create interface and paths around createroom tuple.
|
2019-03-06 15:02:43 -08:00 |
|
Jason Volk
|
85c041c27b
|
ircd:Ⓜ️:room Update version query based on spec room version grammar (string type).
|
2019-03-06 15:02:43 -08:00 |
|
Jason Volk
|
c2966275c6
|
ircd:Ⓜ️:room::head: Improve interface/linkage for head utils / prev_events generation.
|
2019-03-06 00:22:18 -08:00 |
|
Jason Volk
|
1a1939e2c7
|
ircd:Ⓜ️:room::auth: Improve interface/linkage for auth_events generation.
|
2019-03-06 00:22:18 -08:00 |
|
Jason Volk
|
506531790b
|
ircd:Ⓜ️:v1: Remove any opts constructors preventing aggregate initialization.
|
2019-03-06 00:12:21 -08:00 |
|
Jason Volk
|
094ae6e997
|
ircd:Ⓜ️:user::profile: Add interface for remote profile fetch().
|
2019-03-06 00:12:21 -08:00 |
|
Jason Volk
|
9c62b0f61a
|
ircd::net::hostport: Add complementary boolean conversion.
|
2019-03-05 20:49:23 -08:00 |
|
Jason Volk
|
1f82b884ff
|
ircd:Ⓜ️ Implement 14.18 Room Tagging.
|
2019-03-05 18:42:04 -08:00 |
|
Jason Volk
|
d4b8a8089e
|
ircd:Ⓜ️:createroom: Generate default power_levels w/ option for content_override.
|
2019-03-05 14:24:08 -08:00 |
|
Jason Volk
|
bbaf38937b
|
ircd:Ⓜ️:room::power: Add util to generate spec-default power_levels content.
|
2019-03-05 14:24:08 -08:00 |
|
Jason Volk
|
a29dfb93f5
|
ircd::openssl: Add interface to examine cipher lists.
|
2019-03-05 10:50:12 -08:00 |
|