0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-29 18:22:50 +01:00
construct/ircd/m
2019-01-18 14:54:04 -08:00
..
dbs.cc ircd:Ⓜ️:dbs: Use event source if available; add write options. 2019-01-16 15:55:08 -08:00
event.cc ircd:Ⓜ️:event::fetch: Eliminate the selected_only option; make unconditional. 2019-01-18 14:54:04 -08:00
id.cc ircd:Ⓜ️🆔 De-template grammars and assume iterator type; minor fixes. 2018-12-21 13:55:11 -08:00
m.cc ircd:Ⓜ️:event::fetch: Improve fetch options related; minor cleanup. 2019-01-16 12:19:25 -08:00
name.cc ircd:Ⓜ️ Fix subobject-linkage. 2019-01-18 14:54:04 -08:00
README.md ircd: Update various comments / documentation. 2017-12-12 14:59:40 -07:00
request.cc ircd:Ⓜ️🆔 Support intuitive constructions of m::node::id. 2018-09-30 17:58:16 -07:00
room.cc ircd:Ⓜ️:room::messages: Fix fetch() wrapping; pass any fopts. 2019-01-16 18:09:36 -08:00
state.cc ircd:Ⓜ️ Fix subobject-linkage. 2019-01-18 14:54:04 -08:00
v1.cc ircd::json: Simplify json::object interface: eliminate path traversing overloads. 2019-01-12 16:47:48 -08:00

This directory might not exist indefinitely. Ideally most of this code should be pushed out to modules and libircd m.cc should tie them together. Due to some shortcomings in the module system that will make this ugly right now I'm just building the stuff in here and that refactor won't be anything truly major when it's time.