0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-16 09:36:54 +01:00
construct/ircd/m
Jason Volk 4a42e9d6b7 ircd:Ⓜ️ Move the rooms commit...thing to modules/client/rooms.
modules/client/rooms: Cleanup; renamespacing.
2018-02-22 20:46:27 -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
room.cc ircd:Ⓜ️ Move the rooms commit...thing to modules/client/rooms. 2018-02-22 20:46:27 -08:00
state.cc
user.cc ircd:Ⓜ️ Tighten exception specification for user::is_password(). 2018-02-19 19:45:44 -08:00
v1.cc ircd:Ⓜ️:v1: Add version request. 2018-02-19 19:45:44 -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.