0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-01 00:08:22 +02:00
construct/ircd
2017-10-03 04:27:14 -07:00
..
.gitignore
client.cc ircd: Add net; various asio related. 2017-10-03 04:17:10 -07:00
crypto.cc ircd: Reorg crypto related by dependency. 2017-10-03 04:17:10 -07:00
ctx.cc ircd::ctx: shared_mutex; peek / view / shared_view; fixes. 2017-10-03 04:17:10 -07:00
db.cc ircd::db: I don't think this warning matters... 2017-10-03 04:27:13 -07:00
exception.cc ircd: Drop in ircd::fmt for stdarg for ircd::exception. 2017-03-17 17:37:40 -07:00
fmt.cc ircd::fmt: Show demangled type name of faulty argument. 2017-09-08 03:47:52 -07:00
fs.cc ircd::fs: Improve basic file read/write/append into buffers. 2017-10-03 04:27:14 -07:00
http.cc ircd::http: Minor urldecode grammar fix. 2017-10-03 04:27:12 -07:00
info.cc Update README / info.cc copyright / accoutrements. 2017-08-23 15:45:41 -06:00
ircd.cc Add support for libsodium (NaCl) cryptography. 2017-10-03 04:27:10 -07:00
js.cc ircd: Rename ircd::scope to ircd::unwind. 2017-09-24 18:16:41 -07:00
json.cc ircd::json: Add missing serialized() participants. 2017-10-03 04:17:09 -07:00
lexical.cc ircd: Add b64encoded_unpadded variant. 2017-10-03 04:27:13 -07:00
locale.cc What is the Matrix? Control. 2017-03-10 17:51:18 -08:00
logger.cc ircd: Rename ircd::scope to ircd::unwind. 2017-09-24 18:16:41 -07:00
Makefile.am Add support for libsodium (NaCl) cryptography. 2017-10-03 04:27:10 -07:00
matrix.cc ircd::http: Preliminary support for chunked encoding; improve header args. 2017-10-03 04:17:09 -07:00
mods.cc ircd: Fix string length of demangle() value. 2017-09-24 18:16:43 -07:00
net.cc ircd: Add net; various asio related. 2017-10-03 04:17:10 -07:00
openssl.cc ircd: Reorg crypto related by dependency. 2017-10-03 04:17:10 -07:00
parse.cc ircd: Various fixes. 2017-03-13 14:43:35 -07:00
README.md Update various documentation and comments. 2017-09-24 18:16:33 -07:00
resource.cc ircd: Add X-IRCd-Response-Time header. 2017-10-03 04:17:11 -07:00
rfc1459.cc What is the Matrix? Control. 2017-03-10 17:51:18 -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