mirror of
https://github.com/matrix-construct/construct
synced 2025-01-04 20:04:30 +01:00
b555e3f446
Issues: - The move requirement here for opts is ugly without a better ctor. - The ad hoc buffer reassignments in m::v1 need to be improved. |
||
---|---|---|
.. | ||
dbs.cc | ||
event.cc | ||
filter.cc | ||
id.cc | ||
keys.cc | ||
m.cc | ||
README.md | ||
request.cc | ||
room.cc | ||
state.cc | ||
user.cc | ||
v1.cc | ||
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.