0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-01 02:14:13 +01:00
construct/ircd
2017-12-02 13:07:15 -08:00
..
m Checkpoint reorganization. 2017-11-30 12:30:19 -08:00
.gitignore
client.cc Checkpoint reorganization. 2017-11-30 12:30:19 -08:00
ctx.cc ircd::ctx: Improve the pool counters. 2017-11-30 11:23:46 -08:00
cuckoo.cc ircd: Add preliminary skeleton for cuckoo suite. 2017-11-30 11:23:48 -08:00
db.cc ircd::db: Checkpoint current experimentals here. 2017-11-30 11:23:47 -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::rfc1459: Move grammars out of includes. 2017-11-30 11:23:46 -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
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 empty value stringification cases; Fix serialized number printing. 2017-11-30 11:23:47 -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
logger.cc ircd: Wrap the std::terminate() handler and add some related toys. 2017-11-30 11:23:46 -08:00
Makefile.am Checkpoint reorganization. 2017-11-30 12:30:19 -08:00
mods.cc
net.cc ircd::net: listener: Explicit string ctor; no default port to ensure one is specified. 2017-11-30 11:23:47 -08:00
openssl.cc ircd::openssl: Fix memleak. 2017-12-02 13:07:15 -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
resource.cc Checkpoint reorganization. 2017-11-30 12:30:19 -08:00
rfc1459.cc ircd::rfc1459: Move grammars out of includes. 2017-11-30 11:23:46 -08: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

IRCd Library Definitions

This directory contains definitions and linkage for libircd