0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-08-23 10:04:47 +02:00
construct/ircd/m
2018-03-08 14:17:47 -08:00
..
dbs.cc ircd:Ⓜ️:dbs: Use null separators for prefixing. 2018-03-04 02:09:41 -08:00
event.cc ircd:Ⓜ️ Branch for spec essential keys in event signing. 2018-03-08 14:17:47 -08:00
filter.cc
id.cc ircd:Ⓜ️🆔 Rename origin to node. 2018-03-05 08:22:24 -08:00
m.cc ircd:Ⓜ️ Add exists(room_alias) with option for remote query; translate not_found exception. 2018-03-08 11:39:37 -08:00
README.md
request.cc ircd::info: Add name string / agency strings. 2018-02-19 16:51:28 -08:00
room.cc ircd:Ⓜ️ Overload exists(room) in addition to room::id. 2018-03-08 11:38:29 -08:00
state.cc ircd:Ⓜ️:state: Checkpoint removal entry point. 2018-02-27 22:57:05 -08:00
v1.cc ircd:Ⓜ️:v1/modules/console: Checkpoint changes to buffers and opts for requests. 2018-02-26 22:02:47 -08:00
vm.cc ircd:Ⓜ️:vm: Add eval options for hashing signing and pre-commit debuglog. 2018-03-08 10:08:38 -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.