0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-01 16:28:19 +02:00
construct/ircd
2017-12-24 21:54:58 -07:00
..
m ircd:Ⓜ️ Split m.cc; distribute inits; modules: Checkpoint matrix. 2017-12-12 14:59:40 -07:00
.gitignore Remove certain cruft from .gitignore. 2017-12-12 14:59:41 -07:00
client.cc ircd::http: Remove the write_closure from the request parse object. 2017-12-24 21:54:58 -07:00
ctx.cc ircd: Update various comments / documentation. 2017-12-12 14:59:40 -07:00
cuckoo.cc ircd: Add preliminary skeleton for cuckoo suite. 2017-11-30 11:23:48 -08:00
db.cc ircd: Update various comments / documentation. 2017-12-12 14:59:40 -07:00
exception.cc ircd: Wrap the std::terminate() handler and add some related toys. 2017-11-30 11:23:46 -08:00
fmt.cc ircd::rfc1459: Move grammars out of includes. 2017-11-30 11:23:46 -08:00
fs.cc ircd::fs: Add these string_view overloads. 2017-12-24 20:25:40 -07:00
hash.cc ircd: Split crypto.cc to hash.cc and rand.cc. 2017-11-30 11:23:43 -08:00
http.cc ircd::http: Remove the write_closure from the request parse object. 2017-12-24 21:54:58 -07:00
info.cc Update library info. 2017-12-12 14:59:41 -07:00
ircd.cc Checkpoint reorganization. 2017-11-30 12:30:19 -08:00
js.cc ircd: Wrap the std::terminate() handler and add some related toys. 2017-11-30 11:23:46 -08:00
json.cc ircd::json: Fix an empty string test. 2017-12-12 14:59:40 -07:00
lexical.cc ircd: Add std::chrono lex_cast; cleanup lex_cast buffer argument related. 2017-10-17 00:41:51 -07:00
locale.cc What is the Matrix? Control. 2017-03-10 17:51:18 -08:00
logger.cc ircd: Wrap the std::terminate() handler and add some related toys. 2017-11-30 11:23:46 -08:00
Makefile.am ircd:Ⓜ️ Split m.cc; distribute inits; modules: Checkpoint matrix. 2017-12-12 14:59:40 -07:00
mods.cc ircd::mods: Add remangling to module system (pre dll::smart_lib); cleanup. 2017-12-02 13:07:55 -08:00
net.cc ircd::net: Show a coarse io stat on disconnect for now. 2017-12-24 21:54:58 -07:00
openssl.cc ircd::openssl: Add several suites of utils for OpenSSL/X.509/RSA/BIGNUM et al. 2017-12-24 21:54:58 -07:00
parse.cc ircd: Add mutable_buffer ctor to parse::buffer; cleanup parse related. 2017-10-11 18:18:17 -07:00
rand.cc ircd: Split crypto.cc to hash.cc and rand.cc. 2017-11-30 11:23:43 -08:00
README.md Update various documentation and comments. 2017-09-24 18:16:33 -07:00
resource.cc ircd/modules: Update resource / opts construction arguments. 2017-12-12 14:59:40 -07:00
rfc1459.cc ircd::rfc1459: Cleanup namespace. 2017-12-12 14:59:40 -07:00
rfc3986.cc ircd: Add preliminary RFC3986 grammar; move urlencoding there. 2017-12-12 14:59:40 -07:00
server.cc ircd: Fix server.h inclusion checkpoint. 2017-11-30 11:23:48 -08:00
sodium.cc ircd::ed25519: Add filesystem related for sk; add seed constructor; various. 2017-10-03 04:27:14 -07:00
xdr.cc What is the Matrix? Control. 2017-03-10 17:51:18 -08:00

IRCd Library Definitions

This directory contains definitions and linkage for libircd