0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-01 16:28:19 +02:00
construct/ircd
2017-11-30 11:23:46 -08:00
..
.gitignore Complete the C++ linkage with flex/bison. 2016-07-25 00:54:38 -07:00
client.cc ircd: Remove this warning message when everything is normal. 2017-11-30 11:23:46 -08:00
ctx.cc ircd::ctx: Improve the pool counters. 2017-11-30 11:23:46 -08:00
db.cc ircd: Wrap the std::terminate() handler and add some related toys. 2017-11-30 11:23:46 -08: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::fmt: Assert for not finished before loop break. 2017-11-30 11:23:43 -08:00
fs.cc ircd::fs: Path cleanup. 2017-11-30 11:23:46 -08: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: Make server response header more like the User-Agent we also use as a client. 2017-11-30 11:23:39 -08:00
info.cc Update README / info.cc copyright / accoutrements. 2017-08-23 15:45:41 -06:00
ircd.cc ircd: Preliminary initial conf. 2017-11-30 11:23:46 -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: Add a validator suite. 2017-11-30 11:23:46 -08: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
m.cc ircd: Wrap the std::terminate() handler and add some related toys. 2017-11-30 11:23:46 -08:00
m_id.cc ircd: Split up matrix.cc. 2017-11-30 11:23:44 -08:00
m_io.cc ircd:Ⓜ️ Improve server keys related functions. 2017-11-30 11:23:46 -08:00
m_vm.cc ircd: Split up matrix.cc. 2017-11-30 11:23:44 -08:00
Makefile.am ircd: Split up matrix.cc. 2017-11-30 11:23:44 -08:00
mods.cc ircd: Fix string length of demangle() value. 2017-09-24 18:16:43 -07:00
net.cc ircd::net: Add existential checks here. 2017-11-30 11:23:46 -08:00
openssl.cc ircd::openssl: Minor cleanup. 2017-11-30 11:23:46 -08: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:Ⓜ️ Checkpoint matrix top-half / modules. 2017-11-30 11:23:44 -08:00
rfc1459.cc What is the Matrix? Control. 2017-03-10 17:51:18 -08:00
server.cc ircd: Use the asio error stringifier. 2017-11-30 11:23:45 -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