0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
modules/m_bridge_register: Add del()/add() procedures w/ console cmds. More... over 2 years ago
ircd::m::user::tokens: Allow undefined device_id in ircd.access_token w/o throwing. More... over 2 years ago
ircd::fs: Fix application of O_CREAT based on our expected fd::opts behavior. More... over 2 years ago
ircd::fs: Relax assertions matching empty file reads on asio path. More... over 2 years ago
modules/m_bridge: Add conf item for backoff, buffer size; rename txn timeout conf. More... over 2 years ago
modules/m_bridge_register: Add module w/ bridge set cmd from yam^h^h^hjson file. (closes #11) More... over 2 years ago
ircd::m::user::tokens: Add methods to create and add tokens via interface. More... over 2 years ago
modules/federation/invite: Re-enable auth fetch attempts for non-synapse invites. More... over 2 years ago
ircd::m::create: Fix m.room.create content.type conflict w/ user provided content. More... over 2 years ago
ircd::portable: Fix __builtin_unpredictable macro, takes no value argument. More... over 2 years ago
ircd::json: Eliminate double-references; optimize ABI. More... over 2 years ago
docker/ubuntu/22.04: Upgrade to llvm-15. More... over 2 years ago
ircd: Makefile variables for GPU toolchain. More... over 2 years ago
docker/ubuntu/22.04: Remove unused liburing package. More... over 2 years ago
modules/client/rooms/members: Move prefetching ahead of responses; optimize prefetched key. More... over 2 years ago
ircd::db: Fix read opts not passing cache=false. (regression 94a6cd0d90) More... over 2 years ago
ircd::m::dbs: Restore purged events to the event horizon. More... over 2 years ago
ircd::m: Additional thread related properties for filter schema. More... over 2 years ago
ircd::m: Add dbs::opts passed to room::purge and event::purge interfaces. More... over 2 years ago
ircd::m::dbs: Rename write_opts to opts and split into header. More... over 2 years ago
ircd::m::dbs: Add present state queries on delete operations; move branches for clarity. More... over 2 years ago
ircd::m::room::events: Add optional bool to convey validity on nothrow overload; minor inline. More... over 2 years ago
ircd::m::room: Add consolidated room::purge interface w/ options. More... over 2 years ago
ircd::util: Add missing popcount specializations. (regression fe0f398e14) (-Wundefined-inline) More... over 2 years ago
ircd::util: Generalize util::boolean into returns template. More... over 2 years ago
ircd::m::event: Add interface to purge event; consolidate; cleanup. More... over 2 years ago
ircd::util::timer: Add constexpr conditional construction. More... over 2 years ago
Replace various #ifdef RB_DEBUG with if constexpr for regression visibility. More... over 2 years ago
modules/client/sync/rooms/ephemeral/receipt: Fix receipts skipped on events prior to range. More... over 2 years ago
Replace various #if 0 with if constexpr for regression visibility. More... over 2 years ago