mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
ircd:Ⓜ️ Move all ircd/m/* units up to ircd/.
This commit is contained in:
parent
14b57f2eac
commit
cd30a01e9d
11 changed files with 9 additions and 14 deletions
|
@ -130,15 +130,15 @@ libircd_la_SOURCES = \
|
||||||
server.cc \
|
server.cc \
|
||||||
client.cc \
|
client.cc \
|
||||||
resource.cc \
|
resource.cc \
|
||||||
m/name.cc \
|
m_name.cc \
|
||||||
m/id.cc \
|
m_id.cc \
|
||||||
m/event.cc \
|
m_event.cc \
|
||||||
m/dbs.cc \
|
m_dbs.cc \
|
||||||
m/state.cc \
|
m_state.cc \
|
||||||
m/room.cc \
|
m_room.cc \
|
||||||
m/request.cc \
|
m_request.cc \
|
||||||
m/v1.cc \
|
m_v1.cc \
|
||||||
m/m.cc \
|
m.cc \
|
||||||
ircd.cc \
|
ircd.cc \
|
||||||
###
|
###
|
||||||
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
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.
|
|
Loading…
Reference in a new issue