0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-18 14:38:55 +02:00
construct/ircd/m
2019-01-15 19:03:52 -08:00
..
dbs.cc ircd:Ⓜ️:dbs: Add event_json column with conditional indexer. 2019-01-15 15:36:18 -08:00
event.cc ircd:Ⓜ️:event::fetch: Add options to seek(); add event_json query branch. 2019-01-15 19:03:52 -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: Rename and refactor ircd::assertion interface into ircd::panic. 2019-01-13 16:37:31 -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: Support seeking to event index of 0 for begin. 2019-01-10 13:17:01 -08:00
state.cc ircd: Rename and refactor ircd::assertion interface into ircd::panic. 2019-01-13 16:37:31 -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.