0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-02 19:04:17 +01:00
construct/ircd/m
2018-02-25 00:30:45 -08:00
..
dbs.cc
event.cc ircd:Ⓜ️ Add reverse reflection for event::conforms code. 2018-02-21 15:05:27 -08:00
filter.cc
id.cc ircd:Ⓜ️🆔 Update generator constructor; add room_id generator; minor cleanup. 2018-02-22 00:38:25 -08:00
keys.cc
m.cc ircd:Ⓜ️ Move the rooms commit...thing to modules/client/rooms. 2018-02-22 20:46:27 -08:00
README.md
request.cc ircd::info: Add name string / agency strings. 2018-02-19 16:51:28 -08:00
room.cc ircd:Ⓜ️ Add count() interface to room::state. 2018-02-24 19:52:02 -08:00
state.cc ircd:Ⓜ️:state: Strictly use name:: references for all property access. 2018-02-24 19:47:30 -08:00
user.cc ircd:Ⓜ️ Add missing/matching my(user). 2018-02-25 00:30:45 -08:00
v1.cc ircd:Ⓜ️:v1: Add query request; add profile / directory convenience subtypes. 2018-02-24 23:53:32 -08:00
vm.cc

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.