0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-18 00:18:41 +02:00
construct/ircd/m
2018-03-03 00:04:43 -08:00
..
dbs.cc ircd:Ⓜ️ Add meta column for sequential presently joined origins iteration. 2018-03-02 22:03:06 -08:00
event.cc ircd:Ⓜ️ Add event serial size check; check size during commit. 2018-03-03 00:04:43 -08:00
filter.cc ircd:Ⓜ️ Add RoomEventFilter matcher. 2018-02-17 13:08:59 -08:00
id.cc ircd:Ⓜ️🆔 Update generator constructor; add room_id generator; minor cleanup. 2018-02-22 00:38:25 -08:00
keys.cc ircd: Mein conf. 2018-03-02 08:02:20 -08:00
m.cc ircd:Ⓜ️ Add convenience sender for org.matrix.custom.html messages. 2018-03-02 23:22:52 -08:00
README.md ircd: Update various comments / documentation. 2017-12-12 14:59:40 -07:00
request.cc ircd::info: Add name string / agency strings. 2018-02-19 16:51:28 -08:00
room.cc ircd:Ⓜ️ Add meta column for sequential presently joined origins iteration. 2018-03-02 22:03:06 -08:00
state.cc ircd:Ⓜ️:state: Checkpoint removal entry point. 2018-02-27 22:57:05 -08:00
user.cc ircd:Ⓜ️ Add missing/matching my(user). 2018-02-25 00:30:45 -08:00
v1.cc ircd:Ⓜ️:v1/modules/console: Checkpoint changes to buffers and opts for requests. 2018-02-26 22:02:47 -08:00
vm.cc ircd:Ⓜ️ Add event serial size check; check size during commit. 2018-03-03 00:04:43 -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.