Jason Volk
|
75f35ad696
|
ircd:Ⓜ️🆔 Fix visibility discrepancy.
|
2019-10-07 20:53:27 -07:00 |
|
Jason Volk
|
4ee38bc08f
|
modules/client/sync/rooms/state: Hoist event fetchers from loop.
|
2019-10-07 20:19:41 -07:00 |
|
Jason Volk
|
dae475664a
|
modules/client/rooms/members: Hoist event::fetch instance from loop.
|
2019-10-07 20:12:16 -07:00 |
|
Jason Volk
|
317408fb75
|
matrix: Fix redundant module entry.
|
2019-10-07 17:45:12 -07:00 |
|
Jason Volk
|
ccaf730ce1
|
modules/console: Detect bytes for pretty(iec()) in db ticker output.
|
2019-10-07 17:41:06 -07:00 |
|
Jason Volk
|
b72eb83320
|
construct: Properly handle and propagate exception on load.
|
2019-10-07 15:23:52 -07:00 |
|
Jason Volk
|
8c9d08ead5
|
ircd::run: Allow exception propagation based on runlevel.
|
2019-10-07 15:23:24 -07:00 |
|
Jason Volk
|
f78afbe351
|
ircd::ctx: Mark problematic data cache miss instructions; minor tweak.
|
2019-10-07 03:50:24 -07:00 |
|
Jason Volk
|
6fec0b3e10
|
ircd::db: Add workaround for unconditional crc32'ing within rocksdb.
|
2019-10-07 02:00:44 -07:00 |
|
Jason Volk
|
4af83b83c4
|
ircd::ctx: Add optimized jump_fcontext on x86_64 platforms.
|
2019-10-07 02:00:44 -07:00 |
|
Jason Volk
|
d2dd638a8a
|
configure: Add AM_PROG_AS macro.
|
2019-10-06 00:14:22 -07:00 |
|
Jason Volk
|
1d1f04126b
|
ircd:Ⓜ️:dbs: Add _event_state column.
|
2019-10-05 22:24:21 -07:00 |
|
Jason Volk
|
82cd48752d
|
matrix: Switch to local-dynamic tls-model for lib.
|
2019-10-05 20:28:54 -07:00 |
|
Jason Volk
|
a9dbc68191
|
construct: Simplify executable's build and link flags.
|
2019-10-05 20:28:54 -07:00 |
|
Jason Volk
|
925978aaa5
|
configure: Disable fweb for any debug compilations; disable for now.
|
2019-10-05 20:28:54 -07:00 |
|
Jason Volk
|
60e818b055
|
configure: Disable adding the ld.gold code folding flag for all units.
|
2019-10-05 20:28:54 -07:00 |
|
Jason Volk
|
8aa55aca41
|
configure: Remove GCC flag now enabled by default.
|
2019-10-05 20:02:18 -07:00 |
|
Jason Volk
|
cd7ff331e9
|
ircd: Eliminate defaulted weak symbols for lib; minor relaxations remain.
|
2019-10-05 20:02:18 -07:00 |
|
Jason Volk
|
e5f72b7855
|
ircd::db::database::env: Fix linkage of fs::evict() options argument related.
|
2019-10-05 18:02:15 -07:00 |
|
Jason Volk
|
d6c0e4cf20
|
ircd::fs: Fix missing return value; prevent any reference to fs::iou unimplemented calls.
|
2019-10-05 17:55:10 -07:00 |
|
Jason Volk
|
f3d1f50f0e
|
ircd::allocator: Mark hook stubs as weak symbols.
|
2019-10-05 17:54:46 -07:00 |
|
Jason Volk
|
2b2374db6c
|
ircd: Split all non-matrix definitions back to lib; rename module to net_dns_cache.
|
2019-10-05 17:37:44 -07:00 |
|
Jason Volk
|
9e3c9be5a8
|
ircd::server: Minor cleanup of init related.
|
2019-10-05 16:21:06 -07:00 |
|
Jason Volk
|
b5b4f9b4a5
|
ircd: Update stale README information. [ci skip]
|
2019-10-05 16:18:09 -07:00 |
|
Jason Volk
|
1980fd5e73
|
modules/client/rooms/invite: Move invite definition to lib.
|
2019-10-05 15:50:18 -07:00 |
|
Jason Volk
|
b8439d61a9
|
modules/client: Fix errant non-m:: resources.
|
2019-10-04 20:23:59 -07:00 |
|
Jason Volk
|
5c5c98dcfb
|
ircd:Ⓜ️:resource: Fix token callstack considerations.
|
2019-10-04 15:16:07 -07:00 |
|
Jason Volk
|
f8e74fbc36
|
ircd:Ⓜ️:homeserver: Fix remaining module init for now.
|
2019-10-04 15:08:49 -07:00 |
|
Jason Volk
|
7ec7390211
|
ircd:Ⓜ️:init::backfill: Fix interface; reenable for primary.
|
2019-10-04 14:36:52 -07:00 |
|
Jason Volk
|
6122a7eb1f
|
ircd:Ⓜ️:homeserver: Additional construction conditions.
|
2019-10-04 14:18:06 -07:00 |
|
Jason Volk
|
a796d33170
|
ircd:Ⓜ️:homeserver: Re-add the custom key directory conf item; fixes.
|
2019-10-04 14:14:01 -07:00 |
|
Jason Volk
|
eaf64ba732
|
ircd:Ⓜ️ Reduce infolog noise here; fixes.
|
2019-10-04 13:55:06 -07:00 |
|
Jason Volk
|
1f88439bc1
|
ircd:Ⓜ️:homeserver: Additional my_ tools.
|
2019-10-04 13:55:06 -07:00 |
|
Jason Volk
|
1add5349ac
|
ircd:Ⓜ️:homeserver:🔑 Add the verify_keys generation subroutine.
|
2019-10-04 13:55:06 -07:00 |
|
Jason Volk
|
6f798df65c
|
ircd:Ⓜ️:homeserver: Refactor conf related; patch self:: related; console cmds.
|
2019-10-04 13:49:37 -07:00 |
|
Jason Volk
|
08ea932c59
|
ircd:Ⓜ️ Simplify/remove homeserver::rooms related.
|
2019-10-04 12:48:02 -07:00 |
|
Jason Volk
|
b8f37894bc
|
ircd:Ⓜ️ Reorder modules again.
|
2019-10-03 19:12:10 -07:00 |
|
Jason Volk
|
61d050024f
|
modules/net_dns_cache: Fix room creation related; various.
|
2019-10-03 18:54:35 -07:00 |
|
Jason Volk
|
3c556043fd
|
construct: Improve console termination related.
|
2019-10-03 16:08:16 -07:00 |
|
Jason Volk
|
b238f24862
|
construct: Post matrix context; fix direct jump.
|
2019-10-03 16:08:00 -07:00 |
|
Jason Volk
|
e6f3f23439
|
ircd::run: Add comments; add check.
|
2019-10-03 15:55:08 -07:00 |
|
Jason Volk
|
8981439867
|
ircd::ctx::context: Add POST flag for bare-metal constructions; minor cleanup.
|
2019-10-03 13:46:12 -07:00 |
|
Jason Volk
|
ec8459dd41
|
construct: Reenable -nomatrix program option.
|
2019-10-03 13:21:50 -07:00 |
|
Jason Volk
|
096d46e198
|
ircd:Ⓜ️ Fix/tweak module list.
|
2019-10-03 12:15:41 -07:00 |
|
Jason Volk
|
723997fd2e
|
ircd:Ⓜ️:homeserver: Additional construction; bootstrap related.
|
2019-10-03 12:15:23 -07:00 |
|
Jason Volk
|
8764f523d4
|
ircd:Ⓜ️:vm: Move core from modules to matrix; split units.
|
2019-10-03 12:14:29 -07:00 |
|
Jason Volk
|
cfc76f1777
|
ircd::net::dns: Move resolver into libircd proper.
|
2019-10-03 12:14:29 -07:00 |
|
Jason Volk
|
7e51d5dfca
|
ircd:Ⓜ️:vm: Make debuglog on accept conf item default to true.
|
2019-10-03 09:26:18 -07:00 |
|
Jason Volk
|
710b97dc62
|
ircd:Ⓜ️:user: Belated move of m::user definitions into lib.
|
2019-10-02 18:30:56 -07:00 |
|
Jason Volk
|
d71ffa6338
|
ircd::ed25519: Use string_view for path ctor.
|
2019-10-02 18:16:55 -07:00 |
|