0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-03 17:28:18 +02:00
construct/ircd
2017-09-24 18:16:41 -07:00
..
.gitignore Complete the C++ linkage with flex/bison. 2016-07-25 00:54:38 -07:00
client.cc Minor fixes / cleanup. 2017-09-24 18:16:40 -07:00
ctx.cc ircd: Make asio header; comments; add special continuation for yielding to asio. 2017-09-24 18:16:39 -07:00
db.cc ircd::db: Refactor opts to not store ilists; cleanup index/column relationship; cleanup where. 2017-09-24 18:16:41 -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: Add directory creation. 2017-08-23 15:52:14 -06:00
http.cc ircd::http: Check for outbound transfer-encoding. 2017-09-24 18:16:35 -07:00
info.cc Update README / info.cc copyright / accoutrements. 2017-08-23 15:45:41 -06:00
ircd.cc Minor fixes / cleanup. 2017-09-24 18:16:40 -07:00
js.cc ircd::js: Upgrade SpiderMonkey to esr52 from esr45. 2017-08-23 15:25:22 -06:00
json.cc ircd::json: Various fixes/cleanup/conversions. 2017-09-24 18:16:38 -07:00
lexical.cc ircd: Support char overloads for all tokenizers. 2017-09-24 18:16:38 -07:00
listen.cc ircd: Make asio header; comments; add special continuation for yielding to asio. 2017-09-24 18:16:39 -07:00
locale.cc What is the Matrix? Control. 2017-03-10 17:51:18 -08:00
logger.cc ircd: Employ namespace scope extensions from c++1z/gnu++14. 2017-09-08 03:47:46 -07:00
Makefile.am configure.ac/Makefile: Add debug conditionals. 2017-09-24 18:16:34 -07:00
matrix.cc ircd::json: Rename builder to iov. 2017-09-24 18:16:33 -07:00
mods.cc ircd: Move ircd::mods::demangle() to ircd::demangle(). 2017-09-24 18:16:39 -07:00
parse.cc ircd: Various fixes. 2017-03-13 14:43:35 -07:00
rand.cc ircd: Add std::random subsystem and utils. 2017-08-23 15:52:15 -06:00
README.md Update various documentation and comments. 2017-09-24 18:16:33 -07:00
resource.cc Minor fixes / cleanup. 2017-09-24 18:16:40 -07:00
rfc1459.cc What is the Matrix? Control. 2017-03-10 17:51:18 -08:00
socket.cc ircd: Make asio header; comments; add special continuation for yielding to asio. 2017-09-24 18:16:39 -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