0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-08-23 18:14:46 +02:00
construct/ircd/m
2018-03-05 08:25:59 -08:00
..
dbs.cc ircd:Ⓜ️:dbs: Use null separators for prefixing. 2018-03-04 02:09:41 -08:00
event.cc ircd:Ⓜ️ Add util to get membership from either event.membership or event.content. 2018-03-03 10:17:05 -08:00
filter.cc
id.cc ircd:Ⓜ️🆔 Rename origin to node. 2018-03-05 08:22:24 -08:00
keys.cc ircd: Mein conf. 2018-03-02 08:02:20 -08:00
m.cc ircd:Ⓜ️ Merge remaining user.cc into m.cc. 2018-03-05 08:25:59 -08:00
README.md
request.cc
room.cc ircd:Ⓜ️:dbs: Use null separators for prefixing. 2018-03-04 02:09:41 -08:00
state.cc ircd:Ⓜ️:state: Checkpoint removal entry point. 2018-02-27 22:57:05 -08:00
v1.cc
vm.cc ircd:Ⓜ️ Add event serial size check; check size during commit. 2018-03-03 00:04:43 -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.