Jason Volk
|
4e796c896a
|
ircd::net::dns: Allow an exception to calling back with nxdomain as an exception.
|
2018-04-28 17:47:58 -07:00 |
|
Jason Volk
|
1d408173dc
|
ircd::net: Return pointer to cached error record for put_error().
|
2018-04-28 16:25:20 -07:00 |
|
Jason Volk
|
48abece29b
|
ircd::net: Improve dns::resolver instance init/fini.
|
2018-04-28 15:31:07 -07:00 |
|
Jason Volk
|
0f161f98e8
|
ircd::ctx::list: Fix misleading reference.
|
2018-04-28 03:26:07 -07:00 |
|
Jason Volk
|
cee9130108
|
modules/m_presence: Demote error log facility for this handler.
|
2018-04-28 02:47:21 -07:00 |
|
Jason Volk
|
16f16678d8
|
modules/m_receipt: Shuffle around elements of the receipt vector.
|
2018-04-28 02:46:11 -07:00 |
|
Jason Volk
|
42f10271ae
|
modules/console: Add placement parameters in some room cmds.
|
2018-04-28 02:44:07 -07:00 |
|
Jason Volk
|
ec80e3ddef
|
modules/console: Add room send (non-state) cmd.
|
2018-04-28 00:18:30 -07:00 |
|
Jason Volk
|
d3b1b0ff77
|
ircd:Ⓜ️🆔 Cleanup / fix error.
|
2018-04-27 21:48:14 -07:00 |
|
Jason Volk
|
54caba349a
|
modules/s_control: Remove unused conf room id buf here.
|
2018-04-27 21:48:14 -07:00 |
|
Jason Volk
|
46cf2ca559
|
ircd:Ⓜ️ Fix closure parameter rot.
|
2018-04-27 21:48:14 -07:00 |
|
Jason Volk
|
d8b14ade58
|
ircd:Ⓜ️ Fix narrowing conversion.
|
2018-04-27 21:48:14 -07:00 |
|
Jason Volk
|
dc5ac7c2ac
|
ircd::ctx: #ifdef away linkages for ctx assertions in NDEBUG builds.
|
2018-04-27 19:16:56 -07:00 |
|
Jason Volk
|
3fcb8a1236
|
ircd::ctx: Simplify promise notify continuation for now.
|
2018-04-27 19:09:26 -07:00 |
|
Jason Volk
|
09c282fd8e
|
ircd::ctx: Add stack_usage_assertion; move stack_usage_here() into this_ctx::.
|
2018-04-27 19:09:26 -07:00 |
|
Jason Volk
|
49a2cddc45
|
modules: federation/federation library; move feds commands (prelim).
|
2018-04-27 18:02:42 -07:00 |
|
Jason Volk
|
bfbeb388f2
|
modules/console: Fix the fed head user_id argument.
|
2018-04-27 16:52:02 -07:00 |
|
Jason Volk
|
019628c8a3
|
modules/m_presence: Ignore presence spam.
|
2018-04-27 15:27:30 -07:00 |
|
Jason Volk
|
25d6c4d521
|
modules/client/presence: Stub my user's presence changed hook.
|
2018-04-27 15:27:09 -07:00 |
|
Jason Volk
|
70f962de4e
|
ircd:Ⓜ️ Elaborate presence interface to fetch full event from user's room.
|
2018-04-27 15:26:17 -07:00 |
|
Jason Volk
|
8cf95a6ba0
|
modules/media: Add file download command.
|
2018-04-27 14:40:44 -07:00 |
|
Jason Volk
|
9168477e69
|
modules/console: Update room count w/ standard event_filter jsons.
|
2018-04-26 22:07:03 -07:00 |
|
Jason Volk
|
38d15a7f0c
|
ircd:Ⓜ️:filter: Use signed long limit value in tuples.
|
2018-04-26 21:45:43 -07:00 |
|
Jason Volk
|
9c5b10fb61
|
ircd::server: Preserve nullity of cancellation tag's in.content.
|
2018-04-26 21:35:55 -07:00 |
|
Jason Volk
|
412c12fd69
|
modules/console: Fix the state dfs cmd rot.
|
2018-04-26 21:35:55 -07:00 |
|
Jason Volk
|
4c2f90273a
|
modules/console: Rename room messages to events; add room roots; add special opt.
|
2018-04-26 21:35:55 -07:00 |
|
Jason Volk
|
75b67e11fc
|
ircd:Ⓜ️ Add state_root() to room messages iterator.
|
2018-04-26 21:35:55 -07:00 |
|
Jason Volk
|
a734798100
|
ircd::db: Minor cleanup.
|
2018-04-26 17:52:24 -07:00 |
|
Jason Volk
|
8083a5d71c
|
ircd::db: Add WAL fflush; move table flushes to "sort()"; adjust interfaces.
|
2018-04-26 17:19:29 -07:00 |
|
Jason Volk
|
93ca1448d1
|
ircd::db: Verify SST checksums on db open.
|
2018-04-26 16:48:35 -07:00 |
|
Jason Volk
|
94439a334e
|
ircd::db: Cleanup/Simplify db open ptr construction.
|
2018-04-26 16:39:59 -07:00 |
|
Jason Volk
|
173093e45a
|
ircd::db: Fix default description to include default column.
|
2018-04-26 16:22:16 -07:00 |
|
Jason Volk
|
69f6d1fe54
|
ircd:Ⓜ️:vm: Remove rogue vm::events interface.
|
2018-04-26 15:48:02 -07:00 |
|
Jason Volk
|
94b03cfe71
|
ircd:Ⓜ️ Fix my_node id generation.
|
2018-04-26 15:45:06 -07:00 |
|
Jason Volk
|
2625a81279
|
modules/console: Add hook list / hook base cmd.
|
2018-04-26 15:32:47 -07:00 |
|
Jason Volk
|
523bf19f30
|
ircd:Ⓜ️🪝 Add a set to track all hooks for a site.
|
2018-04-26 15:17:28 -07:00 |
|
Jason Volk
|
63e662606a
|
modules/console: Add room create cmd.
|
2018-04-26 15:09:30 -07:00 |
|
Jason Volk
|
e6b06a4522
|
modules/client/profile: Return 200 rather than 304 for put profile dups.
|
2018-04-26 03:51:15 -07:00 |
|
Jason Volk
|
0df06b0b62
|
construct: Show console message only once per execution.
|
2018-04-26 03:23:48 -07:00 |
|
Jason Volk
|
d6ce6d9b43
|
modules/console: Various param improvements.
|
2018-04-25 23:35:46 -07:00 |
|
Jason Volk
|
78a5442230
|
ircd:Ⓜ️ Increase stream buffer sizes for pretty(event).
|
2018-04-25 23:34:39 -07:00 |
|
Jason Volk
|
bf68626712
|
modules/media: Distill out download stack w/ concurrent request barrier.
|
2018-04-25 22:03:50 -07:00 |
|
Jason Volk
|
6add3e9952
|
ircd::server: Limit recursion of chunk head parses.
|
2018-04-25 20:52:27 -07:00 |
|
Jason Volk
|
f6cafd54f3
|
Update README.
|
2018-04-25 20:52:26 -07:00 |
|
Jason Volk
|
bffff30ac3
|
modules/media: Additional checks / cleanup.
|
2018-04-25 20:52:26 -07:00 |
|
Jason Volk
|
e2568457f4
|
ircd::server: Add dynamic chunk vectoring.
|
2018-04-25 20:52:26 -07:00 |
|
Jason Volk
|
4d3999b7b8
|
modules/root: Use regular encoding for static content w/ known size.
|
2018-04-25 18:17:29 -07:00 |
|
Jason Volk
|
7e32d3cbaa
|
ircd::server: Checkpoint preliminary chunk vectoring; state, options.
|
2018-04-25 15:10:04 -07:00 |
|
Jason Volk
|
55632dee5e
|
ircd:Ⓜ️:dbs: Fix default value for event::idx to respect domain order.
|
2018-04-25 01:42:41 -07:00 |
|
Jason Volk
|
ba61369027
|
ircd:Ⓜ️:dbs: Use buffer size constants for query key generations.
|
2018-04-24 19:32:32 -07:00 |
|