0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-06 08:45:20 +02:00
construct/ircd
2017-11-30 11:23:44 -08:00
..
.gitignore
client.cc ircd::net: Tweak net::remote ctor related. 2017-11-30 11:23:44 -08:00
ctx.cc ircd::ctx: Adjust prof defaults; minor cleanup. 2017-11-30 11:23:43 -08:00
db.cc ircd::net/db: Hard debug log quiet for now; minor cleanup. 2017-11-30 11:23:44 -08:00
exception.cc
fmt.cc ircd::fmt: Assert for not finished before loop break. 2017-11-30 11:23:43 -08:00
fs.cc ircd::fs: Fix narrowing. 2017-10-11 20:54:01 -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: 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 ircd: Improve and comment on runlevel / client interruption. 2017-11-30 11:23:43 -08:00
js.cc
json.cc ircd::json: Add missing stringify participant; minor cleanup. 2017-11-30 11:23:44 -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/charybdis: Fix these stream manipulations. 2017-11-30 11:23:42 -08:00
m.cc ircd: Split up matrix.cc. 2017-11-30 11:23:44 -08:00
m_id.cc ircd: Split up matrix.cc. 2017-11-30 11:23:44 -08:00
m_io.cc ircd: Split up matrix.cc. 2017-11-30 11:23:44 -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
net.cc ircd::net/db: Hard debug log quiet for now; minor cleanup. 2017-11-30 11:23:44 -08:00
openssl.cc ircd::net: OpenSSL/net interface for peer certificates so m:: can hash/verify. 2017-11-30 11:23:44 -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 ircd:Ⓜ️ Checkpoint matrix top-half / modules. 2017-11-30 11:23:44 -08:00
rfc1459.cc
server.cc ircd: Add preliminary 'server' as a client to *other* servers. 2017-11-30 11:23:40 -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