0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-28 06:48:20 +02:00
construct/ircd/m
2018-03-08 16:36:49 -08:00
..
dbs.cc ircd:Ⓜ️:dbs: Use null separators for prefixing. 2018-03-04 02:09:41 -08:00
event.cc ircd/ircd:Ⓜ️ extern event_max_size conf item; minor cleanup. 2018-03-08 16:36:49 -08:00
filter.cc ircd:Ⓜ️ Add RoomEventFilter matcher. 2018-02-17 13:08:59 -08:00
id.cc ircd:Ⓜ️🆔 Rename origin to node. 2018-03-05 08:22:24 -08:00
m.cc modules/client/account: Fix user account activation related. 2018-03-08 16:29:51 -08:00
README.md ircd: Update various comments / documentation. 2017-12-12 14:59:40 -07:00
request.cc ircd/ircd:Ⓜ️ extern event_max_size conf item; minor cleanup. 2018-03-08 16:36:49 -08:00
room.cc ircd:Ⓜ️ Overload exists(room) in addition to room::id. 2018-03-08 11:38:29 -08:00
state.cc ircd:Ⓜ️:state: Checkpoint removal entry point. 2018-02-27 22:57:05 -08:00
v1.cc ircd:Ⓜ️:v1: Fix send_join argument. 2018-03-08 15:55:02 -08:00
vm.cc ircd:Ⓜ️:vm: Add opts for dbs history/present; use more efficient iov pusher. 2018-03-08 15:55:54 -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.