Jason Volk
|
0504962248
|
modules/m_presence: Basic exception handling for the edu hook.
|
2018-04-15 19:58:07 -07:00 |
|
Jason Volk
|
4ee21dba48
|
construct: Remove the unnecessary dummy resolver instance.
|
2018-04-15 18:02:42 -07:00 |
|
Jason Volk
|
60b9960c3d
|
ircd:Ⓜ️ Tweaks to bootstrap / init task ordering.
|
2018-04-15 18:02:41 -07:00 |
|
Jason Volk
|
d6e5723014
|
modules/federation/sender: Fix various issues; propagate context interruption.
|
2018-04-15 18:02:41 -07:00 |
|
Jason Volk
|
19d7e05605
|
ircd::resource: Allow each resource method to specify its timing.
|
2018-04-15 18:02:41 -07:00 |
|
Jason Volk
|
49d83de384
|
ircd::net: Propagate ctx interruption to socket.
|
2018-04-15 17:46:20 -07:00 |
|
Jason Volk
|
f4b2273a4b
|
ircd::net: Add a semaphore to the socket timer to invalidate queued callbacks.
|
2018-04-15 17:46:20 -07:00 |
|
Jason Volk
|
5be18475df
|
ircd::net: Move scope_timeout from socket:: to net:: w/ exposure.
|
2018-04-15 16:43:09 -07:00 |
|
Jason Volk
|
6d88ee339d
|
ircd:Ⓜ️:dbs: Rename room_origins to room_joined.
|
2018-04-15 16:43:09 -07:00 |
|
Jason Volk
|
7b54dba291
|
ircd::db: Expose an interface for some counters; add ticker command.
|
2018-04-15 16:43:09 -07:00 |
|
Jason Volk
|
416d199736
|
ircd:Ⓜ️ Fix pretty(event) formatting.
|
2018-04-15 04:16:40 -07:00 |
|
Jason Volk
|
2dad8d8832
|
ircd::net::dns: Empty cache key assertions.
|
2018-04-15 02:44:28 -07:00 |
|
Jason Volk
|
0c78bf7a9b
|
ircd::db: Add compaction interface.
|
2018-04-15 02:42:57 -07:00 |
|
Jason Volk
|
f7f2194745
|
ircd::db: Reenable the histogram collection.
|
2018-04-15 00:36:33 -07:00 |
|
Jason Volk
|
0a3259afae
|
ircd::db: Custom table opts; table cache; introduce the bloom filter.
|
2018-04-14 23:10:09 -07:00 |
|
Jason Volk
|
f0dc31d284
|
modules/console: Add ability to query prop for all columns with "**" key.
|
2018-04-14 22:01:25 -07:00 |
|
Jason Volk
|
f37176d698
|
ircd::net::dns: Enforce min ttl for cache entries; add conf option.
|
2018-04-14 18:35:48 -07:00 |
|
Jason Volk
|
3b7816763e
|
modules/console: Tweak formatting for net host cache list.
|
2018-04-14 18:17:02 -07:00 |
|
Jason Volk
|
de295777d0
|
ircd::net::dns: Improve/fix cache management related.
|
2018-04-14 18:13:19 -07:00 |
|
Jason Volk
|
b9cf0c9796
|
ircd::rfc1035: Comparison operator suite for record types.
|
2018-04-14 17:34:07 -07:00 |
|
Jason Volk
|
1ad4d58e43
|
ircd::net::dns: Move cache interfaces into cache class.
|
2018-04-14 17:34:07 -07:00 |
|
Jason Volk
|
ee5c1f27f2
|
modules/console: Improve formatting for client list output.
|
2018-04-14 17:34:07 -07:00 |
|
Jason Volk
|
756840b42c
|
ircd::client: Add unique client id monotonic counter.
|
2018-04-14 17:15:06 -07:00 |
|
Jason Volk
|
69b0066c15
|
ircd::resource: Add routine to warmup caches after origin verification.
|
2018-04-14 17:15:06 -07:00 |
|
Jason Volk
|
cf22eacfd3
|
ircd::net::dns: Add static fire-and-forget callbacks for prefetching.
|
2018-04-14 17:15:06 -07:00 |
|
Jason Volk
|
e3b97871f9
|
ircd: Add function to return daemon's uptime.
|
2018-04-14 17:15:06 -07:00 |
|
Jason Volk
|
428e209995
|
modules/console: Filter error peers by default unless argument.
|
2018-04-14 00:51:58 -07:00 |
|
Jason Volk
|
f4015c597e
|
modules/console: Make mod list the mod base cmd.
|
2018-04-14 00:51:30 -07:00 |
|
Jason Volk
|
367776ee2d
|
modules/root: Checkpoint cleanup; don't use response::chunked here though:
resource::response::chunked is not used here because if the file is small a
fixed content-length is used rather than chunked-encoding.
|
2018-04-14 00:25:09 -07:00 |
|
Jason Volk
|
431d5cfc02
|
modules/console: Add feds version command.
|
2018-04-13 23:55:38 -07:00 |
|
Jason Volk
|
d9a73f3604
|
modules/client/initialsync: Reorient base frame for resource::response::chunked.
|
2018-04-13 23:20:46 -07:00 |
|
Jason Volk
|
deb1a0a979
|
ircd::resource: Add chunked encoding response suite.
|
2018-04-13 23:19:43 -07:00 |
|
Jason Volk
|
e35338b5b2
|
modules/console: Improve room messages command; incorporate limit argument.
|
2018-04-13 22:46:31 -07:00 |
|
Jason Volk
|
3f72b7ce19
|
ircd::db: Update gopts; add seqnum option; fix missing readahead.
|
2018-04-13 22:46:31 -07:00 |
|
Jason Volk
|
7c92eb2757
|
ircd::server: Use system time for error time state.
|
2018-04-13 20:02:48 -07:00 |
|
Jason Volk
|
b95c27826b
|
modules/console: Command to only iterate peers with errors.
|
2018-04-13 20:02:48 -07:00 |
|
Jason Volk
|
7360999b30
|
ircd: Support the chrono types in the timef() date suite.
|
2018-04-13 20:02:47 -07:00 |
|
Jason Volk
|
dc81d77c19
|
ircd::net: Improve/comment on various sundry DNS cache related.
|
2018-04-13 18:34:48 -07:00 |
|
Jason Volk
|
5b6ffdaed2
|
construct: Update console msg; repurpose exit cmd; various cleanup.
|
2018-04-13 17:40:37 -07:00 |
|
Jason Volk
|
db8972c0ef
|
modules/console: Add client base command to explore the client::list.
|
2018-04-13 17:40:37 -07:00 |
|
Jason Volk
|
6ca4f6eec5
|
ircd::net: Expose interface for socket stat counter.
|
2018-04-13 17:24:07 -07:00 |
|
Jason Volk
|
69aeddad61
|
ircd::client: Reference the client's request handling context via class member.
|
2018-04-13 17:03:17 -07:00 |
|
Jason Volk
|
414133ba55
|
ircd::resource: Reset the client.request object after request.
|
2018-04-13 16:52:38 -07:00 |
|
Jason Volk
|
1143789f35
|
modules/console: Move net peer commands out of net; increase net host cache output widths.
|
2018-04-13 16:31:37 -07:00 |
|
Jason Volk
|
3f48d3b70a
|
modules/federation/send: Tweak pdu evaluation logging options.
|
2018-04-13 16:22:13 -07:00 |
|
Jason Volk
|
7b22f65e86
|
modules/client/initialsync: Terminate client on initialsync exception.
|
2018-04-13 16:16:07 -07:00 |
|
Jason Volk
|
dd69acbad3
|
ircd::json::stack: Handle and properly propagate flusher exception out of stack.
|
2018-04-13 16:03:34 -07:00 |
|
Jason Volk
|
0b217b3474
|
ircd::client: Improve request exception propagation; propagate ctx::interrupted.
|
2018-04-13 15:46:16 -07:00 |
|
Jason Volk
|
14d90bf4a9
|
ircd:Ⓜ️:vm: Move temporary m.room.member effect to modules/m_room_member.
|
2018-04-13 14:54:11 -07:00 |
|
Jason Volk
|
f557f26322
|
modules/console: Rename exec cmd to eval; add eval base cmd.
|
2018-04-13 14:47:17 -07:00 |
|