Jason Volk
59618c6a44
ircd: Ⓜ️ Move event::auth to room::auth; move to module.
2019-08-18 03:09:34 -07:00
Jason Volk
e3ced849ee
ircd: Ⓜ️ :room: Remove old cruft.
2019-08-18 00:32:01 -07:00
Jason Volk
59a6d4f6b5
modules: Stub modules in place for m_event/m_room; reorder load list.
2019-08-18 00:32:00 -07:00
Jason Volk
272e28aebe
ircd: Ⓜ️ :event::auth: Fetch join_rules on membership=invite.
2019-08-17 13:56:02 -07:00
Jason Volk
7218a5db36
ircd: Ⓜ️ :event::auth: Fix missing state_key param to power check.
2019-08-17 12:24:41 -07:00
Jason Volk
a9538fb4e0
ircd: Ⓜ️ :event::auth: Augment missing auth events; check twice; etc.
2019-08-17 11:50:08 -07:00
Jason Volk
7cc37e517a
ircd: Ⓜ️ Fix exception propagation from internal(room) check.
2019-08-17 08:30:58 -07:00
Jason Volk
62d7c94cfe
ircd::mods: Fix init function being called without recursive loading awareness. ( #109 )
2019-08-17 04:52:09 -07:00
Jason Volk
f7796b6c3e
ircd: Ⓜ️ :presence: Set the currently_active flag in convenience composer.
2019-08-17 02:59:13 -07:00
Jason Volk
1541b2d52e
ircd: Ⓜ️ :user: Move rooms::origins to user::servers interface.
2019-08-17 02:59:13 -07:00
Jason Volk
5c219c67da
ircd: Ⓜ️ :vm: Add conform check bypass for origin.
2019-08-17 02:59:13 -07:00
Jason Volk
3a0bfc8db9
ircd: Ⓜ️ :user::room: Add a one-liner is(user_room) test.
2019-08-16 23:54:04 -07:00
Jason Volk
5f4b6d5f1a
ircd: Ⓜ️ :user::filter: Move remaining to module.
2019-08-16 22:18:30 -07:00
Jason Volk
100f5c646a
ircd: Ⓜ️ :sync: Fix phased polylog invocation conditions; eliminate initial flag. ( #105 )
2019-08-16 04:50:39 -07:00
Jason Volk
fc742ae2d0
ircd: Fix warning/error.
...
ircd: Minor cleanup.
2019-08-16 03:32:13 -07:00
Jason Volk
125ff95875
ircd: Ⓜ️ :room::state: Simplify util interface arguments.
2019-08-16 02:25:50 -07:00
Jason Volk
6e8111f25f
ircd: Ⓜ️ :dbs: Assert room_id in room_state_key creations.
...
ircd:Ⓜ️ :room::messages: Assert room_id in ctor.
2019-08-16 02:19:49 -07:00
Jason Volk
d17286515b
ircd: Ⓜ️ :room::state: Simplify/consolidate iteration interface.
2019-08-16 02:19:49 -07:00
Jason Volk
2532f7f5e2
ircd::fs::aio: Add submit_coalesce conf item.
2019-08-16 02:19:49 -07:00
Jason Volk
97b613bb82
ircd::fs: Minor cleanup/simplify.
2019-08-16 02:19:49 -07:00
Jason Volk
49e1fd1eea
ircd: Ⓜ️ Move user::mitsein to module. ( #109 )
2019-08-16 02:19:49 -07:00
Jason Volk
76de6b4ac2
ircd: Ⓜ️ :create: Cleanup/Comments for m.room.create/room create related.
2019-08-16 02:19:49 -07:00
Jason Volk
65e79a584a
ircd: Ⓜ️ Improve room_version event_id related conditions.
2019-08-16 02:19:48 -07:00
Jason Volk
aaa015c6b8
ircd: Ⓜ️ :name: Add room_version as a property name.
2019-08-16 02:19:48 -07:00
Jason Volk
221a6339fb
ircd: Ⓜ️ :dbs: Mark all transactors which are not atomic. [ci skip]
2019-08-16 02:19:48 -07:00
Jason Volk
7fb0958080
ircd::json::tuple: Split additional non-member templates into header; constexpr member get()/at().
2019-08-15 00:05:48 -07:00
Jason Volk
d1d46051a9
ircd: Ⓜ️ :event: Remove switch statement in check_id().
2019-08-14 03:00:15 -07:00
Jason Volk
de730e33b1
ircd: Ⓜ️ Report a critical log on exception here.
2019-08-14 02:41:30 -07:00
Jason Volk
3d808022ed
ircd: Ⓜ️ :feds: Rename interface function.
2019-08-14 01:26:02 -07:00
Jason Volk
fca330e1c1
ircd: Ⓜ️ :room: Reorg / slim the class member function interface.
...
ircd:Ⓜ️ :room: Rename interface function.
2019-08-14 01:09:34 -07:00
Jason Volk
c95d1e56ee
ircd: Ⓜ️ :init: Add preliminary worker context loop for backfill unit. ( #78 )
2019-08-13 23:39:05 -07:00
Jason Volk
13eae71f87
ircd: Ⓜ️ Load conf before net_dns. ( #109 )
2019-08-13 22:27:22 -07:00
Jason Volk
1379350a72
ircd::log: Show different epoch counters for ctx and ios.
2019-08-13 21:18:55 -07:00
Jason Volk
765ec46b91
ircd::ctx::promise: Inline trivial accessors; explicit bool operator.
2019-08-13 20:53:02 -07:00
Jason Volk
42b65fa271
ircd::ctx: Add noexcept specifications; tweak inlines.
2019-08-13 20:26:08 -07:00
Jason Volk
8cd65bd3c9
ircd: Ⓜ️ :room: Consider an empty set a positive lonly() result.
2019-08-13 05:35:42 -07:00
Jason Volk
1bea1d2265
ircd: Ⓜ️ :room::origins: Add empty().
2019-08-13 05:35:42 -07:00
Jason Volk
6333c94fe0
ircd::info: Attempt to grab mlock rlimit; reorg log facilities and info dump.
2019-08-13 05:05:26 -07:00
Jason Volk
672ce5c3c6
ircd::log: Always allow the star facility.
2019-08-13 03:29:03 -07:00
Jason Volk
ea4d74967b
ircd: Ⓜ️ :events: Improve header comments.
...
ircd:Ⓜ️ :dbs: Fix typos.
2019-08-13 01:22:13 -07:00
Jason Volk
84e79a64e6
ircd: Ⓜ️ :rooms: Refactor interface; split rooms::summary; split module.
2019-08-12 23:55:07 -07:00
Jason Volk
f5b45f32d0
ircd::db: Fix comment/label. [skip ci]
2019-08-12 21:17:45 -07:00
Jason Volk
cd693500f9
ircd: Ⓜ️ :event: Fix event::id to event::idx queries which throw from a nothrow overload.
2019-08-12 20:46:54 -07:00
Jason Volk
1744ee065b
ircd: Ⓜ️ :event: Add conditions to efficiently handle event::idx sentinel value.
2019-08-12 20:45:57 -07:00
Jason Volk
a18325db07
ircd: Ⓜ️ :dbs: Fix out-of-order writes of m.room.redaction of state.
2019-08-12 01:39:16 -07:00
Jason Volk
3a420fb3b1
ircd: Ⓜ️ :dbs: Downgrade various debug errors to warnings.
2019-08-12 01:39:16 -07:00
Jason Volk
f74ddd0171
ircd: Ⓜ️ Add back the id::NODE sigil; add to room_id() translation.
2019-08-12 01:39:16 -07:00
Jason Volk
b60edf3212
ircd: Ⓜ️ Eliminate the !nodes room related.
2019-08-12 01:39:16 -07:00
Jason Volk
f24bf54799
ircd: Ⓜ️ Eliminate the user::users room references.
2019-08-12 01:39:16 -07:00
Jason Volk
eb587c6334
ircd: Ⓜ️ Improve the exists(user_id) check.
2019-08-11 23:30:50 -07:00
Jason Volk
8779cfd866
ircd: Ⓜ️ Move m::users to module.
2019-08-11 23:30:50 -07:00
Jason Volk
dffb03a562
ircd: Cleanup / simplify assert related interface.
2019-08-11 23:30:50 -07:00
Jason Volk
e7596fba96
ircd: Ⓜ️ :room::state::space: Log a DWARNING on rebuild interruption.
2019-08-11 23:30:50 -07:00
Jason Volk
a3f2f2082e
ircd: Ⓜ️ :room::state::space: Fix default value in seek key generation.
2019-08-11 18:25:52 -07:00
Jason Volk
b8a595a1c5
ircd: Ⓜ️ :dbs: Cleanup/modernize with structured bindings.
2019-08-11 18:18:57 -07:00
Jason Volk
aa4147b02a
ircd: Ⓜ️ :sync: Fix conditions for non-phased non-initial sync items.
2019-08-11 08:15:36 -07:00
Jason Volk
9bab532c3e
ircd: Ⓜ️ :sync: Add interruption points in polylog caller; state iteration.
2019-08-11 08:00:41 -07:00
Jason Volk
9a3f37c0af
ircd: Ⓜ️ :sync: Remove cruft.
2019-08-11 07:51:42 -07:00
Jason Volk
41c8643305
ircd::fs: Use better indicator for async support type.
2019-08-11 04:52:38 -07:00
Jason Volk
125f53872c
ircd::fs: Preliminary io_uring infrastructure plumbing.
2019-08-11 01:39:30 -07:00
Jason Volk
588b0aa9bc
ircd::fs::aio: Fix bitrot assertion; simplify aio related.
2019-08-10 23:22:28 -07:00
Jason Volk
2a7dc12386
ircd: Ⓜ️ 🆔 Improve version check exception msg.
2019-08-10 23:22:28 -07:00
Jason Volk
395624879c
ircd: Ⓜ️ :vm: Add event_id version floor check conform hook.
2019-08-10 01:28:21 -07:00
Jason Volk
45d9a79cc0
ircd: Ⓜ️ :event::conforms: Fix event_id version regression in self-reference check.
2019-08-10 01:00:28 -07:00
Jason Volk
8bce90fbf3
modules/client/keys/upload: Properly implement one_time_keys upload. ( Fixes #9 )
2019-08-09 23:34:20 -07:00
Jason Volk
198fbfa20b
ircd::db: No compaction readahead for direct IO.
2019-08-08 19:50:33 -07:00
Jason Volk
da0827dbbb
ircd::server: Fix content_read synchronization with chunk_read. ( Fixes #116 )
2019-08-08 18:39:20 -07:00
Jason Volk
060e46f8e4
ircd: Conditionally compile with gettimeofday().
...
ircd: Stronger embedding for time point samples.
2019-08-08 18:09:50 -07:00
Jason Volk
ca99df8edb
ircd::assert: Always inline the debugtrap.
2019-08-08 16:12:52 -07:00
Jason Volk
cc9054303d
ircd: Ⓜ️ Disable client_keys_upload module for now.
2019-08-08 14:21:39 -07:00
Jason Volk
be959362dd
ircd::run: Handle runlevel change callback unhandled here.
2019-08-07 21:41:55 -07:00
Jason Volk
0f8cabdcb9
modules/client: Start a register/email module; stub requestToken. ( #106 )
2019-08-07 15:03:50 -07:00
Jason Volk
f558ac1a28
ircd: Ⓜ️ :room::power: Prevent exception on json::type() for no collection.
2019-08-07 02:48:51 -07:00
Jason Volk
2bc795b883
ircd: Ⓜ️ :event::auth: Call the auth hook for unenumerated/additional types.
2019-08-07 01:24:16 -07:00
Jason Volk
f7dbe8afe2
ircd: Various fixes / cleanup.
2019-08-07 00:41:08 -07:00
Jason Volk
14f16f2b0d
ircd::fs: Support hole punching if available; add checks for allocate options.
2019-08-06 16:39:28 -07:00
Jason Volk
f549fb1f72
ircd::fs: Fix support version detections.
2019-08-06 15:49:24 -07:00
Jason Volk
bd2dd1c50d
ircd::fs: Make support string an info log message.
2019-08-06 15:44:32 -07:00
Jason Volk
315276e3c4
ircd::info: Reorg/improve hardware information sampling.
2019-08-06 15:44:32 -07:00
Jason Volk
d38a40b3d0
ircd: Ⓜ️ 🆔 Copy to lowercase in room alias buffer constructions.
2019-08-05 22:15:01 -07:00
Jason Volk
b5a6af1360
ircd: Optimize tolower transform.
2019-08-05 21:33:56 -07:00
Jason Volk
8b9822e4fb
Fix various instances of throwing into noexcept.
2019-08-05 16:20:55 -07:00
Jason Volk
009d417273
ircd: Indicate noexcept on advised interfaces.
2019-08-05 16:19:20 -07:00
Jason Volk
c64bb6850c
ircd::net: Fix/improve the v6/v4 check.
...
ircd::net: Add an is_null(ipport/ipaddr).
ircd::net: Improve the v6/v4 check efficiency.
ircd::net: Swap defaulting from v6 to v4 for better null address output.
2019-08-04 18:05:58 -07:00
Jason Volk
c860646943
Fix listener module name in imports.
2019-08-04 14:50:09 -07:00
Jason Volk
afc001e68c
ircd::log: Use microdate() for log prefix.
2019-08-03 20:04:08 -07:00
Jason Volk
8dd0a22351
ircd: Add additional formatted microdate().
2019-08-03 20:02:18 -07:00
Jason Volk
ac4e742010
ircd::log: Convert to hook architecture.
2019-08-03 18:36:42 -07:00
Jason Volk
7192a75ac5
ircd: Ⓜ️ Fix conf::item constness.
2019-08-03 17:15:28 -07:00
Jason Volk
36b64f863b
ircd::stringops: Assert and satisfy these conversions.
2019-08-03 17:07:54 -07:00
Jason Volk
47e2f92eda
ircd::rfc1035: Cast to unsigned.
2019-08-03 17:02:21 -07:00
Jason Volk
beaa970176
ircd: Ⓜ️ Rename main log facility.
2019-08-03 16:25:43 -07:00
Jason Volk
fa341c274e
ircd::log: Add some minor comments / document.
2019-08-03 16:11:14 -07:00
Jason Volk
07c29ab914
modules: Rename webhook/index to more consistent web_ prefix.
2019-08-03 15:00:47 -07:00
Jason Volk
b72b0ac110
ircd::net: Use buffer size consts.
2019-08-02 22:34:24 -07:00
Jason Volk
de00f3b0c3
ircd::net: Improve connect logmsg.
2019-08-02 22:34:12 -07:00
Jason Volk
d9a770ba3e
ircd::rfc1035: Case transform to lower in make_name().
2019-08-02 22:03:23 -07:00
Jason Volk
48da12c306
ircd::net: Case transform in string()/canonize()/dns::make_SRV_key().
2019-08-02 22:01:00 -07:00
Jason Volk
aa013ac526
ircd: Add string_view based tolower()/toupper().
2019-08-02 21:02:40 -07:00
Jason Volk
d8fcbf7325
ircd: Ⓜ️ Reinterface append(event) into event::append; move to module. ( #109 )
2019-08-02 17:34:31 -07:00
Jason Volk
8e5e599690
ircd: Ⓜ️ Relax exception propagation through event::refs. ( Fixes #114 )
2019-08-02 15:04:29 -07:00
Jason Volk
e22795e988
ircd::log: Remove console_ansi from conf items.
2019-08-02 15:04:29 -07:00
Jason Volk
af48bdfa6e
ircd::json: Stub an unescape().
2019-08-02 15:04:29 -07:00
Jason Volk
181ed12bd7
ircd::json: Add more escapes to map.
2019-08-02 15:04:28 -07:00
Jason Volk
7984f4bdee
ircd::json: Require full range of control chars to be escaped.
2019-08-02 15:04:28 -07:00
Jason Volk
75927abb42
ircd::json: Restrict escaped unicodes to UTF-16 surrogates.
2019-08-02 15:04:28 -07:00
Jason Volk
fefaaca2c2
ircd::prof: Split header into directory.
...
ircd::prof: Split linux/perf_event specific to unit.
2019-07-31 19:43:09 -07:00
Jason Volk
5e3f81685c
ircd: Ⓜ️ Shorten matrix log facility names.
...
modules/m_room_bootstrap: Rename log facility.
2019-07-31 19:43:06 -07:00
Jason Volk
6edde2a972
ircd::prof: Remove valgrind/callgrind include unused in this unit.
2019-07-31 19:26:16 -07:00
Jason Volk
38970872e5
ircd::ctx: Minor comments.
2019-07-31 17:19:00 -07:00
Jason Volk
4acb76f621
ircd::db::env: Turn on some debuglog msgs unconditionally.
2019-07-30 19:19:01 -07:00
Jason Volk
7333be92ca
ircd: Ⓜ️ :typing: Simplify interface; fix linkages.
2019-07-30 14:21:26 -07:00
Jason Volk
ed56ef680a
ircd: Ⓜ️ :fed::user::keys::claim: Separate content creation functions from ctor.
...
ircd:Ⓜ️ :fed::user::keys::query: Separate content creation functions from ctor.
2019-07-30 12:30:27 -07:00
Jason Volk
de986d2272
ircd::json::stack: Make completed() return a string_view instead of const_buffer.
2019-07-30 12:26:26 -07:00
Jason Volk
e50371f3b5
ircd: Ⓜ️ :fed::user::keys::query: Avoid placement new reconstruction kludge.
...
ircd:Ⓜ️ :fed::user::keys::claim: Fix placement new reconstruction funnybiz.
2019-07-30 12:13:36 -07:00
Jason Volk
b191b153e3
ircd::json: Add shortcut equality comparison for two serialized values.
2019-07-29 16:46:15 -07:00
Jason Volk
f106bf3e61
ircd::resource: Fix HTTP method list delimiting.
2019-07-29 16:13:34 -07:00
Jason Volk
25d35181be
ircd::net: Check if socket fd is open first before other checks.
2019-07-27 18:49:27 -07:00
Jason Volk
4ac5d52b45
ircd::log: Increase ctx::epoch width.
2019-07-27 18:49:27 -07:00
Jason Volk
d806ef48db
ircd::conf: Improve item maximum related constants.
2019-07-27 18:49:26 -07:00
Jason Volk
63a9f33d7c
ircd::net: Simplify socket check related.
2019-07-27 13:17:53 -07:00
Jason Volk
e404c7a094
ircd: Ⓜ️ :room::members: Replace assertion with error log.
2019-07-26 17:38:46 -07:00
Jason Volk
2a736ac581
ircd: Ⓜ️ Fix missing module accoutrements.
...
ircd:Ⓜ️ Tweak module order.
2019-07-26 17:36:21 -07:00
Jason Volk
3ad9496bcf
ircd: Ⓜ️ :event: Toggle format depending on version characteristics.
2019-07-26 16:38:20 -07:00
Jason Volk
ae1ccca038
ircd: Ⓜ️ :event::prev: Remove ambiguous overload.
2019-07-26 15:58:58 -07:00
Jason Volk
5edd7a6117
ircd: Ⓜ️ :fetch: Whittle down the current interface; remove libircd linkages.
2019-07-26 15:51:15 -07:00
Jason Volk
fea6bfb395
ircd: Ⓜ️ 🪝 Fix missing facility in log calls.
...
ircd:Ⓜ️ 🪝 Minor cleanup.
2019-07-26 15:15:58 -07:00
Jason Volk
939b402a7d
Revert "ircd::event: Remove membership from top level."
...
This reverts commit fc8048dc74
.
2019-07-26 00:08:51 -07:00
Jason Volk
3f418bf1ed
ircd::server: Add a request log.
2019-07-25 23:12:18 -07:00
Jason Volk
6d4e17a77c
modules/media: Hold a reference to magick module.
2019-07-25 21:43:05 -07:00
Jason Volk
3121dc30df
modules: Move magick out of media; hold instance from media.
2019-07-25 21:02:48 -07:00
Jason Volk
7b8dfb88f4
ircd: Ⓜ️ :event::auth: Transpose several rules; various reorg.
2019-07-25 20:02:29 -07:00
Jason Volk
c5ad1141d0
ircd: Ⓜ️ 🆔 Increase generated room_id characters to 18.
...
ircd:Ⓜ️ 🆔 Decrease generated device_id characters to 10; alnum.
2019-07-25 18:57:50 -07:00
Jason Volk
4ffab63da7
ircd: Ⓜ️ Tweak pretty_oneline(event) field order.
2019-07-25 17:27:45 -07:00
Jason Volk
9a5df1ae9c
ircd: Ⓜ️ Add additional format selection for pretty_oneline(event).
2019-07-25 15:57:04 -07:00
Jason Volk
58dd728f49
ircd::client: Record all stuck clients in dwarning on shutdown.
...
ircd::server: Record all stuck peers in dwarning on shutdown.
2019-07-25 15:28:40 -07:00
Jason Volk
ddcce0ef2b
ircd: Ⓜ️ :event: Document class member related.
2019-07-25 14:29:07 -07:00
Jason Volk
cd3d2c1c8c
ircd::server: Increase wait loop timer here.
2019-07-24 13:25:23 -07:00
Jason Volk
ea1cd3f73d
ircd::ctx: Make spawn() a ctx member function; add comments/doc.
2019-07-24 13:21:48 -07:00
Jason Volk
eb3b4d82fb
ircd: Ⓜ️ :room::members: Simplify and improve interface; callsites.
2019-07-23 19:50:13 -07:00
Jason Volk
7dcd3fdcd8
ircd: Improve log format consistency.
2019-07-23 17:31:16 -07:00
Jason Volk
e9c42b7c63
ircd::db::env: Add debuglog msg for job queued.
...
ircd::db::env: Create a dedicated logger.
ircd::db::env: Improve debuglog msgs.
2019-07-23 17:10:10 -07:00
Jason Volk
4dc114bf94
ircd::db::env: Remove the background task delay dock here.
2019-07-23 16:42:12 -07:00
Jason Volk
bde9e16e5c
ircd::ctx: Inline cur_slice_cycles().
...
modules/media/magick: Use this_ctx::cycles_here().
ircd::ctx: Improve prof::cycles API related.
2019-07-23 16:40:29 -07:00
Jason Volk
df11d9bec6
ircd: Ⓜ️ :room: Reorient join bootstrap definitions.
...
ircd:Ⓜ️ :room::bootstrap: Improve interface / various.
2019-07-23 16:40:29 -07:00
Jason Volk
cc9ce9c8a5
ircd: Ⓜ️ :room: Move timeline definitions to module.
2019-07-22 14:30:27 -07:00
Jason Volk
53e7fe3fef
ircd: Ⓜ️ :fetch: Remove cruft.
2019-07-22 14:18:13 -07:00
Jason Volk
b17b508c2a
ircd: Ⓜ️ :room::origins: Add interface to count room servers online/error.
2019-07-21 19:08:40 -07:00
Jason Volk
6c9dbdbef5
ircd::ctx: Add queued(ctx) state to interface.
2019-07-21 18:07:26 -07:00
Jason Volk
e36a3035a4
ircd::ctx: Use a pseudo ios::descriptor to include contexts in ircd::ios.
2019-07-21 17:55:58 -07:00
Jason Volk
d18a1acf43
ircd: Ⓜ️ :event::fetch: Remove unnecessary event_id query in seek() stack.
2019-07-21 17:04:16 -07:00
Jason Volk
b7b329a130
ircd: Ⓜ️ :event::fetch: Fix condition here.
2019-07-21 17:04:16 -07:00
Jason Volk
62f861c54a
ircd::db::database::env: Add missing fdno in log output.
...
ircd::db: Add missing validator in debug.
2019-07-21 16:41:05 -07:00
Jason Volk
5377d46ec5
ircd: Ⓜ️ Minor reorder pretty(event) top_keys.
2019-07-21 16:07:12 -07:00
Jason Volk
471c08a41e
ircd::ctx: Split exception_handler w/ cxxabi header requirement.
2019-07-21 15:29:16 -07:00
Jason Volk
70ec2a37c7
ircd::fs: Use system_error factory.
2019-07-20 20:19:40 -07:00
Jason Volk
bcec03ce1a
ircd: Ⓜ️ :vm::eval: Add find_pdu() to interface.
2019-07-20 18:42:15 -07:00
Jason Volk
3051e6da83
ircd: Isolate inclusion of sys/time.h.
2019-07-20 18:42:15 -07:00
Jason Volk
3100e5ea34
modules/m_room_aliases: Move auth branch to module handler.
2019-07-20 18:42:15 -07:00
Jason Volk
e1356fb50d
ircd: Ⓜ️ :event::auth: Add hookdata::find() to improve initialization.
2019-07-20 18:42:15 -07:00
Jason Volk
9e2e20f3e8
ircd: Ⓜ️ :event::auth: Preliminary auth hook.
2019-07-20 18:42:15 -07:00
Jason Volk
bee0d695de
ircd: Ⓜ️ :fed: Add more make_join ver query parameters.
2019-07-20 18:42:15 -07:00
Jason Volk
95001450c5
ircd::db: Move some internal headers out of the installed includedir.
2019-07-20 18:42:15 -07:00
Jason Volk
b6903bf643
Wrap clang diagnostics in #ifdef to prevent GCC warning.
2019-07-20 18:42:15 -07:00
Jason Volk
2f2bc867fb
ircd: Improve various context names for consistency.
2019-07-20 18:42:15 -07:00
Jason Volk
e4372253a8
ircd::ctx::ole: Use a ctx::latch for the kick.
2019-07-20 14:49:52 -07:00
Jason Volk
feaa05157e
ircd::server: Simplify and conform loghead format.
2019-07-19 20:35:42 -07:00
Jason Volk
0704625401
ircd::log: Simplify log class member interface.
2019-07-19 17:15:47 -07:00
Jason Volk
3185653ce0
ircd::net: Appease clang-7 here.
2019-07-19 17:14:45 -07:00
Jason Volk
431eff54d9
ircd: Clang-7 related misc fixes.
2019-07-19 16:41:31 -07:00
Jason Volk
fd504be82c
ircd: De-inline the now()/time() samplers; minor cleanup.
2019-07-19 16:13:11 -07:00
Jason Volk
c9745570fc
ircd: Ⓜ️ Add internal(room) to interface.
2019-07-19 14:27:57 -07:00
Jason Volk
e57561e8c1
ircd: Ⓜ️ Add type(room) to interface.
2019-07-19 14:27:57 -07:00
Jason Volk
bdc88e6c7e
imrcd: Ⓜ️ :room::members: Add empty() to interface.
2019-07-19 14:27:57 -07:00
Jason Volk
4de54ff00d
ircd: Ⓜ️ :room::members: Improve present state condition test.
2019-07-19 13:55:06 -07:00
Jason Volk
5d1e558c0e
ircd::net: Gracefully handle unrecognized SNI.
2019-07-18 18:46:36 -07:00
Jason Volk
ceb9ca3db7
ircd::net: Improve log consistency.
2019-07-18 18:46:36 -07:00
Jason Volk
83c21ea523
ircd: Ⓜ️ :error: Fix content access.
2019-07-18 15:09:07 -07:00
Jason Volk
89b047f68c
ircd: Ⓜ️ Tweak module order.
2019-07-18 15:09:06 -07:00
Jason Volk
ca21a760a7
modules: Rename net_listener back to m_listen.
2019-07-18 15:09:04 -07:00
Jason Volk
d4438bbb22
ircd::db::env: Use our own impl of NowMicros().
2019-07-17 19:12:13 -07:00
Jason Volk
ad1940d614
ircd::db::env: Add NowNanos() override.
2019-07-17 19:11:43 -07:00
Jason Volk
3958757dbb
ircd: Ⓜ️ :dbs: Improve debug logging on horizon resolve sequence.
2019-07-17 16:19:28 -07:00
Jason Volk
9c94c6ac8f
ircd: Ⓜ️ Move user::events definitions to module.
...
ircd:Ⓜ️ Move user::rooms definitions to module.
2019-07-17 15:05:34 -07:00
Jason Volk
ad834bfc5b
ircd: Ⓜ️ :vm: Reorganize eval/vm::inject for room version differences; add comment.
2019-07-17 14:53:13 -07:00
Jason Volk
e5c1a4acef
ircd: Ⓜ️ Reorder modules.
2019-07-16 16:39:05 -07:00
Jason Volk
4b53217939
ircd::db: Improve readability.
2019-07-16 16:06:40 -07:00
Jason Volk
e0e9e09e67
ircd: Ⓜ️ Make append() return and propagate boolean.
2019-07-16 15:26:15 -07:00
Jason Volk
ef1f6f2642
ircd: Ⓜ️ Move event/append header.
2019-07-16 12:39:16 -07:00
Jason Volk
ad7c6980ac
ircd::log: Tweak log format.
2019-07-16 12:16:43 -07:00
Jason Volk
1c00399f66
ircd: Ⓜ️ Add interface to test if event is redacted.
2019-07-16 10:48:35 -07:00
Jason Volk
13830061a3
ircd: Ⓜ️ :event::refs: Add overload to check if ref type exists.
2019-07-16 10:27:53 -07:00
Jason Volk
c266b8a72e
ircd: Ⓜ️ Add client_sync_rooms_summary to mods list.
2019-07-16 09:32:06 -07:00
Jason Volk
b8b711c658
ircd::http: Fix query for_each return value.
2019-07-15 17:52:01 -07:00
Jason Volk
8c7623ff99
ircd::log: Show the ctx::epoch() in log output; tweak format.
2019-07-15 17:20:47 -07:00
Jason Volk
2bcfe14822
ircd::ios: Add a handler epoch counter.
2019-07-15 17:20:47 -07:00
Jason Volk
ebbc5a5be0
ircd::ios: Apply noexcept to handler border functions.
2019-07-15 17:20:47 -07:00
Jason Volk
4d8d2a4dd7
ircd::json: Improve and inline value comparison operators.
2019-07-15 11:06:01 -07:00
Jason Volk
0344a12b40
ircd::json: Inline value constructors.
2019-07-15 11:06:01 -07:00
Jason Volk
d61850ecf6
modules/m_user: Simplify linkage. #83
2019-07-15 11:06:01 -07:00
Jason Volk
05711cf5d6
modules: Split user::highlight module.
2019-07-15 11:06:01 -07:00
Jason Volk
1c01b21720
ircd::util: Add unit and deinline various date/time util.
2019-07-15 09:47:34 -07:00
Jason Volk
0d375cc79c
ircd: Ⓜ️ :user::profile: Fix rogue definitions.
2019-07-14 19:50:19 -07:00
Jason Volk
e715c135af
ircd: Ⓜ️ Split m::user::profile from client handler.
2019-07-14 19:35:28 -07:00
Jason Volk
8664ed0f6a
ircd: Ⓜ️ Tweak module order.
2019-07-14 19:35:28 -07:00
Jason Volk
58aad0194b
ircd: Ⓜ️ Move bootstrap to module.
...
modules/m_init_bootstrap: Trigger bootstrap via import.
2019-07-14 16:07:44 -07:00
Jason Volk
6a2c5f2047
ircd: Ⓜ️ :event::auth: Update version requirement.
2019-07-14 15:03:54 -07:00
Jason Volk
ab8667608b
ircd: Ⓜ️ panic on bootstrap error.
2019-07-14 15:03:54 -07:00
Jason Volk
91af1a17fd
ircd::server: Add timestamp of when link's socket was estab.
2019-07-14 12:19:31 -07:00
Jason Volk
fe0bffae98
ircd::server: Tweak assertions.
2019-07-14 11:54:13 -07:00
Jason Volk
43f8bee68a
ircd: Fix mislabeled condition.
2019-07-14 11:47:58 -07:00
Jason Volk
53a9b67414
ircd: Ⓜ️ :event::auth: Update redacts usage of event_id host.
2019-07-13 23:20:03 -07:00
Jason Volk
b9b3f9f00e
ircd: Ⓜ️ Fix my(event) conditions regression.
2019-07-13 23:20:03 -07:00
Jason Volk
91b0027751
ircd: Ⓜ️ 🆔 Assert my(id) call is useful.
2019-07-13 23:20:03 -07:00
Jason Volk
b5b32e15da
ircd: Ⓜ️ :room::members: Fix key regressions in room::members queries.
2019-07-13 19:28:48 -07:00
Jason Volk
ccfb3cd688
ircd::mods: Output linked module list to log on stuck module.
2019-07-13 19:28:48 -07:00
Jason Volk
9343d0ea2b
ircd::mods::ldso: Add ifdefs for weak function undefining on other platforms.
2019-07-13 19:28:48 -07:00
Jason Volk
84d1749f4d
ircd::mods: Improve/reorg internal interface related.
2019-07-13 19:28:03 -07:00
Jason Volk
55a70915a6
ircd: Ⓜ️ Fix module orderings.
2019-07-13 19:28:03 -07:00
Jason Volk
df8fd36fde
ircd: Ⓜ️ :user: Simplify user::room_tags impl w/ modern linkage.
...
ircd:Ⓜ️ :user: Simplify user::room_account_data impl w/ modern linkage.
ircd:Ⓜ️ :user: Modernize user::profile impl linkage.
ircd:Ⓜ️ :user: Modernize user::account_data impl linkage.
ircd:Ⓜ️ :user: Simplify user::ignores impl w/ modern linkage.
2019-07-13 18:15:27 -07:00
Jason Volk
6e97a72c50
ircd::ctx::ole: Minor interface reorg.
2019-07-13 18:15:27 -07:00
Jason Volk
d0cc5b020b
ircd::fs: Minor reorg of fadvise related.
2019-07-12 19:29:51 -07:00
Jason Volk
212e4abb55
ircd: Ⓜ️ :fed: Add /v2/invite request support.
2019-07-12 19:29:51 -07:00
Jason Volk
ce55859fb2
ircd: Ⓜ️ Rename v1 to fed.
2019-07-12 19:29:51 -07:00
Jason Volk
9e10ddcc61
ircd: Ⓜ️ :event: Improve construction event_id related conditions.
2019-07-12 19:29:50 -07:00
Jason Volk
2d7a914eb2
ircd: Ⓜ️ :event: Fix detection on hashing constructor.
2019-07-11 19:22:35 -07:00
Jason Volk
d7ac655220
ircd: Ⓜ️ :pretty: Simplify all space literals.
2019-07-11 18:58:17 -07:00
Jason Volk
e39adf9942
ircd: Ⓜ️ Calculate hash on pretty_online(event) if missing.
2019-07-11 18:58:17 -07:00
Jason Volk
4947ef10f5
ircd: Ⓜ️ :room: Add missing linear event::idx get().
2019-07-11 18:58:17 -07:00
Jason Volk
e4a036f18a
ircd: Ⓜ️ :error: Improve the what() format on m::error.
2019-07-11 18:58:16 -07:00
Jason Volk
c4e5d06d91
ircd: Ⓜ️ :error: Improve construction stack.
2019-07-11 17:22:16 -07:00
Jason Volk
628766f6fa
ircd: Ⓜ️ :vm::eval: Remove the size-one array branch.
2019-07-11 16:57:41 -07:00
Jason Volk
9629028552
ircd: Ⓜ️ Assert non-empty event_id for the throwing index(event_id).
2019-07-11 16:57:41 -07:00
Jason Volk
10fcd5ee21
ircd: Ⓜ️ :room::auth: Fix make_refs composition format error.
2019-07-11 16:57:41 -07:00
Jason Volk
ae071552fb
ircd::ctx::ole: Add options structure; minor cleanup.
2019-07-11 15:51:09 -07:00
Jason Volk
d19e960c58
ircd: Split ctx::ole to definition file.
2019-07-11 15:51:09 -07:00
Jason Volk
be0fad506e
ircd::ctx: Move macro condition to internal header.
2019-07-11 15:51:09 -07:00
Jason Volk
de94e95422
ircd: Split out overgrown components from stringops.h
2019-07-11 15:51:09 -07:00
Jason Volk
d53744b3f8
ircd: Rename gmatch/gequals.
2019-07-11 15:51:09 -07:00
Jason Volk
0f4d1e2869
ircd::net::socket: Convert totals counters to stats::items.
2019-07-11 15:51:09 -07:00
Jason Volk
13d733e89d
ircd::stats: Allow a default value to be passed in the feature.
2019-07-11 15:51:09 -07:00
Jason Volk
1b65cc36c8
modules/console: Fix unwrapped prev event iteration.
...
ircd:Ⓜ️ :v1: Fix unwrapped prev event reference.
2019-07-10 07:39:37 -07:00
Jason Volk
114b997088
ircd: Ⓜ️ :v1::make_join: Advertise versions in query params.
2019-07-10 07:31:03 -07:00
Jason Volk
ae3980dd00
ircd: Ⓜ️ Add the event_id to the JSON in append(event) to client.
2019-07-10 07:24:09 -07:00
Jason Volk
e54d880e6c
ircd: Ⓜ️ :room:head: Update make_refs for bi-format compat.
2019-07-10 07:15:26 -07:00
Jason Volk
9af1e5af4e
ircd: Ⓜ️ Fix pretty(event) format when lacking a digest.
2019-07-10 07:00:37 -07:00
Jason Volk
4958170e4b
ircd: Ⓜ️ :room: Fix version property name.
2019-07-10 06:52:56 -07:00
Jason Volk
03344ab0e1
ircd: Ⓜ️ :event::fetch: Fix event_id related condition.
2019-07-10 06:52:56 -07:00
Jason Volk
4bbe07c95c
ircd: Ⓜ️ :dbs: Fix unwrapped prev_events iteration in indexer.
2019-07-10 06:52:56 -07:00
Jason Volk
735d1980ff
ircd: Ⓜ️ 🆔 Fix event::version gauge.
2019-07-10 06:52:56 -07:00
Jason Volk
329972ed01
ircd: Ⓜ️ :event: Update the make_id() suite.
2019-07-10 03:50:37 -07:00
Jason Volk
6f4a4f351c
ircd: Ⓜ️ 🆔 Allow empty host in rewrite constructor.
2019-07-10 03:50:37 -07:00
Jason Volk
558428d503
ircd: Ⓜ️ Set default version value on not-found to "1".
2019-07-10 03:50:37 -07:00
Jason Volk
b7fc4710eb
ircd: Ⓜ️ :event::conforms: Add event_id hash check to static conformity checks.
2019-07-10 03:50:37 -07:00
Jason Volk
b6f277a975
Update various event construction sites.
2019-07-10 03:50:37 -07:00
Jason Volk
43d66420cd
Update incompatible uses of event_id.
2019-07-10 03:50:37 -07:00
Jason Volk
639b132250
ircd: Ⓜ️ Add a check_id(event) suite.
2019-07-10 02:12:16 -07:00
Jason Volk
90bf8f03b8
ircd: Ⓜ️ :dbs: Augment the property->column direct indexer when missing event_id.
2019-07-10 00:01:25 -07:00
Jason Volk
0a210544b3
ircd: Ⓜ️ :event::conforms: Remove MISTMATCH_ORIGIN_EVENT_ID code.
2019-07-09 23:46:24 -07:00
Jason Volk
2755cfe71b
ircd: Ⓜ️ 🆔 Improve the validation interface / stack.
2019-07-09 02:33:27 -07:00
Jason Volk
ab25346534
ircd::ctx: Tweak exception_handler.
2019-07-09 02:33:27 -07:00
Jason Volk
719a965d9f
ircd: Ⓜ️ :event: Remove prev_state from top level.
2019-07-09 02:33:27 -07:00
Jason Volk
fc8048dc74
ircd::event: Remove membership from top level.
2019-07-09 02:03:03 -07:00
Jason Volk
e0655229c5
ircd::room::auth: Improve make_refs and cleanup interface related.
2019-07-09 02:03:03 -07:00
Jason Volk
aa78f6f85c
ircd: Ⓜ️ :event::conforms: Update event_id related conditions.
2019-07-08 18:57:45 -07:00
Jason Volk
93b82445d9
ircd: Ⓜ️ :fetch: Fix initialization.
...
ircd:Ⓜ️ :event::fetch: Fix member statekeeping.
2019-07-08 06:03:20 -07:00
Jason Volk
015cbe53b1
ircd::net::socket: Add static counters for totals.
2019-07-08 06:03:20 -07:00
Jason Volk
94148ec80a
ircd::json::stack: Use character appends where possible.
2019-07-08 06:03:20 -07:00
Jason Volk
f02b51d647
ircd::mods: Avoid npd warning from assertions.
2019-07-08 06:03:20 -07:00
Jason Volk
7dc5d30405
ircd: Ⓜ️ :sync: Move data ctor to module.
2019-07-08 06:03:20 -07:00
Jason Volk
11dd47a8aa
ircd: Ⓜ️ :sync: Add pointer to struct args in struct data.
2019-07-08 06:03:20 -07:00
Jason Volk
7f102e7f8c
ircd: Ⓜ️ :room: Use scope_restore here.
2019-07-07 03:59:51 -07:00
Jason Volk
cf853cf9ad
ircd: Ⓜ️ :event: Condition for sentinel return value.
2019-07-07 03:59:51 -07:00
Jason Volk
3816d4104a
ircd: Ⓜ️ :sync: Fix loghead/console formatting.
2019-07-06 22:27:51 -07:00
Jason Volk
49264bd13b
ircd: Ⓜ️ :sync: Add sync item children counter.
2019-07-06 22:25:16 -07:00
Jason Volk
18f07b6378
ircd: Ⓜ️ :sync: Move definitions to module.
...
ircd:Ⓜ️ :sync: Give sync::data an instance_list.
2019-07-06 22:25:12 -07:00
Jason Volk
13e87b00a1
ircd: Ⓜ️ :dbs: Use event_id member.
2019-07-05 23:45:00 -07:00
Jason Volk
dc4d13bca6
ircd: Ⓜ️ :event::fetch: Add internal buffer for event::id state.
2019-07-05 23:45:00 -07:00
Jason Volk
261151f539
ircd: Ⓜ️ :fetch: Remove ambiguating event_id() util.
2019-07-05 23:45:00 -07:00
Jason Volk
fa737c0019
modules/vm: Require event_id member.
2019-07-05 23:45:00 -07:00
Jason Volk
4a289c065a
ircd: Ⓜ️ :event: Add event_id member; reorg ctors.
2019-07-05 23:45:00 -07:00
Jason Volk
7af8e5774c
ircd::ios: Add no-op synchronous defer overload; use w/ this_ctx::yield().
2019-07-05 17:37:04 -07:00
Jason Volk
3d982a3042
ircd: Ⓜ️ :room: Optimize the state::count(type) to elide value query.
2019-07-04 02:01:20 -07:00
Jason Volk
89e3838c4f
ircd: Ⓜ️ :room: Optimize the state::count(void) to elide key parse, value query.
2019-07-04 02:01:20 -07:00
Jason Volk
612eeb3b7f
ircd::allocator: Add ctrl get()/set() w/ console cmd.
2019-07-04 00:20:49 -07:00
Jason Volk
bc84247519
modules/federation: Implement 12.2 /v2/invite.
2019-07-03 19:58:13 -07:00
Jason Volk
e6f8bb0114
ircd: Ⓜ️ :event::conforms: Adjustments for v3/v4 compat.
2019-07-03 19:24:21 -07:00
Jason Volk
8b3a2b89f6
ircd: Ⓜ️ Update pretty(event)/pretty(event::prev) for version compat; reuse.
2019-07-03 18:57:48 -07:00
Jason Volk
e7b66eac3b
ircd: Ⓜ️ :event::prev: Stronger json::object type for v1 tuple value at indice.
2019-07-03 18:57:48 -07:00
Jason Volk
adda5ba170
ircd::allocator: Start an allocator_je.cc unit.
2019-07-03 18:57:48 -07:00
Jason Volk
6a6c51d359
ircd::allocator: Distill out GNU malloc featurette from allocator.cc unit.
2019-07-03 18:57:48 -07:00
Jason Volk
ea0a1df3a1
configure: Add options for third-party allocator selection/deselection and inclusion.
2019-07-03 18:02:54 -07:00
Jason Volk
f88cc51e37
ircd: Move definitions for various valgrind suites to vg.cc for header isolation.
2019-07-03 15:14:29 -07:00
Jason Volk
15e06e4d2e
ircd::allocator: Use stack for pretty(iec()) format buffers.
2019-07-03 13:57:48 -07:00
Jason Volk
d6b23cd9ac
ircd::allocator: Minor increase table width for output [ci skip]
2019-07-03 12:47:12 -07:00
Jason Volk
2d5b4c9aca
ircd: Ⓜ️ 🆔 Fix assertion for empty host()/hostname() on v3/v4 event::id's.
2019-06-30 01:39:33 -07:00
Jason Volk
8145652f2a
ircd: Ⓜ️ 🆔 Tighten expectation for string bounds in validation grammars.
2019-06-30 01:31:07 -07:00
Jason Volk
ca8dcb3271
ircd::server: Avoid unnecessary tail call on empty overrun buffer.
2019-06-28 21:26:33 -07:00
Jason Volk
1e45ffcba2
ircd::server: Additional assertions.
2019-06-28 21:26:33 -07:00
Jason Volk
60fda46bdf
ircd::http: Consolidate line terminator static strings.
2019-06-28 18:23:43 -07:00
Jason Volk
ee23c98eda
ircd::server: Call the progress callbacks before the completion routines.
2019-06-28 18:13:25 -07:00
Jason Volk
9ca019f03e
ircd: Ⓜ️ 🆔 :event: Add non-throwing static tests of v3/v4 id from string.
2019-06-28 03:42:07 -07:00
Jason Volk
6c62515a6d
ircd: Ⓜ️ 🆔 Use proper reference hashing procedure for event::v3/event::v4 ctors.
2019-06-27 20:06:26 -07:00
Jason Volk
54d5afae49
ircd: Ⓜ️ 🆔 Fix id::event::v3/v4 hashing ctor return view of sigil.
2019-06-27 19:31:50 -07:00
Jason Volk
19df2bbf79
ircd: Ⓜ️ :event::prev: Support version 3/4 references formats.
2019-06-27 19:22:54 -07:00
Jason Volk
0f02cf3c29
ircd::mods: Remove the version from infolog on load; improve fmt.
2019-06-27 02:22:56 -07:00
Jason Volk
a21f054cfc
ircd::server: Handle exception when starting DNS resolution for peer.
2019-06-27 00:43:05 -07:00
Jason Volk
7843925335
modules: Disperse modules to eliminate the s_ prefix-space.
2019-06-27 00:41:57 -07:00
Jason Volk
2301d378fa
Trim outdated README docs in ircd/ modules/.
2019-06-26 22:56:31 -07:00
Jason Volk
8ea404a66a
ircd: Ⓜ️ 🆔 Delegate string_view ctor.
2019-06-26 06:21:30 -07:00
Jason Volk
ed5af1fdbd
ircd: Ⓜ️ 🆔 Add class representations for event::v3 and event::v4.
2019-06-26 06:21:30 -07:00
Jason Volk
ed5e7ef10a
ircd: Ⓜ️ 🆔 Remove any fixed prefix to generated id::ROOM for now.
2019-06-26 06:21:30 -07:00
Jason Volk
fcfc28c6e4
ircd: Ⓜ️ 🆔 Add event::id version gauge method.
2019-06-26 06:21:30 -07:00
Jason Volk
7c142b9519
ircd: Ⓜ️ 🆔 Add event_id version 3 and version 4 grammars.
2019-06-26 06:21:07 -07:00
Jason Volk
142622db77
ircd: Consolidate base conversions internal temporary buffers.
2019-06-26 01:54:28 -07:00
Jason Volk
5500a897e9
ircd: Add RFC4648 base64url conversion suite.
2019-06-26 01:52:42 -07:00
Jason Volk
6379813950
ircd::server: Additional assertions; minor cleanup.
2019-06-26 00:27:41 -07:00
Jason Volk
b1974871c8
ircd::server: Split out content completion branches into internal subroutines.
2019-06-25 21:08:27 -07:00
Jason Volk
d58e119f7b
ircd::json: Synthesized repropagation of recursive grammars.
2019-06-24 04:41:06 -07:00
Jason Volk
b0502195ea
ircd::assert: Static assert for clang supporting __builtin_debugtrap().
2019-06-24 03:55:11 -07:00
Jason Volk
abe9fed5fa
ircd::json: Make grammar rules const if possible.
2019-06-24 03:52:44 -06:00
Jason Volk
80655da66e
Misc fixes for clang.
2019-06-24 01:34:14 -07:00
Jason Volk
c692b009a4
Fix -fuse-ld ldflags.
2019-06-24 01:33:41 -07:00
Jason Volk
83dd5581be
ircd: Ⓜ️ Workaround comparison operator resolution and others for clang.
2019-06-24 02:22:55 -06:00
Jason Volk
7157a9cf8b
ircd: Handle exceptions before unwind of class member reference.
2019-06-24 02:22:55 -06:00
Jason Volk
809d01d7df
ircd: Mark explicit unreachables for clang's failure to elide dtors of noreturn constructed objects.
2019-06-24 02:22:55 -06:00
Jason Volk
2f74142737
ircd::db: Fix erroneous calls when stacking overloads.
...
modules/s_keys: Fix erroneous calls when stacking overloads (regression).
2019-06-24 02:22:55 -06:00
Jason Volk
9d48215aaa
ircd: Explicit instance_list destructor template instantiations for clang.
2019-06-24 01:33:00 -06:00
Jason Volk
708b34092f
ircd::ctx: Handle exception before unwind of class members; comments.
2019-06-23 16:46:41 -07:00
Jason Volk
31560dbc83
ircd: Ⓜ️ Fix keys::get() callsite inside libircd causing unloading dependency.
2019-06-23 16:36:08 -07:00
Jason Volk
86d0d720a1
ircd: Ⓜ️ Unload vm first during fini procedure.
2019-06-23 16:35:25 -07:00
Jason Volk
cf3b1218c4
ircd: Misc fixes for clang.
2019-06-23 16:22:06 -06:00
Jason Volk
2e7f272570
ircd: Add plain string terminate.
2019-06-23 16:16:39 -06:00
Jason Volk
82a7d736d1
ircd::fs::path: Use scoped enum for fs::path::base paths.
2019-06-23 07:37:23 -06:00
Jason Volk
c20e4bccd4
ircd::rfc1035: Fix cast-alignments.
2019-06-23 07:37:23 -06:00
Jason Volk
cd8d070fb6
ircd: Fix compiler option switches for clang.
2019-06-23 07:37:23 -06:00
Jason Volk
5bf62fc33f
ircd: Degrade enum addressing for clang.
2019-06-23 07:37:23 -06:00
Jason Volk
801f0d57b7
ircd: Fix attributes for clang.
2019-06-23 07:37:23 -06:00
Jason Volk
b7186313e8
ircd: Fix system exception category condition error.
2019-06-23 01:27:49 -06:00
Jason Volk
7dffdf12e0
modules/s_node: Move functions called my m_event back to libircd for now; tweak module order.
2019-06-22 19:23:45 -06:00
Jason Volk
d5c3db7ae5
ircd: Ⓜ️ Ignore stack usage warning around iov composition buffer.
2019-06-22 17:36:42 -06:00
Jason Volk
a371bc3e1f
ircd: Fix cast-conversion based reference-constructions.
2019-06-22 17:36:42 -06:00
Jason Volk
7aaee4c68d
ircd: Mark recommended noexcept on inline constructors.
2019-06-22 17:36:42 -06:00
Jason Volk
534afe8859
ircd: No need to move x-values.
2019-06-22 17:36:42 -06:00
Jason Volk
3ccb7c1faa
ircd: Belay narrowing conversions.
2019-06-22 17:36:37 -06:00
Jason Volk
a38408831b
ircd::info: Remove erroneous lambda capture.
2019-06-22 17:01:55 -06:00
Jason Volk
a67f134a6b
ircd: Ⓜ️ Partial migration of m::node to module; modernize legacy extern "C".
2019-06-21 21:02:38 -07:00
Jason Volk
4093dc2f85
ircd: Ⓜ️ :self::init: Fix keys init; prevent libircd as dependency for module.
2019-06-21 20:29:26 -07:00
Jason Volk
d17afdd531
ircd::http2: Start an RFC7540 implementation.
2019-06-21 16:54:22 -07:00
Jason Volk
b7023a6dc7
ircd: Ⓜ️ Reorg keys related interfaces and init.
2019-06-21 16:41:43 -07:00
Jason Volk
8264beb7d7
ircd: Ⓜ️ :dbs: Add general m_relates event_refs indexer.
2019-06-21 16:33:45 -07:00
Jason Volk
133b2605c6
ircd: Ⓜ️ :dbs: Generalize the reflection for M_RELATES event_refs related.
2019-06-21 16:32:15 -07:00
Jason Volk
87dafbf8ea
ircd::server: Fix assertion.
2019-06-18 00:22:16 -07:00
Jason Volk
4f741960a0
ircd: Ⓜ️ :room::state: Reconnect !present() branch with state::history.
2019-06-16 02:18:04 -07:00
Jason Volk
24ce076c3d
ircd: Ⓜ️ :room::state: Add state::history interface derived from state::space.
2019-06-16 02:17:47 -07:00
Jason Volk
6443fad43c
ircd: Ⓜ️ :dbs: Fix the _room_state_space key composite.
2019-06-16 01:19:06 -07:00
Jason Volk
b5a61a7a6b
ircd: Ⓜ️ :room::state::space: Improve interface; fixes.
2019-06-16 01:00:47 -07:00
Jason Volk
bb36a2c398
ircd: Ⓜ️ :dbs: Fix the _room_state_space comparator.
2019-06-15 16:04:12 -07:00
Jason Volk
493bd85c11
ircd: Ⓜ️ :dbs: Add additional room state space key overload.
2019-06-15 15:20:00 -07:00
Jason Volk
390b8bf2fb
ircd: Ⓜ️ Remove remaining vestiges of m::state.
...
closes #15 .
2019-06-15 14:10:36 -07:00
Jason Volk
c59894a01b
ircd::http:: Add 416 Range Not Satisfiable.
2019-06-15 12:50:53 -07:00
Jason Volk
7666561f02
ircd::http: Parse range-request related headers as primaries.
2019-06-15 12:48:01 -07:00
Jason Volk
97590c4b3e
ircd: Document our mitigation to https://github.com/facebook/rocksdb/issues/4654
2019-06-14 14:50:42 -06:00
Jason Volk
22f3c41603
ircd::rfc3986: Add URI decomposition.
2019-06-13 21:44:51 -06:00
Jason Volk
0355391e34
ircd::rfc3986: Complete the URI grammars as specified.
2019-06-13 20:06:05 -06:00
Jason Volk
85c6fc82c7
ircd: Ⓜ️ :init: Add optional module list to prevent error propagation.
2019-06-13 16:25:17 -06:00
Jason Volk
3780c4c533
ircd: Ⓜ️ :init: Simplify module name list.
2019-06-13 16:24:56 -06:00
Jason Volk
f2ae3d6368
ircd::mods: Perform checks before entering boost::dll to avoid obscure error messages.
...
fixes #80
2019-06-13 16:14:27 -06:00
Jason Volk
74d53675f8
ircd::mods: Fix multi-error propagation through why vector.
2019-06-13 16:14:27 -06:00
Jason Volk
e0e4bde691
ircd::fs: Fix debug log format string.
2019-06-13 15:33:20 -06:00
Jason Volk
9539b21789
ircd::nacl: Improve sodium initialization; various cleanup.
2019-06-13 13:46:57 -06:00
Jason Volk
4fdc6355fc
ircd: Add workaround for errant pthread mutex use in rocksdb.
...
Fixes #81 .
2019-06-11 13:57:15 -07:00
Jason Volk
b78ea359b6
ircd::db: Rename db::index to db::domain; fix userspace.
2019-06-11 12:57:52 -07:00
Jason Volk
98f759b3f3
ircd: Ⓜ️ 🆔 Update grammar with the spec extended user_id character set except \x7F.
2019-06-08 05:20:23 -07:00
Jason Volk
e409a45f15
ircd::fs::aio: Remove stale TODO.
2019-06-08 02:48:35 -07:00
Jason Volk
431704b627
ircd::db: Remove any lto assumption in this context.
2019-06-08 02:35:16 -07:00
Jason Volk
9fe4d07556
ircd::db: Use high priority index block cache feature; increase pct.
2019-06-08 00:05:14 -07:00
Jason Volk
cfb5376fdb
ircd: Ⓜ️ :event: Relax comparator value checking.
2019-06-07 08:55:26 -07:00
Jason Volk
0bcc8cd1f3
ircd: Ⓜ️ :vm: Add opts condition for propagating interrupt in loop eval.
2019-06-07 03:24:28 -07:00
Jason Volk
0c7f5ef484
ircd: Ⓜ️ :event: Tweak age calculation.
2019-06-07 02:49:25 -07:00
Jason Volk
5f248f5965
ircd::http: Add cloudflare 521 code.
2019-06-07 00:09:58 -07:00
Jason Volk
c2ec2bf3c2
ircd: Ⓜ️ Fix assignment.
2019-06-06 23:38:36 -07:00
Jason Volk
ae4ba48899
ircd: Ⓜ️ Remove incomplete/erroneous modules from list causing bootstrap regression.
2019-06-06 19:41:48 -07:00
Jason Volk
5afa11baca
ircd: Ⓜ️ :init: Improve exception propagation and abortive shutdown.
2019-06-06 19:41:48 -07:00
Jason Volk
f1b0ba8648
ircd: Ⓜ️ :dbs: Involve the servername in the database path.
...
Fixes #75 .
2019-06-06 18:47:44 -07:00
Jason Volk
70c6c9ea86
ircd::db: Expose subroutines from db::init.
2019-06-06 18:47:44 -07:00
Jason Volk
32e94931a7
ircd::fs: Add ability to change basepath values at runtime.
2019-06-06 17:38:12 -07:00
Jason Volk
38bfb56661
ircd::fs: Add typedefs for vector_view's used to build paths.
2019-06-06 17:03:02 -07:00
Jason Volk
2b43a5a92b
configure: Add --enable-compact for the smallest possible building and linking.
2019-06-06 05:29:07 -07:00
Jason Volk
143e4bda7b
ircd::fs: Add debug log message showing support flags on startup.
2019-06-06 04:44:00 -07:00
Jason Volk
c292ec46f2
ircd::fs: Add runtime selection of pwritev(2) and RWF_ features; minor reorg.
2019-06-05 23:25:48 -07:00
Jason Volk
5ff021c96b
Makefiles: Cleanup linker flags with spaced arguments.
2019-06-05 23:22:05 -07:00
Jason Volk
f702520044
ircd: Add infrastructure to handle continuation notification after suspending.
2019-06-05 15:06:16 -07:00
Jason Volk
855a5f5a1e
ircd::info: Get more extended feature bits; various cleanup.
2019-06-05 14:27:36 -07:00
Jason Volk
b06670266d
ircd::ctx: Add assertion on slice_enter TSC.
2019-06-05 12:57:19 -07:00
Jason Volk
cde857beb6
ircd: Rename lexical.cc to lex_cast.cc
2019-06-05 02:10:29 -07:00
Jason Volk
bbfda03e59
ircd: Move stringops definitions from lexical to own unit.
2019-06-05 02:09:42 -07:00
Jason Volk
475ee3867d
ircd: Ⓜ️ :event::horizon: Split the full column iteration into separate function.
2019-06-04 21:21:21 -07:00
Jason Volk
5e549261fc
ircd: Ⓜ️ :dbs: Call these indexers at the end of the event indexers.
2019-06-04 20:43:23 -07:00
Jason Volk
6b467733a8
ircd: Ⓜ️ :init::modules: Call dtor to properly unload on init error.
2019-06-04 18:00:39 -07:00
Jason Volk
dd4f133530
ircd: Ⓜ️ Use an explicit manually ordered module list to load and unload for now.
2019-06-04 17:55:19 -07:00
Jason Volk
0575f9c500
ircd::fs: Eliminate uses of GNU ifunc.
2019-06-04 16:37:29 -07:00
Jason Volk
129676d06e
ircd::fs: Use portable device sysmacros.
2019-06-04 15:05:21 -07:00
Jason Volk
a348db4767
ircd::db: Rename possibly conflicting constant.
2019-06-04 14:59:05 -07:00
Jason Volk
e90e5a67b5
ircd::openssl: Improve #ifdefs switching between OpenSSL API major versions; involve LibreSSL in condition.
2019-06-04 14:38:32 -07:00
Jason Volk
6bb746a9a0
ircd::openssl: Add conditional LibreSSL versions instance.
2019-06-04 14:01:33 -07:00
Jason Volk
8a6e9158fe
ircd::mods::ldso: Add a DT_NEEDED iterator.
2019-06-04 03:18:03 -07:00
Jason Volk
29cdca5fbe
ircd::mods::ldso: Add a strtab lookup tool.
2019-06-03 21:13:23 -07:00
Jason Volk
b4e44a0ce1
ircd::mods::ldso: Add getter by name.
2019-06-02 17:05:36 -07:00
Jason Volk
db1b7cf5a3
ircd::mods::ldso: Add more primary interface tools; add semantic version parse.
2019-06-02 15:44:55 -07:00
Jason Volk
b99117465f
ircd::info: Improve toolchain version related; various cleanup.
...
ircd::info: Add clang and SD-6 version identification.
2019-06-02 15:44:55 -07:00
Jason Volk
364e98d564
ircd::info: Do autogeneration of missing version string in ctor.
2019-06-02 14:21:40 -07:00
Jason Volk
f2e84a6b0e
ircd::db: Fix compression identification on init.
2019-06-02 01:15:03 -07:00
Jason Volk
0d88c5326f
ircd::fs: Reduce log message impact.
2019-06-02 01:06:14 -07:00
Jason Volk
d598bde717
ircd::info: Get the glibc linked ABI version.
2019-06-01 22:22:44 -07:00
Jason Volk
1f4b7a0468
ircd::info: Add GNUC version information.
2019-06-01 22:11:30 -07:00
Jason Volk
110dafde18
ircd::info: Wrap the glibc_version with appropriate #ifdefs.
2019-06-01 22:06:17 -07:00
Jason Volk
b570497e75
ircd: Ⓜ️ :vm: Improve aggregated eval loop.
2019-06-01 18:38:07 -07:00
Jason Volk
132f18327b
ircd: Ⓜ️ :event: Elide the query for empty event_id's for event exists.
2019-06-01 18:31:57 -07:00
Jason Volk
0772e462bb
ircd: Ⓜ️ :event: Relax the comparison operator room_id assertion.
2019-06-01 18:31:57 -07:00
Jason Volk
ce425b438d
ircd::net::acceptor: Elide the accepting list for single-accept [revertible].
2019-06-01 17:10:49 -07:00
Jason Volk
2a5d159d85
ircd::net::acceptor: Use consistent loghead in log format.
2019-06-01 17:10:49 -07:00
Jason Volk
dafb8bd42f
ircd::net::acceptor: Track and limit operations based on configuration.
2019-06-01 17:10:49 -07:00
Jason Volk
fc9ed2e87e
ircd::fmt: Fix specifier escaping.
2019-06-01 02:31:03 -07:00
Jason Volk
483d3da64f
ircd::assert: Minor reorg.
2019-06-01 02:10:58 -07:00
Jason Volk
351f1804c8
Add runtime program option to soften assert behavior.
2019-06-01 02:10:30 -07:00
Jason Volk
ca36b44452
ircd: Ⓜ️ :events: Move definitions to module.
2019-05-31 17:53:48 -07:00
Jason Volk
eb73595c50
ircd: Apply uniform info::versions for all dependency version identification.
2019-05-31 16:15:01 -07:00
Jason Volk
36fbedec14
ircd::info: Remove tc_version.
2019-05-31 15:00:39 -07:00
Jason Volk
0a225085b3
ircd::info::version: Allow both monotonic and semantic numbers; add string generator ctor.
2019-05-31 14:56:50 -07:00
Jason Volk
3e43a10e6d
ircd::net: Improve loghead(acceptor) and loghead(acceptor_udp) related.
2019-05-31 02:35:22 -07:00
Jason Volk
2e525df668
ircd::net::acceptor: Add ALPN negotiation handler support.
2019-05-31 00:35:46 -07:00
Jason Volk
fceea7b770
ircd::http: Parse the HTTP/1.1 Upgrade header.
2019-05-30 21:48:40 -07:00
Jason Volk
65fcc17148
ircd::info: Add a dynamic version registry system w/ console cmd.
2019-05-30 21:02:18 -07:00
Jason Volk
1e6f8c6946
Revert "Link with explicit -shared-libgcc to prevent ld.gold causing static fallback."
...
This reverts commit 3f9fb44475
.
Reverted because it breaks debug line numbers in libircd and construct where it is
linked.
2019-05-29 18:18:44 -07:00
Jason Volk
28f86802d2
ircd::mods::ldso: Simplify and extend interface functionality.
2019-05-29 16:09:51 -07:00
Jason Volk
c0e3f0db51
ircd: Add interface for core valgrind hypercalls.
2019-05-28 20:46:40 -07:00
Jason Volk
f9ab38c667
ircd: Ⓜ️ Relax the module init error log level.
2019-05-28 19:38:39 -07:00
Jason Volk
f94f519271
ircd: Add conditioned debugtrap() utility in assert suite.
...
ircd: Fix some assert header conflicts.
construct: Add TRAP special command handler.
2019-05-28 16:55:41 -07:00
Jason Volk
08fafd44b1
ircd::mods: Add platform-dependent ldso interface.
2019-05-28 15:39:57 -07:00
Jason Volk
edc7ca6af8
ircd: Rename mods_dl unit to mods_ldso.
2019-05-28 14:50:55 -07:00
Jason Volk
3b2fe6ff8d
ircd::mods: Simplify stuck-module log message.
2019-05-28 13:30:04 -07:00
Jason Volk
090fda072b
ircd::mods: Propagate our own exception through ld.so.
2019-05-28 05:48:18 -07:00
Jason Volk
7783e1f6ee
Define an indicator for all libircd implementation compilation units.
2019-05-27 17:05:07 -07:00
Jason Volk
b403fbc421
ircd: Ⓜ️ :events: Add event type name iteration.
...
ircd:Ⓜ️ :events: Add sender name iteration.
ircd:Ⓜ️ :events: Add origin name iteration.
2019-05-27 16:37:29 -07:00
Jason Volk
3f9fb44475
Link with explicit -shared-libgcc to prevent ld.gold causing static fallback.
2019-05-27 03:29:06 -07:00
Jason Volk
e618f82dfc
Fix inconsistent use of $PLATFORM_LDFLAGS.
2019-05-27 03:07:59 -07:00
Jason Volk
5d6cd43518
ircd: Deinline exception::what().
2019-05-27 03:07:59 -07:00
Jason Volk
f12f0ebeba
ircd: Ⓜ️ :dbs: Fix incorrect mxid type validation.
2019-05-26 22:51:39 -07:00
Jason Volk
eec6c40653
ircd: Ⓜ️ Abort the experimental id::node.
2019-05-26 19:13:20 -07:00
Jason Volk
44cf572ee5
ircd::rfc1035: Rename constant.
...
ircd::rfc3986: Add additional convenience constants.
2019-05-26 18:37:40 -07:00
Jason Volk
89980c42eb
ircd: Relax trailing case comparison in globular matcher.
2019-05-26 04:17:32 -07:00
Jason Volk
8474b891eb
ircd::ctx: Rename function; add overload for total value.
2019-05-26 02:49:24 -07:00
Jason Volk
e88f18d65c
ircd::ctx: Internalize prof::mark() for unconditional event counting.
2019-05-26 02:49:24 -07:00
Jason Volk
efb80c51e5
ircd::allocator: Add additional hook technique.
2019-05-25 22:48:41 -07:00
Jason Volk
3b6ce6ed6c
ircd: Minor cleanup Makefile PLATFORM_LDFLAGS.
2019-05-25 22:35:54 -07:00
Jason Volk
8aa67ccb48
ircd: Add stringops suite for globular expression matching.
2019-05-25 16:46:51 -07:00
Jason Volk
680734c47b
ircd: Ⓜ️ Comments around the age ts conditions.
2019-05-25 14:51:42 -07:00
Jason Volk
d7e1f88921
ircd: Minor remove cruft; internal ircd::main().
2019-05-24 18:15:56 -07:00
Jason Volk
68088c5116
ircd: Ⓜ️ :dbs: Fix/improve event_horizon key/prefix related.
2019-05-24 13:14:51 -07:00
Jason Volk
2b95a65709
ircd::db: Fix various error handling around db::init.
2019-05-23 22:43:41 -07:00
Jason Volk
e8a9a52973
ircd: Ⓜ️ :dbs: Put event_horizon resolver key buffer on stack.
2019-05-23 21:43:30 -07:00
Jason Volk
c119c84c2f
ircd: Ⓜ️ :event: Augment event::horizon interface allowing full column iteration.
2019-05-17 02:26:27 -07:00
Jason Volk
6025504734
ircd: Ⓜ️ :dbs: Fix partial event_horizon key creation.
...
ircd:Ⓜ️ :dbs: Assert event_idx non-zero for event_horizon_resolve.
2019-05-17 01:41:20 -07:00
Jason Volk
81ae93ecc1
Re-attempt use of .gdb_index section.
2019-05-17 00:44:00 -07:00
Jason Volk
5721920957
ircd: Ⓜ️ :event: Start an event::horizon interface around dbs::event_horizon.
2019-05-17 00:07:18 -07:00
Jason Volk
04ec279fb5
ircd: Reduce debug_info bloating in units with spirit grammars.
2019-05-16 22:36:19 -07:00
Jason Volk
ed11153d27
Allow STB_GNU_UNIQUE for RTLD_DEEPBIND.
...
modules: Remove cruft; tweak Makefile.
2019-05-16 22:36:19 -07:00
Jason Volk
f00acd674d
ircd::ios: Add synchronous dispatcher overload suite.
2019-05-15 23:40:52 -07:00
Jason Volk
2b011d80df
ircd: Ⓜ️ :dbs: Make indexers internal.
2019-05-15 21:12:59 -07:00
Jason Volk
06396f4787
rocksdb::port: Elide some conditions.
2019-05-13 23:42:39 -07:00
Jason Volk
d087369b96
ircd: Ⓜ️ Remove history warning on init.
2019-05-13 15:25:37 -07:00
Jason Volk
9700f38fc5
ircd: Ⓜ️ :dbs: Log errors on write here.
2019-05-13 15:25:37 -07:00
Jason Volk
304c6df468
ircd: Ⓜ️ :dbs: Simplify indexers / interface.
2019-05-13 15:25:37 -07:00
Jason Volk
f8a2bab2ca
ircd: Ⓜ️ :room::state::space: Improve rebuilder.
2019-05-13 12:37:00 -07:00
Jason Volk
758a266b1b
ircd: Ⓜ️ :dbs: Rename room_space to room_state_space.
2019-05-13 12:37:00 -07:00
Jason Volk
614b9202fc
ircd: Ⓜ️ :room: Add state::space interface w/ console cmd.
2019-05-13 10:30:12 -07:00
Jason Volk
d1425da434
ircd: Ⓜ️ :dbs: Typedef a tuple for room_space key; conditions for truncated key generation.
2019-05-13 10:19:18 -07:00
Jason Volk
e486d8907e
ircd: Ⓜ️ ;dbs: Add _room_space metadata column.
2019-05-11 17:48:35 -07:00
Jason Volk
65be94b140
ircd: Ⓜ️ :event: Add more skipped fields for content hash.
2019-05-11 16:09:06 -07:00
Jason Volk
6fe7329189
ircd: Ⓜ️ :dbs: Rename room_head_refs to room_head_resolve.
2019-05-11 15:30:23 -07:00
Jason Volk
838ad51b05
ircd: Ⓜ️ :dbs: Make blacklist a write option rather than API call.
2019-05-11 14:44:08 -07:00
Jason Volk
3ec009bf6d
ircd: Ⓜ️ Rename function.
2019-05-10 00:20:02 -07:00
Jason Volk
c311a69c7b
ircd: Ⓜ️ :room: Add sounding iteration.
2019-05-10 00:06:17 -07:00
Jason Volk
62f1b5a539
ircd: Ⓜ️ :dbs: Rename and document various ref types.
2019-05-09 23:13:16 -07:00
Jason Volk
99e10d38dc
ircd: Ⓜ️ :dbs: Add comment; branch expect.
2019-05-09 22:24:48 -07:00
Jason Volk
a331bc2882
ircd: Ⓜ️ :dbs: Add interposing system for transaction self-references.
2019-05-09 21:53:12 -07:00
Jason Volk
61ff45214c
ircd: Ⓜ️ :dbs: Add missing prefix key creation overload.
2019-05-09 21:53:12 -07:00
Jason Volk
6bf50ecb28
ircd::db::txn: Add template value-returning getters.
2019-05-09 21:45:17 -07:00
Jason Volk
2d209388c1
ircd: Ⓜ️ :dbs: Add event_horizon resolver.
2019-05-09 16:58:29 -07:00
Jason Volk
d90d06307d
ircd: Add validations on init() origin/servername inputs.
2019-05-09 16:58:29 -07:00
Jason Volk
96dfcaa122
ircd::db::txn: Minor interface cleanup.
2019-05-09 16:58:29 -07:00
Jason Volk
ed3a7343cf
ircd: Ⓜ️ :dbs: Add the event_horizon column.
2019-05-09 00:02:33 -07:00
Jason Volk
9e9afc3aa7
ircd::db: Quench exceptions on setting write life hint.
2019-05-08 19:10:50 -07:00
Jason Volk
e670afbac8
ircd::fs: Return zero rather than propagating exception from write_life getter.
2019-05-08 19:10:36 -07:00
Jason Volk
53071b2029
ircd::mods: Improve various comments.
2019-05-08 18:28:16 -07:00
Jason Volk
b59f571c94
ircd: Ⓜ️ :v1: Fix and simplify key::query request content.
2019-05-08 17:36:13 -07:00
Jason Volk
f97472291e
ircd::prof: Various optimizations.
2019-05-08 05:19:04 -07:00
Jason Volk
1e76446919
ircd::prof::event: Add a use_map ctor option.
2019-05-08 05:19:04 -07:00
Jason Volk
41d60ec2f7
ircd::db: Minor move attribute.
2019-05-08 05:19:04 -07:00
Jason Volk
65b1f8d709
ircd::prof: Trim sample contaminantes.
2019-05-08 05:19:04 -07:00
Jason Volk
0112d49f62
ircd::prof: Add gadget for instruction profiling of a scope.
2019-05-08 05:19:04 -07:00
Jason Volk
3196bbd26d
ircd::prof: Simplify interface.
2019-05-07 17:28:15 -07:00
Jason Volk
118ed69ed3
ircd: Ⓜ️ :room::state: Simplify api usage in rebuild_present().
2019-05-07 16:10:24 -07:00
Jason Volk
47f496a155
ircd: Ⓜ️ :room::timeline: Checkpoint initial interface.
2019-05-07 16:10:24 -07:00
Jason Volk
180c83634f
ircd: Ⓜ️ :dbs: Reorg write_opts; throw panic on nul event_idx; various.
2019-05-07 16:10:24 -07:00
Jason Volk
9d5f0049cf
ircd: Ⓜ️ :dbs: Reorg the indexer conditions.
2019-05-07 15:14:10 -07:00
Jason Volk
4bfa7ae5e6
ircd: Ⓜ️ :dbs: Improve static bitset initializer.
2019-05-07 13:40:23 -07:00
Jason Volk
88bfc74e51
ircd: Ⓜ️ :dbs: Assertions and conditions to avoid writing any self-references.
2019-05-07 12:44:25 -07:00
Jason Volk
22077b58b9
ircd: Ⓜ️ :room::state: Minor improve rebuild_present() util.
2019-05-06 20:48:00 -07:00
Jason Volk
8e90f8de5d
ircd: Ⓜ️ :room::state: Add convenience to check if state event.
2019-05-06 20:47:12 -07:00
Jason Volk
6c43a47d87
ircd: Ⓜ️ :room::messages: Add event_idx convenience conversion.
2019-05-06 14:36:49 -07:00
Jason Volk
afa475eb18
ircd::ios: Add front for asio notify_fork().
2019-05-06 13:48:49 -07:00
Jason Volk
530ae5fd0c
ircd: Minor cleanup.
2019-05-06 13:18:51 -07:00
Jason Volk
577bcf0c1a
ircd: Ⓜ️ :rooms: Partial removal of unnamespaced module definitions.
2019-05-06 11:49:14 -07:00
Jason Volk
250b600ead
ircd::resource: Reduce m:: type dependency in request structure.
2019-05-06 11:16:44 -07:00
Jason Volk
6b0187ea62
ircd: Ⓜ️ :request: Add validations for origin/destination strings here.
2019-05-06 11:08:33 -07:00
Jason Volk
d38d4b22f6
ircd: Remove manual include and use the pch for parse.cc
2019-05-06 10:44:02 -07:00
Jason Volk
1bf17da6d1
ircd::stats: Additional arithmetic/access operators on item.
2019-05-05 19:12:54 -07:00
Jason Volk
688340a8a2
ircd: Ⓜ️ Recombine modules/m_room with ircd/m_room for now.
2019-05-05 18:10:51 -07:00
Jason Volk
134bcc1bfb
ircd::fs: Add write_opts for RWF_WRITE_LIFE_* support.
2019-05-05 17:48:02 -07:00
Jason Volk
7f18bb17e2
ircd::fs: Precondition definition rather than as weak symbol.
2019-05-05 17:47:46 -07:00
Jason Volk
861df761fe
ircd::fs: Add runtime support indicators for write_life related features.
2019-05-05 17:46:50 -07:00
Jason Volk
82200a9abd
ircd::fs: Add write_life hint fcntl front.
2019-05-03 19:53:05 -07:00
Jason Volk
abae2c02f5
ircd::net: Fix for 864f50da
(kicks can down the road).
2019-05-03 18:13:01 -07:00
Jason Volk
4aef8cfdf8
ircd::net::socket: Deinline the read/write member template suites.
2019-05-03 16:29:56 -07:00
Jason Volk
1d0a7d700d
ircd: Ⓜ️ Merge m_event module entirely into ircd/m_event for now.
2019-05-03 15:58:39 -07:00
Jason Volk
542f8f421a
ircd::mods: Add preconditions around dlsym hook inclusion.
2019-05-03 15:58:39 -07:00
Jason Volk
84ed175ffe
modules/m_event: Transit the m::pretty(event) suite to module.
2019-05-03 15:58:39 -07:00
Jason Volk
c6585f5114
Global deepbind module strategy.
2019-05-03 15:58:20 -07:00
Jason Volk
c9ab8c345c
ircd::fs: Explicit fcntl.h inclusion in fs.cc.
2019-05-03 06:09:58 -07:00
Jason Volk
fbb88b87c1
ircd::db: Advise sequential access for sequential file type.
2019-05-03 06:08:15 -07:00
Jason Volk
c2984e9473
ircd::db: Replace fadvises with fs::evict() wrapping.
2019-05-03 05:53:31 -07:00
Jason Volk
d9812f3e86
ircd::fs: Add an evict() front to cache interface; add preconditions.
2019-05-03 05:52:12 -07:00
Jason Volk
e75c9fe54c
ircd::fs: Split and improve fincore().
2019-05-03 05:48:50 -07:00
Jason Volk
76f8aa6673
ircd::openssl: Builtin speculation safe value.
2019-05-03 04:06:52 -07:00
Jason Volk
d544c37d3d
ircd::fs: Abstract the posix_fadvise wrapping.
2019-05-03 03:33:45 -07:00
Jason Volk
ddc17f424d
ircd::ctx: Use defer rather than post here.
2019-05-02 21:43:27 -07:00
Jason Volk
85aee354c1
ircd::db: Handle read-only shutdown case.
2019-05-02 21:43:27 -07:00
Jason Volk
a464523c00
ircd::mapi: Cleanup macros for potential deepbind strategy.
2019-05-02 21:42:34 -07:00
Jason Volk
154eee0ca6
ircd: Make unresolved symbols weak symbols; lazy binding in modules.
2019-05-02 16:45:27 -07:00
Jason Volk
68f82d25a3
Remove no-op linker flag in these contexts.
2019-05-02 16:45:27 -07:00
Jason Volk
f9e858ae9e
Add these gold linker section organization options.
2019-05-02 16:45:27 -07:00
Jason Volk
c4628525ae
ircd: Ⓜ️ Add debuglog msg for hook registration.
2019-05-02 15:35:26 -07:00
Jason Volk
ab61b38ad0
ircd::server: 🔗 Add noexcept on handlers.
2019-05-02 15:35:26 -07:00
Jason Volk
1352ddf56c
ircd::mods: Fix error format string specifier case.
2019-05-02 15:35:26 -07:00
Jason Volk
643bb62c6e
ircd::fmt: Add hex uppercase specifier.
2019-05-02 15:35:26 -07:00
Jason Volk
069d3b6f74
ircd::mods: Improve various format strings re log msgs and errors.
2019-05-01 15:40:17 -07:00
Jason Volk
ecdb028365
ircd: Reorder units in Makefile.
2019-05-01 15:40:17 -07:00
Jason Volk
77a92a1874
modules/s_keys: Reorg free functions into namespace; various cleanup.
2019-05-01 15:40:17 -07:00
Jason Volk
864a5b43dd
ircd::resource: Add stack canary on response frame.
2019-04-30 21:44:18 -07:00
Jason Volk
cd45ef8aeb
ircd::json: Fix comment.
2019-04-30 21:40:00 -07:00
Jason Volk
8ecea80a1b
ircd: Merge conditional compilation units into the ordered sources list.
2019-04-30 16:46:34 -07:00
Jason Volk
8701e1541e
ircd: Ⓜ️ Move all room.h et al definitions from ircd/m.cc to ircd/m_room.cc
2019-04-30 15:24:22 -07:00
Jason Volk
a931a7f631
ircd::fs::aio: Add conditional define for io_submit() debug timers.
2019-04-29 17:48:06 -07:00
Jason Volk
04020da7e4
ircd::fs::aio: Add debug mechanism to warn read will block io_submit(2).
2019-04-29 17:38:19 -07:00
Jason Volk
64770c0214
ircd: Ⓜ️ :event::prev: Add suite to check if prev reference exists; minor cleanup.
2019-04-29 11:06:56 -07:00
Jason Volk
17a9763da6
ircd: Ⓜ️ :event::prev: Use size_t indexing rather than uint.
2019-04-29 10:57:43 -07:00
Jason Volk
cf0196d374
ircd: Ⓜ️ :error: Unquote the returned strings.
2019-04-27 18:32:45 -07:00
Jason Volk
425385265a
ircd: Ⓜ️ :room::origins: Minor reorg for_each.
2019-04-27 18:32:45 -07:00
Jason Volk
0cdbe472d1
ircd::util: Add pretty() convenience to timer.
2019-04-27 15:51:36 -07:00
Jason Volk
c0f7daaff4
ircd::fs::aio: Fix warning indicator placement.
2019-04-26 06:21:30 -07:00
Jason Volk
05306b2ce7
ircd: Ⓜ️ Minor formatting fix; remove stale comment.
2019-04-26 03:23:09 -07:00
Jason Volk
e5563586cf
ircd: Ⓜ️ Additional room sounding tools; improve console cmd.
2019-04-26 01:47:13 -07:00
Jason Volk
486ca09153
ircd: Ⓜ️ Replace is_complete w/ sounding(); console cmd.
2019-04-26 01:35:39 -07:00
Jason Volk
e3e9322718
ircd: Ⓜ️ Add a room depth gap sounding suite w/ console cmd.
2019-04-26 01:35:16 -07:00
Jason Volk
f26fc85b0a
ircd: Ⓜ️ :error: Add convenience getters for properties.
2019-04-25 23:35:46 -07:00
Jason Volk
cfe4807b77
ircd::prof: Add a higher resolution syscall timer.
2019-04-25 21:10:45 -07:00
Jason Volk
30b59f4736
ircd::prof: Reorg; deinline various; add comments.
2019-04-25 21:10:45 -07:00
Jason Volk
6bd26ecbb3
ircd::server: Use zero ipv4 addr for null string here.
2019-04-25 03:16:24 -07:00
Jason Volk
2f2f3d617e
ircd::client: Increase default timeouts.
2019-04-25 03:16:12 -07:00
Jason Volk
57d2cc9350
ircd::json: Fix and optimize for loss of type on member property names.
2019-04-24 21:03:41 -07:00
Jason Volk
a3a4741708
ircd::json: Simplify value move ctor.
2019-04-24 19:52:44 -07:00
Jason Volk
c45353efec
ircd::json: Preserve string quotes for typed comparisons here.
2019-04-24 19:50:01 -07:00
Jason Volk
5bb98356e0
ircd::server: Relax assertion.
2019-04-24 18:20:47 -07:00
Jason Volk
541d95f47e
ircd: Ⓜ️ :v1: Add ids_only to event_auth opts.
2019-04-24 17:43:03 -07:00
Jason Volk
c2cd18ea56
ircd::server: Minor readability cleanup.
2019-04-24 16:29:29 -07:00
Jason Volk
6500b8c3fc
ircd::net: Disable socket ready debuglog msg by define.
2019-04-24 16:28:42 -07:00
Jason Volk
eaec5cb65e
ircd::ctx: Make this a critical error.
2019-04-24 16:28:42 -07:00
Jason Volk
d442327101
ircd::server: Minor log cleanup.
2019-04-24 16:16:57 -07:00
Jason Volk
a831fd2957
ircd: Ⓜ️ :v1: Find ideal user_id's to supply to make_join for a room_id.
2019-04-24 15:24:39 -07:00
Jason Volk
604c103bbc
ircd::db::database::cache: Fix the shard bits default.
2019-04-24 02:19:14 -07:00
Jason Volk
87210d4856
ircd: Wait on the runlevel changed dock in ircd::main().
2019-04-24 02:19:14 -07:00
Jason Volk
a6a8fa7d1b
ircd: Only post runlevel callback when on ctx.
2019-04-24 00:46:06 -07:00
Jason Volk
c7dadc513b
ircd::server: Minor cleanup log message formats.
2019-04-23 20:06:52 -07:00
Jason Volk
8b89b9caaf
ircd: Simplify log msgs.
2019-04-23 18:15:47 -07:00
Jason Volk
d5a0f6b5c7
ircd::openssl: Fix missing envelope assignment.
2019-04-23 15:26:44 -07:00
Jason Volk
28f677eef2
ircd::info: Remove ununused; minor reorg.
2019-04-23 01:30:36 -07:00
Jason Volk
124f62d159
Revert "ircd::db: Lock writes after memtable sealed until flush to prevent rocksdb pthread use."
...
This reverts commit c370cdc123
.
2019-04-22 19:08:01 -07:00
Jason Volk
306752b2a5
ircd::fs::aio: Remove erroneous #define.
2019-04-22 16:59:03 -07:00
Jason Volk
c370cdc123
ircd::db: Lock writes after memtable sealed until flush to prevent rocksdb pthread use.
2019-04-22 16:32:40 -07:00
Jason Volk
a61d04a9c2
ircd::fs: Allow ircd.fs.aio.max_submit=0 to indicate max possible.
2019-04-22 15:40:34 -07:00
Jason Volk
c6d056421d
ircd::db: Log warning when crc32c acceleration is not available.
2019-04-22 15:24:07 -07:00
Jason Volk
4d491340b6
modules/client/rooms/leave: Add missing m::leave definition.
2019-04-22 14:27:12 -07:00
Jason Volk
fd9097cfd4
modules/m_room: Move m::send impl back to client/rooms.
2019-04-22 14:27:12 -07:00
Jason Volk
f3845e11af
modules/client/rooms/join: Export namespaced definitions for join.
2019-04-22 14:27:12 -07:00
Jason Volk
f6314a4201
modules/s_fetch: Minor reorg; pass room arg to fetch::synchronize().
2019-04-22 12:45:45 -07:00
Jason Volk
e3b1be2910
ircd: Ⓜ️ :vm: Refactor various fetch related options.
2019-04-22 12:27:43 -07:00
Jason Volk
4c44738dc3
ircd::server: Increase tls buffer size.
2019-04-22 12:13:34 -07:00
Jason Volk
e0b4dc4450
ircd::server: Use a uniform log prefix for link related.
2019-04-22 12:13:27 -07:00
Jason Volk
d6374466f3
ircd::fs::aio: Test for blocking flag rather than option if available.
2019-04-22 09:45:14 -07:00
Jason Volk
c04708aca4
ircd::fs::aio: Minor tweak call pattern for wait(request).
2019-04-22 09:29:09 -07:00
Jason Volk
acd774c3ee
ircd::fs: Make ~fd() noexcept.
2019-04-22 09:16:11 -07:00
Jason Volk
7d55468511
ircd::fs: Add fd::opts getter from open fd.
2019-04-22 09:14:46 -07:00
Jason Volk
d08bcc2f32
ircd::fs: Add fd::release() memfn.
2019-04-22 08:55:42 -07:00
Jason Volk
f145c6774a
ircd::fs: Rename function.
2019-04-21 04:15:10 -07:00
Jason Volk
1137f8a29b
ircd::fs::aio: Fix waiting on cancels; various fixes.
2019-04-21 04:15:10 -07:00
Jason Volk
003f9f771a
ircd::fs: Break from read()/write() loops for non-blocking operations without exception.
2019-04-20 22:28:15 -07:00
Jason Volk
bbc5d9ee5b
ircd::fs::aio: Improve error assumptions / reporting around io_submit().
2019-04-20 22:28:15 -07:00
Jason Volk
dae1a9be4a
ircd::db::env: Assert rocksdb does not call prefetch with direct-io.
2019-04-20 19:29:07 -07:00
Jason Volk
900fab1e79
ircd::fs: Propagate EAGAIN without exception for !opts.blocking operations.
2019-04-20 19:29:07 -07:00
Jason Volk
fbcd38fa17
ircd::fs: Add a preliminary fincore(1)-like tool.
2019-04-20 19:24:18 -07:00
Jason Volk
c4ace8cd8e
ircd::client: Remove deprecated SSL_R_SHORT_READ for OpenSSL 1.1.
2019-04-20 19:24:18 -07:00
Jason Volk
2463bfb4ed
ircd::openssl: Address remaining 1.0 vs. 1.1 compat.
2019-04-20 19:24:18 -07:00
Jason Volk
744438ec49
ircd: Precompile the spirit.h header.
2019-04-20 19:24:18 -07:00
Jason Volk
db539c6268
ircd::db: Add write-ahead-log recovery callback surface.
2019-04-20 14:30:42 -07:00
Jason Volk
8dd201bfdb
ircd::openssl: Fix compatibility in assert statement.
2019-04-20 13:26:38 -07:00
Jason Volk
4db52804cb
ircd::ctx: Use iteration closure rather than exposing ctx::list.
2019-04-19 20:50:22 -07:00
Jason Volk
9b034a0df4
ircd::openssl: Partial OpenSSL 1.1.x compatibility.
2019-04-19 18:17:28 -07:00
Jason Volk
55fc2c6f76
ircd::prof: Add callgrind hypercall suite.
2019-04-19 05:53:54 -07:00
Jason Volk
def7ee2753
ircd::allocator: Renamespace the vg utils.
2019-04-19 05:26:51 -07:00
Jason Volk
810888b53c
ircd::db: Allow concurrent memtable write.
2019-04-19 00:17:00 -07:00
Jason Volk
f27b56fac3
ircd::db: Show commit debuglog messages.
2019-04-19 00:15:14 -07:00
Jason Volk
c7a872c67a
ircd: Ⓜ️ 🪝 Add accounting for hook calls; site/hook current call count.
2019-04-18 21:52:33 -07:00
Jason Volk
0176dba9a8
ircd: Ⓜ️ :fetch: Consolidate interface; remove unused; reorg.
2019-04-18 19:12:37 -07:00
Jason Volk
5bdbc3f0bc
ircd::info: Chomp newline from ctime() calls.
2019-04-18 18:58:07 -07:00
Jason Volk
4c95765e07
ircd::fs::aio: Add assertions for null value aio_data.
2019-04-18 18:33:58 -07:00
Jason Volk
9907f7f477
ircd::stats: Add value; add operator/access suite.
2019-04-18 17:56:09 -07:00
Jason Volk
c427223340
ircd::mapi: Force the header inline so the module contains the constants.
2019-04-18 17:36:33 -07:00
Jason Volk
1312784518
ircd::mapi: Add a serial number to deal with removed modules which are still installed.
2019-04-18 17:36:33 -07:00
Jason Volk
61e136f577
ircd::mods: Actually check the MAPI header version on load.
2019-04-18 16:53:47 -07:00
Jason Volk
4668545688
modules: Move federation/federation to s_feds.
2019-04-18 16:38:53 -07:00
Jason Volk
0edd47d383
ircd: Ⓜ️ :feds: Add vector of operations to API.
2019-04-18 15:26:03 -07:00
Jason Volk
6eeb8da71d
ircd: Ⓜ️ Try for outer membership property first before parsing content.
2019-04-18 14:35:46 -07:00
Jason Volk
4d6eb23352
ircd: Use unwind::defer to enter run::level::HALT.
2019-04-18 05:46:20 -07:00
Jason Volk
c6a59ab6b1
ircd::util: Add an unwind::defer device.
2019-04-18 05:46:07 -07:00
Jason Volk
5232893c6a
ircd: Ⓜ️ :fetch: Checkpoint frontfill / head selection related.
2019-04-18 05:17:49 -07:00
Jason Volk
bc922724cd
ircd: Ⓜ️ :feds: Refactor interface into opcode ABI.
2019-04-18 05:16:21 -07:00
Jason Volk
59982907d3
ircd: Ⓜ️ :feds: Add feds::auth; update console cmd.
2019-04-18 04:13:21 -07:00
Jason Volk
871fb748eb
ircd: Ⓜ️ :fetch: Pass boolean values down the stack for start/prefetch.
2019-04-18 01:21:22 -07:00
Jason Volk
477090ff52
ircd::server: Minor assertions.
2019-04-18 01:19:02 -07:00
Jason Volk
91bed23951
ircd::allocator: Meet posix spec requirements for posix_memalign().
2019-04-18 00:59:56 -07:00
Jason Volk
51b3e63959
ircd::allocator: Include aligned allocs in profile.
2019-04-18 00:59:56 -07:00
Jason Volk
128b770429
ircd::buffer: Move aligned_alloc to ircd::allocator; deinline.
2019-04-18 00:21:08 -07:00
Jason Volk
0fa4bdcff7
ircd: Ⓜ️ :rooms: Consolidate / refine the rooms iteration interface.
2019-04-17 20:47:50 -07:00
Jason Volk
25680a8ed2
ircd: Move smalldate() to date.h from logger unit.
2019-04-17 19:27:26 -07:00
Jason Volk
4d3727a0a1
ircd::fs: Condition various runtime support on compilation too.
2019-04-17 19:19:30 -07:00
Jason Volk
1eaff2e91e
ircd::fs: Runtime binding for pwritev(2)/pwritev2(2) based on kernel version.
2019-04-17 19:19:30 -07:00
Jason Volk
6fbf882e16
ircd::fs: Use GNU indirect function binding to efficiently support RWF_APPEND at runtime.
2019-04-17 19:09:16 -07:00
Jason Volk
62441e1c68
ircd: Switch to lazy-loading libircd.so symbols.
2019-04-17 17:29:08 -07:00
Jason Volk
08b53b1746
ircd::vg: Start a valgrind emulator hypercall suite.
2019-04-17 00:59:52 -07:00
Jason Volk
83193d0ff9
ircd::server: Add an op_open; handle control return to link::open().
2019-04-16 22:37:44 -07:00
Jason Volk
0f404a0bda
ircd::net: Addition assertions; use constrefs in handler cbs.
2019-04-16 21:39:43 -07:00
Jason Volk
945ce126c5
ircd::net: Remove explicit string conversion.
2019-04-16 21:11:39 -07:00
Jason Volk
9a44188c00
ircd::net Increase buffer sizes.
2019-04-16 21:11:27 -07:00
Jason Volk
46acff07b7
ircd::server: Elide allocations for these stringifies.
2019-04-16 20:57:06 -07:00
Jason Volk
4038973297
ircd::util: Use allocator::node for instance_list instances.
2019-04-16 20:48:00 -07:00
Jason Volk
7c6c60960f
ircd::net: Improve various callback fini/error conditions.
2019-04-16 20:10:24 -07:00
Jason Volk
6bf3ccb7b5
ircd::net: Bypass call to current_cipher() on error conditions.
2019-04-16 20:10:24 -07:00
Jason Volk
a24d3a1d96
ircd::net: Prevent any handshake on finished socket out of handle_connect.
2019-04-16 20:10:23 -07:00
Jason Volk
ff25a486a0
ircd::net: Bail from handle_verify() on socket fini.
2019-04-16 20:10:23 -07:00
Jason Volk
3b832db9a4
ircd::net: Add traps under reject()s.
2019-04-16 20:00:17 -07:00
Jason Volk
903a6e7f57
ircd::server: Copy the eptr so it doesn't get robbed on forwarding constructions.
2019-04-16 19:04:23 -07:00
Jason Volk
8cfc9e832e
ircd::net: Fix scope_timeout move assignment.
2019-04-16 18:33:01 -07:00
Jason Volk
af1bd92b26
ircd::spirit: Apply hidden visibility to all headers + our internal grammar namespaces.
2019-04-16 18:33:01 -07:00
Jason Volk
5fee4a9933
ircd: Ⓜ️ :events: Add type-based iteration w/ console cmd.
2019-04-16 16:11:23 -07:00
Jason Volk
fb199fbc01
ircd::rfc3986: Fix duration of constructed validator rules; improve grammar branches.
2019-04-16 16:11:23 -07:00
Jason Volk
9b00c65ef6
ircd: Ⓜ️ :events: Add additional lighter-weight event_idx iteration tools.
2019-04-16 16:11:23 -07:00
Jason Volk
d96208faaf
ircd: Ⓜ️ :events: Add iteration tools for events in sender/origin.
2019-04-16 16:11:23 -07:00
Jason Volk
ecbdf00f22
ircd: Ⓜ️ :dbs: Add event_type metadata column.
2019-04-16 16:11:23 -07:00
Jason Volk
8148dc6502
ircd: Ⓜ️ :dbs: Add event_sender metadata column.
2019-04-16 15:04:31 -07:00
Jason Volk
25d153d64c
ircd: Ⓜ️ :sync: Add an initial phase convenience; add account_data as an initial phase.
2019-04-16 01:32:52 -07:00
Jason Volk
f17e521ff8
ircd::ios: Objectify the asio enqueuing wrappers.
2019-04-16 01:32:52 -07:00
Jason Volk
5d04c8c607
ircd::net: Shortcut string creation on closed / lame sockets.
2019-04-15 22:47:24 -07:00
Jason Volk
b51d5d1461
ircd::net: Add TLS buffers for various stringifies.
2019-04-15 22:47:24 -07:00
Jason Volk
2b759963bd
modules/s_listen: Add accept flow control mechanism.
2019-04-15 22:47:24 -07:00
Jason Volk
74a28f2f10
ircd::net: Tweak calls to set socket non-blocking.
2019-04-15 22:47:24 -07:00
Jason Volk
92cdccf956
ircd::net: Add parent ssl_cipher conf items; add curve items.
2019-04-15 22:16:16 -07:00
Jason Volk
889b65a002
ircd::net: Additional traps / assertions.
2019-04-15 17:09:35 -07:00
Jason Volk
b56df6677e
ircd::server: Set SNI explicitly here rather than through fallback.
...
ircd::server: Detect IP literal to set the peer::remote/open_opts directly.
2019-04-15 17:09:32 -07:00
Jason Volk
7d021f9430
ircd::server: Rename server_name to server_version.
2019-04-15 15:23:44 -07:00
Jason Volk
9b9f44d863
ircd::net: Skip call to set server_name when no server_name.
2019-04-15 15:23:44 -07:00
Jason Volk
0e0d95b266
ircd::ctx: Fix comment error.
2019-04-15 14:44:58 -07:00
Jason Volk
7a055e22ef
ircd::server: Disassociate tag from request on cancel.
2019-04-15 11:43:53 -07:00
Jason Volk
f9025cebb9
ircd: Support read-only and write-avoid modes via conf item / command line.
2019-04-15 11:16:31 -07:00
Jason Volk
726f131cc2
ircd::fs::aio: Use defer to post the chaser.
2019-04-12 17:32:53 -07:00
Jason Volk
58c5ac7855
ircd::ios: Add asio::defer() to interface.
2019-04-12 16:26:34 -07:00
Jason Volk
8c68a24e1f
ircd::ctx::prof: Add cycle counter to ticker array.
2019-04-12 15:58:06 -07:00
Jason Volk
0ce0fe3890
ircd::server: Enable the cancel debug msg.
...
modules/s_fetch: Improve log level.
2019-04-12 14:26:10 -07:00
Jason Volk
15bd7282c7
ircd::db: Use rvalue refs here.
2019-04-12 09:36:53 -07:00
Jason Volk
14c32a2075
ircd::http: Support HTTP/1.0.
2019-04-12 08:36:17 -07:00
Jason Volk
34e35d97fe
ircd::server: Additional assertions.
2019-04-12 07:12:49 -07:00
Jason Volk
79475d2ba3
ircd::net: Set socket non-blocking after handshake.
2019-04-12 05:54:11 -07:00
Jason Volk
2822cd0a8a
ircd: Ⓜ️ :fetch: Add headfill operation.
2019-04-12 05:09:38 -07:00
Jason Volk
e5b2700db3
ircd: Ⓜ️ :v1: Allow empty user_id argument to have a fallback.
2019-04-12 04:45:25 -07:00
Jason Volk
eb33688bc1
ircd: Ⓜ️ :fetch: Add additional interface tools; consolidate interface; cleanup/reorg.
...
ircd:Ⓜ️ :fetch: Add backfill suite.
2019-04-12 04:44:26 -07:00
Jason Volk
7d27126f96
ircd: Ⓜ️ :room: Add any_user() convenience.
2019-04-12 04:44:26 -07:00
Jason Volk
c14d67102a
ircd: Ⓜ️ :fetch: Reorient interface to expose fetch::request.
2019-04-12 03:35:46 -07:00
Jason Volk
eace5e309c
ircd: Ⓜ️ :feds: Add / upgrade backfill.
2019-04-12 01:53:57 -07:00
Jason Volk
360cc01dc8
ircd: Ⓜ️ :feds: Migrate feds::perspective() to interface.
2019-04-12 00:55:16 -07:00
Jason Volk
302969f100
ircd: Ⓜ️ :feds: Add namespace \brief. Reorg impl layout.
2019-04-12 00:33:29 -07:00
Jason Volk
dc93610914
ircd: Ⓜ️ :feds: Add feds::event to interface.
2019-04-12 00:16:27 -07:00
Jason Volk
3865326d71
ircd::server: Add additional loghead(link, request) with more data.
2019-04-11 22:26:11 -07:00
Jason Volk
4f27526e9b
ircd::server: Add monotonic identity counters for peers and links.
2019-04-11 22:26:11 -07:00
Jason Volk
d38c5801c9
ircd::server: Add interface to iterate all requests.
2019-04-11 21:40:59 -07:00
Jason Volk
5f1f0d0d7f
ircd::server: Distill out functions to parse HTTP head from in/out buffers.
2019-04-11 21:13:42 -07:00
Jason Volk
9a6c5f5fe4
ircd::server: Don't parse from outbound buffer for canceled requests.
2019-04-11 20:49:29 -07:00
Jason Volk
eef869691a
ircd::client: Tap the client::dock on all dtors.
2019-04-11 08:53:38 -07:00
Jason Volk
7794a92159
ircd::exception: Avoid repeating the system_error message string.
2019-04-11 07:50:48 -07:00
Jason Volk
c9c171ed5b
ircd: Ⓜ️ :feds: Refine the feds preliminary central interface.
2019-04-11 06:27:28 -07:00
Jason Volk
39ac003522
ircd: Ⓜ️ :v1: Fallback to generating random user_id's for make_join.
2019-04-11 05:14:44 -07:00
Jason Volk
6d15db176d
ircd::net: Fix mislabeled ios::descriptor.
2019-04-10 22:59:23 -07:00
Jason Volk
74778bd024
ircd::ios: Add a queued handler counter to stats.
2019-04-10 22:54:13 -07:00
Jason Volk
1d45f0bc5b
ircd::net: Remove this prefetch.
2019-04-10 22:35:11 -07:00
Jason Volk
be18a1874d
ircd::db: Increase file size target default.
2019-04-10 22:32:06 -07:00
Jason Volk
562651aa7d
ircd: Ⓜ️ :fetch: Add fetch+eval workers; start central interface; various.
2019-04-10 22:32:06 -07:00
Jason Volk
3a57cc8c94
ircd::db::port: Allow icf on impl defs.
2019-04-10 22:32:06 -07:00
Jason Volk
446964bb67
ircd::server: Apply stack protected canary on key frames.
2019-04-10 22:32:06 -07:00
Jason Volk
0b51a10a44
ircd::fs::aio: Count io_submit() 'stalls' in stats.
2019-04-10 20:18:51 -07:00
Jason Volk
ba46e8c005
ircd::fs::aio: Move for_each_completed() to central interface; add additional utils.
2019-04-10 20:18:51 -07:00
Jason Volk
4f4019a2a0
ircd: Ⓜ️ Add id::USER case to room_id().
2019-04-10 20:18:50 -07:00
Jason Volk
ce9a9e58b4
ircd::fs: Switch to syscall_usage_warning for io_submit and fsync et al.
2019-04-10 20:18:50 -07:00
Jason Volk
d8bf5b9fff
ircd::ctx: Add a syscall_usage_warning to suite.
2019-04-10 20:18:50 -07:00
Jason Volk
96ff7022d0
ircd::prof: Add a coarse enable conf item.
2019-04-10 01:29:25 -07:00
Jason Volk
06e7b16ed5
ircd::mods: Stub internal dlsym() hooker.
2019-04-09 21:27:45 -07:00
Jason Volk
a1863ba3b2
ircd::fs: Minor cleanup.
2019-04-09 21:08:15 -07:00
Jason Volk
5c558f98b6
ircd: Remove the initfirst linker request option.
2019-04-09 21:08:15 -07:00
Jason Volk
5c359f22f3
ircd::net::socket: Change behavior of non-blocking read_() calls to not throw for EAGAIN.
2019-04-09 21:08:15 -07:00
Jason Volk
3a9e85c294
ircd::net::addrs: Tweak interface detail; workaround issues.
2019-04-09 20:05:48 -07:00
Jason Volk
f268d6e29a
ircd::fs::aio: Fix argument initialization.
2019-04-09 19:00:24 -07:00
Jason Volk
a8b536e420
modules/client/sync: Improve phased initial sync by bursting full room list at phase 0.
2019-04-08 04:43:23 -07:00
Jason Volk
a82410009e
ircd: Ⓜ️ :sync: Introduce phased polylogarithmic initial sync.
2019-04-08 02:46:49 -07:00
Jason Volk
a780609b76
ircd: Ⓜ️ :sync: Add opts to sync::item.
2019-04-08 01:53:09 -07:00
Jason Volk
d08bd0b336
ircd: Ⓜ️ :vm: Remove unused fault codes.
2019-04-07 20:57:43 -07:00
Jason Volk
5782f2a5f5
modules/m_rooms: Update module linkage of rooms::for_each().
2019-04-07 20:15:31 -07:00
Jason Volk
6ff3c88fa4
ircd::fs: Add a wait() interface.
2019-04-07 17:59:52 -07:00
Jason Volk
3bed48011d
ircd::fs: Add non-blocking option passed to fd ctor's open(2) fwiw.
2019-04-07 16:45:35 -07:00
Jason Volk
9994836db0
ircd::fs: Add and use dedicated log facility for ircd::fs.
2019-04-07 16:28:21 -07:00
Jason Volk
e752273462
ircd::prof: Add an rusage based profile object.
2019-04-07 15:34:39 -07:00
Jason Volk
ab6cf110d5
ircd::prof: Make sample_t constructions consistent for all prof objects.
2019-04-07 15:33:36 -07:00
Jason Volk
6ae6624772
ircd: Ⓜ️ Add room object equality operator suite.
2019-04-07 14:50:27 -07:00
Jason Volk
8a8dbea623
ircd: Ⓜ️ Update linkage for m::visible interface.
2019-04-06 18:35:01 -07:00
Jason Volk
5384bd8609
ircd: Ⓜ️ :dbs: Minor fix typo.
2019-04-06 18:17:54 -07:00
Jason Volk
989b3f0cc3
ircd::rfc1035: Use proper platform byte swapping.
2019-04-06 17:12:01 -07:00
Jason Volk
d1966fffb5
ircd::prof: Add more timing calls with better resolution.
2019-04-06 14:18:08 -07:00
Jason Volk
161502452a
ircd::fs::aio: Improve stability of completion ring iteration.
2019-04-06 13:52:22 -07:00
Jason Volk
d118a0e743
ircd::fs: Add enumerated op codes to identify request types.
2019-04-06 12:13:16 -07:00
Jason Volk
c3b9e2fca4
ircd::fs::aio: Reduce nr of modulo for completion ring iteration.
2019-04-05 18:12:23 -07:00
Jason Volk
9d8fe82126
ircd::prof: Add x-platform cputime reporting alternative interface.
2019-04-05 18:12:23 -07:00
Jason Volk
e29ebb0b98
ircd::info: Query sysconf value for CLK_TCK.
2019-04-05 18:12:23 -07:00
Jason Volk
3a68b65fe8
ircd::ctx: Optimize with no_stack_unwind attribute since it's done by us.
2019-04-05 18:12:23 -07:00
Jason Volk
c3480f9f79
ircd: Rename various matrix loggers; increase log name width.
2019-04-05 18:12:22 -07:00
Jason Volk
ecf8465d36
ircd::log: Change some widths into consts; various reorg.
2019-04-05 14:38:50 -07:00
Jason Volk
5a26cbb65c
ircd::mods: Fix error code case for module load errors; split demangler function.
2019-04-03 21:05:39 -07:00
Jason Volk
f289bc5095
ircd: Additional system_error translation utils.
2019-04-03 21:05:39 -07:00
Jason Volk
8e1dc9f453
ircd::prof: Develop profiling system; implement non-hardware counters.
2019-04-03 15:51:42 -07:00
Jason Volk
5e7661ba78
ircd::info: Tweaks for additional CPU identification.
2019-04-03 15:51:42 -07:00
Jason Volk
ff4afc0efc
ircd::fmt: Add support for padding; add alignment and padding to additional handlers.
...
fixes #54
2019-04-03 15:51:42 -07:00
Jason Volk
a1419ca78b
ircd::fmt: Add alignment rules to hex lowercase specifier handler.
2019-04-03 15:51:42 -07:00
Jason Volk
63c850b123
ircd: Rename perf:: to prof::.
2019-04-03 15:51:42 -07:00
Jason Volk
091ee437c0
ircd: Ⓜ️ :sync: Fix missing exception reporting on linear handle caller.
2019-04-02 09:47:35 -07:00
Jason Volk
6af9d35edc
ircd::info: Fix platform condition; string length.
2019-04-01 02:04:52 -07:00
Jason Volk
f7dc5f6146
ircd::fs: Add fd fdno ctor.
2019-03-31 23:57:35 -07:00
Jason Volk
dab225113d
ircd::resource: Handle and generate an OPTIONS response.
...
fixes #65
2019-03-31 23:08:29 -07:00
Jason Volk
7434a06ec6
ircd::resource: Add conditional method list generator.
2019-03-31 19:15:45 -07:00
Jason Volk
c75d602d69
ircd::http: Fix case comparisons for header strings in header tool.
2019-03-31 19:00:38 -07:00
Jason Volk
af08458f8d
ircd::resource: Stub default/builtin method handlers for OPTIONS and HEAD.
2019-03-31 18:51:59 -07:00
Jason Volk
ae936d8e55
ircd::resource: Improve method already-registered error msg.
2019-03-31 18:38:24 -07:00
Jason Volk
403bf52867
ircd::perf: Start a perf profiling subsystem; move ctx::prof counter utils.
2019-03-31 18:16:18 -07:00
Jason Volk
9e61cf7bc0
ircd::info: Query cpuid features on init.
2019-03-31 17:04:02 -07:00
Jason Volk
04959d946c
ircd: Ⓜ️ :state: Reduce for_each stack.
2019-03-31 15:12:38 -07:00
Jason Volk
19c58ca23e
ircd: Ⓜ️ :filter: Add convenience filter::get() taking a direct query string value.
2019-03-31 14:41:04 -07:00
Jason Volk
6644161140
ircd: Ⓜ️ Add state_filter w/ related m::name strings.
2019-03-31 14:03:21 -07:00
Jason Volk
57119f2367
ircd::fs::aio: Minor cleanup.
2019-03-31 13:24:42 -07:00
Jason Volk
4eba0fcd6f
modules/client/directory/room: Remove old alias caching and fetching; reroute central interfaces.
2019-03-30 19:02:11 -07:00
Jason Volk
9c2b215d60
ircd: Ⓜ️ :room::aliases::cache: Add remote fetching; improve interface.
2019-03-30 19:02:11 -07:00
Jason Volk
8063904c06
ircd: Ⓜ️ :room::aliases: Add preliminary aliases cache replacement interface.
2019-03-30 19:02:11 -07:00
Jason Volk
d17ac6a8bb
ircd: Ⓜ️ 🆔 Add id part-swapping interface.
2019-03-30 18:15:07 -07:00
Jason Volk
276ba9941d
modules/m_room_aliases: Move for_each impl to module.
2019-03-30 18:15:07 -07:00
Jason Volk
317fa612fb
ircd: Ⓜ️ :room: Add aliases interface.
2019-03-30 18:15:07 -07:00
Jason Volk
128fdfa8a3
ircd::json::stack: Improve active checkpoint invalidation related.
2019-03-30 14:58:34 -07:00
Jason Volk
9b2de5f4fc
ircd::json::stack: Add conditional exception rollback toggle.
2019-03-30 14:35:48 -07:00
Jason Volk
f7fa89b061
ircd::json::stack: Alter checkpoint rollback() behavior to proactive.
2019-03-30 14:13:34 -07:00
Jason Volk
a9a6adf28d
ircd::json::stack: Add checkpoint ctor option for initial commitment state.
2019-03-30 14:09:47 -07:00
Jason Volk
9f534dea17
ircd::fs::aio: Add iteration tool for kernel completion queue.
2019-03-30 14:09:47 -07:00
Jason Volk
db58b07ddc
ircd::ios: Ensure current handle pointer is nulled on fault exit point as well.
2019-03-30 13:11:55 -07:00
Jason Volk
0ffb6d6c8e
ircd::fs::aio: Improve interface with kernel context structure.
2019-03-30 13:11:39 -07:00
Jason Volk
672bb6f10c
ircd::ctx: Fix detach-mode deallocation points.
2019-03-30 13:08:04 -07:00
Jason Volk
b6732b5fdf
ircd::fs::aio: Optimize integer sizes of various stats.
2019-03-30 13:02:03 -07:00
Jason Volk
76138dbebd
ircd::fs::aio: Remove unused errbuf.
2019-03-29 21:46:03 -07:00
Jason Volk
ee5e31e0bf
ircd::json: Use strict type analysis for value constructions.
2019-03-28 21:50:08 -07:00
Jason Volk
f6f73e87cb
ircd::json: Add strict check overload to type() suite.
2019-03-28 21:01:56 -07:00
Jason Volk
4480c136ee
ircd::ios: Add summation for stats w/ console totals.
2019-03-28 17:22:52 -07:00
Jason Volk
289aca0c4a
ircd::ios: Move descriptor stats into structure.
2019-03-28 17:16:39 -07:00
Jason Volk
79065f805b
ircd::ios: Add hook for is_continuation; minor reorg.
2019-03-28 16:56:55 -07:00
Jason Volk
f340e44692
ircd: Ⓜ️ :vm: Add event_id and share sequence to the loghead; minor cleanup.
2019-03-28 16:08:45 -07:00
Jason Volk
4b816f8c74
ircd::json::stack: Warning when flushing under a checkpoint.
2019-03-28 15:49:48 -07:00
Jason Volk
840b3c4b0c
ircd::json::stack: Add method to check for pending eptr.
2019-03-28 15:49:48 -07:00
Jason Volk
8523aea56a
ircd: Ⓜ️ :dbs: Log various issues during reference indexing; minor cleanup.
2019-03-28 15:36:26 -07:00
Jason Volk
f15769ea0e
modules: Add .well-known handler to serve the m::self::servername string for now.
2019-03-28 13:13:35 -07:00
Jason Volk
d47518a102
ircd: Ⓜ️ :self: Add the servername string to this section; update README.
2019-03-28 13:08:40 -07:00
Jason Volk
6dc50292e8
ircd::fs: Simplify these ifdef conditions.
2019-03-27 19:07:11 -07:00
Jason Volk
1c5b7d2d71
ircd: Ⓜ️ :room::auth: Add central interface for chain fetch/eval.
2019-03-27 13:44:33 -07:00
Jason Volk
b73bb789b2
ircd::db: Fix runlevel condition for background task invocation.
2019-03-27 13:04:12 -07:00
Jason Volk
ccf17d648c
ircd::db: Add debug message for pool->wait() on bgcancel().
2019-03-27 13:04:12 -07:00
Jason Volk
334484c4bc
ircd::fs::aio: Add custom allocator at descriptor site for the sigfd operation.
2019-03-27 13:04:12 -07:00
Jason Volk
3225c1fdfe
ircd::ios: Add interface for user allocation closure at descriptor site.
2019-03-27 13:04:12 -07:00
Jason Volk
02f413c834
ircd::ios: Track current handler like ctx::current.
2019-03-27 13:04:12 -07:00
Jason Volk
1e900217ee
ircd::fs::aio: Move ring struct into system::.
2019-03-27 13:04:12 -07:00
Jason Volk
55241c5309
ircd::ctx: Expand the reference cycle counting interface.
2019-03-27 13:04:12 -07:00
Jason Volk
20d0ea70c2
ircd::ios: Add tsc counters to hook state.
2019-03-27 13:04:12 -07:00
Jason Volk
28063823dd
ircd::ctx: Inline rdtsc().
2019-03-27 13:04:12 -07:00
Jason Volk
d37129ac03
ircd::ios: Add allocation hooks.
2019-03-27 13:04:12 -07:00
Jason Volk
d2546120ee
ircd: Add descriptor participation for all asynchronous operations.
2019-03-27 13:04:12 -07:00
Jason Volk
d5397c599f
ircd::ios: Add asio handler hook framework.
2019-03-27 13:04:12 -07:00
Jason Volk
3bc716e0f5
ircd::ctx: Assert ctx doesn't finish with uncaught exceptions.
2019-03-27 13:04:12 -07:00
Jason Volk
6fbd29b1ed
ircd::ctx: Add context::WAIT_JOIN feature flag.
2019-03-27 13:04:12 -07:00
Jason Volk
97ee68d4f3
ircd::server: Don't alter open_opts.hostport here.
2019-03-25 19:14:49 -07:00
Jason Volk
0f184cd449
ircd::server: Fix loghead() failure conditions.
2019-03-25 18:48:32 -07:00
Jason Volk
84d4ca485b
ircd: Ⓜ️ :room::state: Add preliminary purge_replaced() w/ console cmd.
2019-03-25 18:39:30 -07:00
Jason Volk
6b3a459d29
Revert "ircd::server: Fix concurrency assumptions in server::get()."
...
This reverts commit 3db83faac3
.
2019-03-25 18:31:05 -07:00
Jason Volk
1ffa00adbf
ircd: Ⓜ️ :room: Add central interface linkage for room::purge().
2019-03-25 18:04:16 -07:00
Jason Volk
45d29ed5cf
ircd::net: Add log messages reporting IPv6 init status; handle errors during check.
2019-03-25 16:33:22 -07:00
Jason Volk
195937cd08
ircd::server: Condition the next query after SRV on ipv6 state.
2019-03-25 15:20:01 -07:00
Jason Volk
a54c5f44e4
ircd::net: Add conf item to toggle ipv6 for ircd::net::. Auto-detect viability on net::init.
2019-03-25 15:18:06 -07:00
Jason Volk
c0cbfd2d23
ircd::net: Add util to detect usable ipv6 interface.
2019-03-25 15:18:06 -07:00
Jason Volk
672e9dd712
ircd::server: Add conf item to toggle ipv6 use.
2019-03-25 15:18:06 -07:00
Jason Volk
28569176f2
ircd::net: Use a structured argument to addrs closure; add more data.
2019-03-25 15:18:06 -07:00
Jason Volk
a43c0e5798
ircd::server: Split AAAA and A handlers for chaining.
2019-03-25 14:37:01 -07:00
Jason Volk
8c27cb847a
ircd::net: Add conditional interface to getifaddrs() w/ console cmd.
2019-03-25 13:56:08 -07:00
Jason Volk
4d3fd753e1
ircd::net: Add interface for listener bound socket information; improve net listen console cmd.
2019-03-25 12:55:59 -07:00
Jason Volk
d7631dc39b
ircd::server: Skip DNS resolution on IP literals.
2019-03-25 12:26:56 -07:00
Jason Volk
9d552cd88a
ircd::net: Improve ipport/ep to_string related.
2019-03-25 12:25:25 -07:00
Jason Volk
46346f504e
ircd::rfc3986: Reorg grammar stack; add variable valid() tool.
2019-03-25 12:25:25 -07:00
Jason Volk
c5088c3af2
ircd::server: Show response code in tag completion debug log msg.
2019-03-25 12:25:25 -07:00
Jason Volk
d149c540f4
ircd::server: Split link opening routine from resolver handler.
2019-03-24 20:50:16 -07:00
Jason Volk
a9cff4f073
ircd::rfc3986: Add valid_literal() to interface.
2019-03-24 20:50:16 -07:00
Jason Volk
7f5f07509a
ircd::net::dns: Add utils to properly check for empty records in JSON.
2019-03-24 20:13:23 -07:00
Jason Volk
fe81c30806
ircd::net: Refactor dual stack integration.
2019-03-24 19:33:03 -07:00
Jason Volk
be563a9f18
ircd::net: Fix constness.
2019-03-24 16:21:01 -07:00
Jason Volk
c3c99ecea8
ircd::net: Interface support for sockopt IPPROTO_IPV6 IP_V6ONLY.
2019-03-24 16:20:05 -07:00
Jason Volk
138b7bff65
ircd::net: Interface wrap boost::asio::ip::make_address().
2019-03-24 15:59:46 -07:00
Jason Volk
e640e6ac62
ircd::server: Perform DNS resolution sequence and handler logic externally here.
2019-03-24 15:28:07 -07:00
Jason Volk
71b86df0fe
ircd::net::dns: Reorg various utilities from dns::cache:: to dns::.
2019-03-24 14:50:26 -07:00
Jason Volk
55af53e2a0
ircd::net::dns::cache: Add addl utils random_choice and is_error().
2019-03-24 14:47:07 -07:00
Jason Volk
dbb965ce48
ircd::server: Add loghead() and display request method/paths in some debug log msgs.
2019-03-24 14:10:11 -07:00
Jason Volk
a1ac9cb356
ircd::net::dns: Expose more cache utils to public interface.
2019-03-24 14:06:47 -07:00
Jason Volk
59b0b633cb
ircd::mods: Support code and data demangled export sections.
2019-03-24 14:06:47 -07:00
Jason Volk
94ed73a60e
ircd::http: Remove gratuitous error constructor; fix 505 response content.
2019-03-23 03:13:11 -07:00
Jason Volk
b72758f904
ircd::server: Fix insertion/resolver reentrancy conflict.
2019-03-22 21:06:28 -07:00
Jason Volk
77648137e9
Revert "ircd: Remove use of all unwind::exceptional and unwind::nominal devices."
...
This reverts commit 4f243826c2
.
2019-03-22 21:06:28 -07:00
Jason Volk
712409218e
ircd::ctx: Manipulate uncaught exception count on context switch.
2019-03-22 21:06:28 -07:00
Jason Volk
86759ecc15
ircd::http: Show the unrecognized version string in error message.
2019-03-22 21:06:28 -07:00
Jason Volk
5ca54b06d1
ircd::resource: Show the X-Matrix-Authorization destination host in error.
2019-03-22 18:14:07 -07:00
Jason Volk
3480819ab5
configure: Add conditional for --enable-lowmem-compile.
2019-03-22 17:46:21 -07:00
Jason Volk
2f1cd45fba
ircd/Makefile.am: Apply param ggc-min-expand to grammar units; minor reorg.
2019-03-22 16:43:17 -07:00
Jason Volk
3db83faac3
ircd::server: Fix concurrency assumptions in server::get().
2019-03-22 15:13:55 -07:00
Jason Volk
8f41687940
modules/s_dns: Fix exception propagation to callback.
2019-03-22 13:51:28 -07:00
Jason Volk
e62e65df6b
ircd::server: Add peer to map before resolve.
2019-03-22 10:51:11 -07:00
Jason Volk
68e3655a1d
ircd::net::dns: Refactor system for the !dns room.
2019-03-21 18:24:36 -07:00
Jason Volk
e133cd5a25
ircd::net: Add specific allow(acceptor) rather than using start(acceptor).
2019-03-21 17:07:35 -07:00
Jason Volk
a6886dafe6
ircd::net: Bail early if no SNI sent by client.
2019-03-21 16:54:36 -07:00
Jason Volk
008dfcb43f
ircd: Ⓜ️ :vm: Add counters and synchronization for safe module reloading.
2019-03-21 16:46:04 -07:00
Jason Volk
4b7bc1d5b1
modules/vm: Rename/export core functions.
2019-03-21 16:46:04 -07:00
Jason Volk
82378db816
modules/vm: Share transactions between all evals on the same stack; adjust sequence strategy.
2019-03-21 16:46:04 -07:00
Jason Volk
a7f6549c27
ircd: Ⓜ️ :vm: Add tools for evals on a specific stack/ctx.
2019-03-21 14:11:42 -07:00
Jason Volk
507c256eb4
ircd: Ⓜ️ :vm: Add loghead convenience.
2019-03-21 12:49:02 -07:00
Jason Volk
a6ae9a7c90
ircd::json: Provide a more appropriate type_error to help matrix.org.
2019-03-19 17:31:47 -07:00
Jason Volk
5b951b55c5
modules/vm: Add sequencing points.
...
ircd:Ⓜ️ :vm: Reorganize sequence counters.
2019-03-19 16:31:05 -07:00
Jason Volk
620e352a4f
ircd::db::txn: Add a state enum to the txn.
2019-03-19 13:39:15 -07:00
Jason Volk
7db86a58c2
ircd::net: Tweak stringification of net::hostport.
2019-03-19 10:11:29 -07:00
Jason Volk
dbc2ca3b64
ircd::rfc1035: Add json::stack serializations for record types.
2019-03-19 10:11:29 -07:00
Jason Volk
29ba0d214b
ircd::net: Reinterface string(ippaddr) related.
2019-03-18 12:39:21 -07:00
Jason Volk
effc34c86f
ircd::fs::aio: Add struct aio_ring from the kernel ABI.
2019-03-17 18:41:45 -07:00
Jason Volk
5be75970e0
ircd::ctx: Ensure no rethrow from destructor.
2019-03-17 15:35:19 -07:00
Jason Volk
1ce9ec3f8e
ircd::fs::error: Remove fs::error from the ircd::exception hierarchy.
2019-03-16 18:12:38 -07:00
Jason Volk
fec03b198e
ircd::fs::aio: Improve request exception information.
2019-03-16 18:12:38 -07:00
Jason Volk
2eb9fff55f
ircd::net: Reorg acceptor internal control panel; provide external start()/stop().
2019-03-16 16:28:28 -07:00
Jason Volk
f2f2afb8c4
ircd::net: Reorg listener/acceptor external interface.
2019-03-16 16:28:28 -07:00
Jason Volk
cff17eaa40
ircd: Add exception tools which elide copying.
2019-03-16 16:28:28 -07:00
Jason Volk
e752070d06
ircd::fs: Handle zero length buffers in the iov.
2019-03-16 13:49:04 -07:00
Jason Volk
b3a875bc63
ircd::net::acceptor: Don't condition response for SNI here.
2019-03-16 12:37:44 -07:00
Jason Volk
89b258c5a7
ircd::fs: Improve fs::prefetch().
2019-03-15 21:36:26 -07:00
Jason Volk
cc25cce9e4
ircd::exception: Fix exception title formatting.
2019-03-15 19:33:24 -07:00
Jason Volk
64959387bb
ircd::fs::aio: Move the slice_usage_warning closer to SYS_io_submit.
2019-03-15 19:11:46 -07:00
Jason Volk
20716634a8
ircd::fs: Improve condition for RWF_APPEND/pwritev2() -1 offset value.
2019-03-15 18:45:39 -07:00
Jason Volk
4efb3a26fd
ircd::fs: Reorg general RWF_ indicators out to fs:: from aio::.
2019-03-15 18:45:32 -07:00
Jason Volk
353fc35df4
ircd::fs: Don't set -1 offset on systems without RWF_APPEND.
2019-03-15 18:34:35 -07:00
Jason Volk
293f6d5480
ircd::fs::aio: Throw system_error from here due to ambiguity.
...
ircd::fs: Trap on EINVAL.
2019-03-15 18:23:25 -07:00
Jason Volk
6da3e88bc4
ircd::fs::aio: Remove assertion that handle_event() is not on context stack.
2019-03-15 17:42:11 -07:00
Jason Volk
9f73299408
ircd::fs::aio: Move seting aio_reqprio to the super constructor.
2019-03-15 16:45:57 -07:00
Jason Volk
2a0720c1a0
ircd::fs: Use flags based on system availability.
2019-03-15 16:19:05 -07:00
Jason Volk
fbe06f5724
ircd::fs: Rotate more internal bufs in case of reentrance.
2019-03-15 16:19:05 -07:00
Jason Volk
aae00eab7f
ircd: Ⓜ️ :app: Add configuration access interface for appservice.
2019-03-15 16:19:05 -07:00
Jason Volk
8a100eeb26
ircd::assert: Ensure x86_64 for use of trap instruction.
2019-03-15 16:19:05 -07:00
Jason Volk
ede2439a55
ircd: Add support for configurable soft-assertions.
2019-03-15 16:19:05 -07:00
Jason Volk
ddb08a37a4
ircd: Ⓜ️ :user: Add framework around m.ignored_user_list; w/ console cmd.
2019-03-14 17:27:45 -07:00
Jason Volk
474464f1bb
ircd::mods: Fix termination loop for static exceptions in dlopen().
2019-03-14 16:20:40 -07:00
Jason Volk
380032d4a9
ircd: Ⓜ️ :room: Augment m::invite() convenience interface for custom content.
2019-03-14 15:32:06 -07:00
Jason Volk
2070a72850
ircd: Ⓜ️ :rooms: Add interface to remove entries from the !public room list.
2019-03-14 15:12:40 -07:00
Jason Volk
d0b5b68d9c
ircd: Ⓜ️ :room::power: Consider an empty prop argument for level_event().
2019-03-14 13:21:55 -07:00
Jason Volk
0a8e79374f
ircd::fs::aio: Improve error handling around io_submit().
2019-03-14 12:45:00 -07:00
Jason Volk
87144cef77
ircd::fs: Support various RWF flags for operations; also preadv2().
2019-03-14 12:45:00 -07:00
Jason Volk
56092db18c
ircd::fs: Move the reqprio() normalizer from fs::aio:: to fs::.
2019-03-13 19:39:20 -07:00
Jason Volk
02435c3672
ircd::fs: Support pwritev2(2).
2019-03-13 19:38:50 -07:00
Jason Volk
034c2d9030
ircd: Ⓜ️ Stack protect around dynamic arrays used here.
2019-03-13 19:38:50 -07:00
Jason Volk
1117947a22
ircd::fs::aio: Add support test for RWF_NOWAIT and RWF_APPEND.
2019-03-13 19:38:47 -07:00
Jason Volk
213c46d9f8
ircd::net: Add interface to get cipher list from acceptor w/ console cmd.
2019-03-13 17:32:39 -07:00
Jason Volk
8daddfb84a
ircd::net::listener: Add cast for internal acceptor access.
2019-03-13 17:32:16 -07:00
Jason Volk
69f1fe7241
ircd::db: Fix macro condition.
2019-03-13 16:11:29 -07:00
Jason Volk
eb7c7f07a7
ircd::fs::aio: Derive availability of IOCB_CMD_FSYNC / IOCB_CMD_FDSYNC.
2019-03-13 16:06:41 -07:00
Jason Volk
0158e88949
ircd::info: Get kernel name and version out of utsname if available.
2019-03-13 16:06:41 -07:00
Jason Volk
4c6e943d49
ircd::http: Simplify conditional.
2019-03-13 15:33:48 -07:00
Jason Volk
d6e97f6aab
ircd::net: Send server name identification when opening client connections.
2019-03-13 13:44:41 -07:00
Jason Volk
59f63841ba
ircd::openssl: Interface to set server name indication for client hello.
2019-03-13 13:32:56 -07:00
Jason Volk
fee9222e70
ircd::rfc1035: Fix assertion and enforce name limitations.
2019-03-13 13:32:47 -07:00
Jason Volk
15b25894d3
ircd::client: Fix response code from header parse failure handler.
2019-03-13 13:11:53 -07:00
Jason Volk
b3526298a9
ircd::net::acceptor: Rename logger to net.listen.
2019-03-13 13:11:53 -07:00
Jason Volk
cb979d96e7
ircd::net::acceptor: Add callback stack framework for dynamic server name identification.
2019-03-13 13:11:53 -07:00
Jason Volk
71560eafd1
ircd::openssl: Include TLS1 header; start an SNI suite; minor reorg.
2019-03-13 13:11:53 -07:00
Jason Volk
50e7d81d36
ircd::rfc3986: Add interface to extract host and port from remote via grammar.
2019-03-13 13:11:53 -07:00
Jason Volk
f955f1d494
ircd::rfc3986: Add length checks to validations; consolidate validation paths from rfc1035.
2019-03-13 13:11:51 -07:00
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
303233cda4
ircd::client: Prevent double logging of caught HTTP errors.
2019-03-12 18:41:05 -07:00
Jason Volk
28b8306542
ircd::rfc1035: Throw error when name output buffer exceeded.
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
92d1416ecc
ircd::fs::aio: Use a pointer to request rather than initial dereference.
2019-03-11 16:36:56 -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
5b3191345f
ircd::client: Set some client::request values immediately after head parse.
2019-03-11 13:20:14 -07:00
Jason Volk
d474eed948
ircd::conf: Add more elaborate double-fault handling.
2019-03-11 12:53:22 -07:00
Jason Volk
499d9c7c6e
ircd::conf: Revert conf item if setter or set callback fails.
2019-03-11 11:27:57 -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
9d59074679
ircd::fs::aio: Don't cancel requests which were already completed.
2019-03-10 19:26:54 -07:00
Jason Volk
7aa9102f45
ircd::fs::aio: Add assertions at cancel() entry; tweak assertions that compare pointers.
2019-03-10 18:21:05 -07:00
Jason Volk
0c24ea5f40
ircd::net: Allow cipher list and curve list in the listener configuration object.
2019-03-10 16:59:35 -07:00
Jason Volk
d658729d07
ircd::net: Automate ecdh selections by default.
2019-03-10 16:55:39 -07:00
Jason Volk
b4fabaf14f
ircd::openssl: Add interface to tweak ecdh / ciphers / curves.
2019-03-10 16:55:39 -07:00
Jason Volk
db30477e51
ircd::net::acceptor: Relax default flags.
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
a4f02e4e4a
ircd::net::acceptor: Remove any default DH params when nothing supplied in config.
2019-03-10 14:31:54 -07:00
Jason Volk
c220c0abaf
ircd::net::acceptor: Allow all flags to be set through options structure.
2019-03-10 14:16:33 -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
db8c91661e
ircd::log: Increase the logger name width.
2019-03-09 16:05:45 -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
bba6981166
ircd::http: Verify HTTP version after request line.
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
395a6ceabd
ircd::server: Add request option to control whether content overrun is an error.
2019-03-08 16:52:48 -08:00
Jason Volk
6d9fb00d8c
ircd::server: Fix discard buffering.
2019-03-08 16:32:37 -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
01019640cd
ircd: Ⓜ️ :user::rooms: Optimize user rooms iteration.
2019-03-08 11:22:42 -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
7607978d80
ircd: Ⓜ️ Fix initial events bootstrap regression.
2019-03-08 09:28:34 -08:00
Jason Volk
57f28374c9
ircd::http: Add 428 Precondition Required.
2019-03-07 16:01:19 -08:00
Jason Volk
8c61f6370a
ircd::json: Fix serialized type propagation on value copy.
2019-03-07 14:06:06 -08:00
Jason Volk
6af4782922
ircd::http: Elaborate the query string interface with indexing.
2019-03-06 17:21:38 -08:00
Jason Volk
b26d4fee7c
ircd: Ⓜ️ :event: Fallback to outer membership string (fixes hook membership matching).
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
094ae6e997
ircd: Ⓜ️ :user::profile: Add interface for remote profile fetch().
2019-03-06 00:12:21 -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
a9969bfb4b
ircd::net: Show current cipher in handshake debug log msgs.
2019-03-05 11:37:49 -08:00
Jason Volk
a29dfb93f5
ircd::openssl: Add interface to examine cipher lists.
2019-03-05 10:50:12 -08:00
Jason Volk
c87b85eefc
ircd: Ⓜ️ Relax the self::host() / my_host(string) test wrt the implied matrix port.
2019-03-05 09:47:54 -08:00
Jason Volk
1bc1b3c207
ircd::fs::aio: Fix bug.
2019-03-05 08:51:47 -08:00
Jason Volk
e33c4861cb
ircd::net: Disable TLS 1.0.
2019-03-04 16:48:05 -08:00
Jason Volk
b398e8f424
ircd::net: Ignore empty string values in listener config object.
2019-03-04 16:38:39 -08:00
Jason Volk
5752c32de9
ircd::net: Eliminate the handle_set unset on exception.
2019-03-04 14:29:21 -08:00
Jason Volk
63d591b2b8
ircd::util::fpe: Add interface to set the except flag.
2019-03-04 13:20:39 -08:00
Jason Volk
19e09b0ad5
ircd: Ⓜ️ :login: Support identifier typed login.
2019-03-04 13:16:14 -08:00
Jason Volk
175421f745
ircd::db::env: Default alignments to 1 rather than 0.
2019-03-04 11:36:54 -08:00
Jason Volk
295794ec42
ircd: Ⓜ️ :user: Improve user filter interface and module linkage.
2019-03-02 16:49:44 -08:00
Jason Volk
47bcfaecb4
ircd: Upgrade various templates with argument deduction.
2019-03-02 14:20:52 -08:00
Jason Volk
a21e03df27
ircd: Add restart support w/ console cmd.
2019-03-02 14:20:52 -08:00
Jason Volk
ddb69ca01c
ircd: Ⓜ️ :sync: Improve the debug loghead format and content.
2019-03-02 11:40:51 -08:00
Jason Volk
3a08d93c15
ircd: Ⓜ️ :event::fetch: Cache the event_idx as a class member.
2019-03-01 15:59:49 -08:00
Jason Volk
c8bce8e251
ircd: Ⓜ️ :rooms: Add is_public() test if listed in !public.
2019-03-01 14:51:30 -08:00
Jason Volk
1d909b2ffc
ircd::resource: Use DERROR for >500 codes; use ERROR for 500 or unknown only.
2019-03-01 14:12:50 -08:00
Jason Volk
4612fc6058
ircd::client: Improve exception handling to cover URI's of internal server errors out of handlers.
2019-03-01 13:40:01 -08:00
Jason Volk
8cc46765a3
ircd: Ⓜ️ :room::state: Disable history by default with warning for now.
2019-03-01 12:09:11 -08:00
Jason Volk
56d0292305
ircd: Reduce the size of the lex_cast ringbuffer; deinline the sizes.
2019-03-01 11:47:13 -08:00
Jason Volk
70a47c98b1
ircd: Reduce several strict-overflow & related warnings.
2019-03-01 11:35:07 -08:00
Jason Volk
62d33e2f7a
ircd::server: Improve this error information.
2019-03-01 10:07:56 -08:00
Jason Volk
1089530652
ircd::fmt: Narrow long double to double for grammar templates.
2019-02-28 18:09:36 -08:00
Jason Volk
19cc9ccc79
ircd::mods: Use eventual overload directly.
2019-02-28 17:58:35 -08:00
Jason Volk
f373417b0b
ircd::fs: Use for_each rather than transform here.
2019-02-28 17:53:01 -08:00
Jason Volk
87ace85840
ircd::ctx::promise: Add missing valid() checks on operations.
2019-02-28 17:12:04 -08:00
Jason Volk
9c20d49e33
ircd::resource::response::chunked: Eliminate move semantic.
2019-02-28 17:12:04 -08:00
Jason Volk
c90d05a878
ircd::mods: Paranoid checks after load.
2019-02-28 17:12:04 -08:00
Jason Volk
fbbbb38e75
ircd::net: Fix alignment of address in net::ipport.
2019-02-28 17:12:04 -08:00
Jason Volk
66249c620f
ircd: Ⓜ️ :room::state: Add central interface linkage for state utils.
2019-02-28 17:12:04 -08:00
Jason Volk
c0009a0745
ircd: Ⓜ️ Add central linkage for is_complete(room).
2019-02-28 17:12:03 -08:00
Jason Volk
43b8ea9de7
ircd: Ⓜ️ :room::origins: Improve origins::random import definition.
2019-02-28 17:12:03 -08:00
Jason Volk
7bcc40f13f
ircd: Ⓜ️ Fix count_since prototype; upgrade definition.
2019-02-28 17:12:03 -08:00
Jason Volk
af6ac4a2ac
ircd: Replace various unwind count patterns with scope_count.
2019-02-28 17:12:03 -08:00
Jason Volk
8cb5b78807
ircd::resource: Ignore empty chunk from user by default unless explicit.
2019-02-28 17:12:03 -08:00
Jason Volk
7b1ed2e715
ircd::allocator: Add and fix attribute related.
2019-02-28 11:34:45 -08:00
Jason Volk
6ab36254c2
ircd::allocator: Add nothrow overload to state / fixed.
2019-02-28 10:49:28 -08:00
Jason Volk
a600a28095
configure: Check for <memory_resource> availability.
2019-02-28 10:24:43 -08:00
Jason Volk
04c02d5e7a
ircd: Ⓜ️ :room::power: Relax existential condition to allow fallback; minor cleanup.
2019-02-27 20:31:39 -08:00
Jason Volk
9e063bbf83
ircd::resource: Add a pending request counter; block destruction of method when pending.
2019-02-27 17:49:40 -08:00
Jason Volk
0e7fb8051e
ircd: Ⓜ️ :events: Fix iteration behavior with equal range parameters.
2019-02-27 16:27:04 -08:00
Jason Volk
85cae708db
ircd::json: Add candidate vector merge impl.
2019-02-27 15:52:39 -08:00
Jason Volk
33d89755e8
ircd::json: Reorg utility headers; start a tool header.
2019-02-27 12:10:10 -08:00
Jason Volk
9ac64fcff7
ircd::json: Add vector utility methods to interface.
2019-02-27 11:23:52 -08:00
Jason Volk
3f85eb761a
ircd::openssl: Include the openssl/asn1.h header.
2019-02-26 18:56:29 -08:00
Jason Volk
ce609c00bf
ircd::json: Fix comparison suite for vector::const_iterator.
2019-02-26 18:38:49 -08:00
Jason Volk
cc586a352e
modules/client/sync: Implement iteration base of linear sync.
2019-02-26 18:04:37 -08:00
Jason Volk
78a1281b1c
ircd: Ⓜ️ :sync: Make data.out a pointer to the json::stack.
2019-02-26 15:50:58 -08:00
Jason Volk
1ad1c38a53
ircd::resource::response::chunked: Pass buffer_size through the constructor.
2019-02-26 15:37:30 -08:00
Jason Volk
dd42e04bb5
ircd::json::stack: Complete the move semantics for entities.
2019-02-26 15:27:03 -08:00
Jason Volk
3e1157f043
ircd: Ⓜ️ 🆔 Add test for whether hostname is an IP literal.
2019-02-26 13:55:01 -08:00
Jason Volk
85cbaffca4
ircd: Ⓜ️ 🆔 Reuse the rfc3986 grammar with the mxid grammar.
2019-02-26 13:55:01 -08:00
Jason Volk
581fcca2f7
ircd::rfc3986: Expose parsing grammar externally.
2019-02-26 13:52:10 -08:00
Jason Volk
7b226d5477
ircd::json: Use the ircd::spirit expectation_failure.
2019-02-26 10:58:05 -08:00
Jason Volk
9aaba79919
ircd::db: Checkpoint coarse configuration values for now.
2019-02-25 18:20:48 -08:00
Jason Volk
2854ea9a0f
Makefiles: Remove --gdb-index here because no -gsplit-dwarf used.
2019-02-25 18:20:48 -08:00
Jason Volk
f3d4e27b24
ircd: Ⓜ️ :room: Start a room statistics interface.
2019-02-25 18:20:48 -08:00
Jason Volk
6f7fc0a837
ircd::db: Add interface to query size of key in column.
2019-02-25 18:17:01 -08:00
Jason Volk
11766b3e04
ircd: Ⓜ️ :v1: Remove non-opts overloads; workaround g++-7 compiler bug.
2019-02-25 18:00:39 -08:00
Jason Volk
e3a6e55808
ircd: Ⓜ️ :device: Add unrestricted set() overload.
2019-02-25 18:00:39 -08:00
Jason Volk
af5b0e69a1
modules/client/sync: Employ json::stack::checkpoint using boolean return values in all handlers.
2019-02-24 14:49:29 -08:00
Jason Volk
940975b448
ircd::json::stack: Add checkpoint device.
2019-02-24 14:49:29 -08:00
Jason Volk
ea4912d09a
ircd::json::stack: Move final-flush to stack dtor rather than top value dtor.
2019-02-24 14:49:29 -08:00
Jason Volk
ec50b0f76e
ircd: Ⓜ️ :sync: Make instance-level conf::items for all sync::items.
2019-02-22 17:11:53 -08:00
Jason Volk
2db5278eb2
ircd::db: Log the error message on database constructor before rethrow.
2019-02-22 15:40:53 -08:00
Jason Volk
c9f8e44c78
ircd: Ⓜ️ :sync: Add stats.info conf item; rename debug_stats item.
2019-02-22 15:40:53 -08:00
Jason Volk
a4e709c6d4
ircd: Ⓜ️ :sync: Add conf item for polylog item stats to debuglog.
2019-02-22 15:40:52 -08:00
Jason Volk
6ccc171bce
ircd: Ⓜ️ :v1::user::keys::claim: Add additional convenience construction.
2019-02-21 17:02:41 -08:00
Jason Volk
dd7e31806d
ircd: Ⓜ️ :v1::user::keys::query: Add another convenient request composer.
2019-02-21 14:57:45 -08:00
Jason Volk
d083d09e03
ircd::json: Relax assertion for array::empty() expectations.
2019-02-21 14:11:13 -08:00