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-02 08:02:21 -08:00
..
dbs.cc ircd:Ⓜ️:state: Checkpoint removal entry point. 2018-02-27 22:57:05 -08:00
event.cc
filter.cc
id.cc
keys.cc ircd: Mein conf. 2018-03-02 08:02:20 -08:00
m.cc ircd:Ⓜ️ Add convenience notice(room) suite. 2018-03-02 08:02:21 -08:00
README.md ircd: Update various comments / documentation. 2017-12-12 14:59:40 -07:00
request.cc
room.cc ircd:Ⓜ️ Improve room::membership() convenience query interface. 2018-02-28 21:05:09 -08:00
state.cc ircd:Ⓜ️:state: Checkpoint removal entry point. 2018-02-27 22:57:05 -08:00
user.cc
v1.cc
vm.cc ircd:Ⓜ️:vm: Fix b64 buffer size calc; minor cleanup. 2018-03-01 04:34:22 -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.