0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-04 01:38:24 +02:00
construct/ircd
2017-10-17 00:41:51 -07:00
..
.gitignore
client.cc ircd: Improve this stack buffer for now. 2017-10-11 20:54:02 -07:00
crypto.cc ircd::crh: Improve hash related interface; comments etc. 2017-10-11 18:18:19 -07:00
ctx.cc ircd::ctx: Add utils for getting this_ctxt name and id; truncate default name literal. 2017-10-15 21:12:58 -07:00
db.cc ircd::db: Improve formatting for seek debug messages. 2017-10-15 21:19:34 -07:00
exception.cc
fmt.cc ircd::fmt: Add more string types for the %s specifier here for now. 2017-10-15 21:20:25 -07:00
fs.cc ircd::fs: Fix narrowing. 2017-10-11 20:54:01 -07:00
http.cc ircd::http: Preserve leading slash from user's URL so we can use it for X-Matrix auth. 2017-10-15 21:26:05 -07:00
info.cc Update README / info.cc copyright / accoutrements. 2017-08-23 15:45:41 -06:00
ircd.cc ircd::fs: Add very preliminary aio and ircd init for such. 2017-10-11 20:54:01 -07:00
js.cc ircd: Rename ircd::scope to ircd::unwind. 2017-09-24 18:16:41 -07:00
json.cc ircd::json: Sort members in during opportunity in this stringify(). 2017-10-15 21:22:18 -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
logger.cc ircd::log: Address any logger reentrancy; various cleanup. 2017-10-17 00:41:10 -07:00
Makefile.am ircd: Add version 5.0.0 to libircd. 2017-10-11 20:54:02 -07:00
matrix.cc ircd:Ⓜ️ Improve / cleanup ID related. 2017-10-15 21:54:28 -07:00
mods.cc ircd: Fix string length of demangle() value. 2017-09-24 18:16:43 -07:00
net.cc ircd::net: Improve some error handling and log message related. 2017-10-15 21:28:40 -07:00
openssl.cc ircd::crh: Improve hash related interface; comments etc. 2017-10-11 18:18:19 -07:00
parse.cc ircd: Add mutable_buffer ctor to parse::buffer; cleanup parse related. 2017-10-11 18:18:17 -07:00
README.md Update various documentation and comments. 2017-09-24 18:16:33 -07:00
resource.cc ircd: Add X-Matrix verification for resources. 2017-10-15 21:30:19 -07:00
rfc1459.cc
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