0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-26 05:48:20 +02:00
construct/include/ircd
2018-04-02 16:50:51 -07:00
..
buffer ircd::buffer: Add move() analogue. 2018-03-20 02:59:03 -07:00
ctx ircd::ctx: Move unlock_guard from util:: to ctx::. 2018-03-28 22:17:09 -07:00
db ircd::db: Add function to get single txn into closure by seqnum. 2018-03-27 21:44:01 -07:00
fs ircd::fs: Support the yielding stdin readline in libircd. 2018-03-23 22:52:36 -07:00
js Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
json ircd::json: Deinline output validators from template. 2018-03-28 22:17:09 -07:00
m ircd:Ⓜ️ Add a vm::opts* to m:room as a vehicle for opts to eval. 2018-03-28 22:17:09 -07:00
mods ircd::mods: Fix reference cast initialization. 2018-03-26 02:28:02 -07:00
net ircd::net: Simplify listener config object. 2018-03-23 22:17:10 -07:00
server ircd::server: Add stats for total bytes up and down to peer and links. 2018-03-26 23:29:58 -07:00
util ircd::ctx: Move unlock_guard from util:: to ctx::. 2018-03-28 22:17:09 -07:00
.gitignore What is the Matrix? Control. 2017-03-10 17:51:18 -08:00
allocator.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
asio.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
base.h ircd: Eliminate the raw_buffer concept. 2018-02-05 18:54:55 -08:00
byte_view.h ircd: Add default construction for byte_view<string_view>. 2018-03-24 22:49:45 -07:00
client.h ircd: Various exception assertions; minor cleanup. 2018-03-15 22:25:16 -07:00
color.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
conf.h ircd::conf: Abstraction for all lex_cast'able types; add additional duration specializations. 2018-03-09 17:10:45 -08:00
date.h ircd:📅 Add ostream participants for time_points printing epoch seconds. 2018-02-12 19:30:44 -08:00
demangle.h ircd: Consolidate demangle related into interface / unit. 2018-03-23 22:17:09 -07:00
ed25519.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
exception.h ircd: Add integration utils for system and boost error related. 2018-03-08 09:35:59 -08:00
fmt.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
hash.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
http.h ircd::http: Allow default constructed sentinel error. 2018-03-24 16:42:42 -07:00
info.h configure.ac: Gather more information from git during configure. 2018-04-02 16:50:51 -07:00
ios.h ircd: Remove ircd::error_code typedef with more local typedefs. 2018-03-08 10:08:38 -08:00
iov.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
ircd.h ircd: Improve runlevel changed callback related. 2018-03-23 22:17:09 -07:00
js.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
lex_cast.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
localee.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
logger.h ircd::log: Fix DCE not eliminating template parameter packs. 2018-03-24 14:55:53 -07:00
magics.h ircd::magic: Add namespace \brief. 2018-02-22 20:32:10 -08:00
Makefile.am Checkpoint reorganization. 2017-11-30 12:30:19 -08:00
mapi.h ircd::mods: Provide a reference to the module's own handle inside the module. 2018-03-23 22:52:36 -07:00
nacl.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
openssl.h ircd::openssl: Add stringify x509 to JSON. 2018-03-12 11:16:49 -07:00
parse.h ircd::parse: Add assertive information rather than throwing bad_function_call. 2018-02-19 19:45:44 -08:00
rand.h ircd::rand: Modernize interface. 2018-02-15 12:53:00 -08:00
README.md ircd: Clarify namespaces in include README. 2018-01-23 15:07:05 -08:00
resource.h ircd: Split out allow methods list generator. 2018-03-11 10:22:10 -07:00
rfc1035.h ircd::rfc1035: Ensure record types default-construct the super with their type. 2018-03-01 23:34:59 -08:00
rfc1459.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
rfc3986.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
spirit.h ircd::spirit: Missing typedefs. 2018-03-18 21:18:00 -07:00
stdinc.h ircd::mods: Split up; clean up; reorg. 2018-03-23 22:52:36 -07:00
string_view.h ircd: Fix proper default constexpr ctor. 2018-03-06 03:51:51 -08:00
stringops.h ircd: Add missing replace() stringops overload. 2018-03-25 14:57:09 -07:00
tokens.h ircd: Add tokens_before() to suite. 2018-03-25 17:32:57 -07:00
vector_view.h ircd: Add ADL participants for vector_view. 2018-03-12 11:24:31 -07:00

IRCd Library API

Project Namespaces

  • IRCD_ Preprocessor #define, macro, and environmental variables.
  • RB_ Build system related preprocessor #defines and macros (legacy).
  • ircd_ C namespace and demangled bindings.
  • ircd:: C++ namespace scope.
  • X-IRCd- HTTP header key namespace.
  • ircd. Matrix event type namespace.

What To Include

libircd headers are organized into several aggregates groups

As a C++ project there are a lot of header files. Header files depend on other header files. We don't expect the developer of a compilation unit to figure out an exact list of header files necessary to include for that unit. Instead we have aggregated groups of header files which are then precompiled. These aggregations are mostly oriented around a specific project dependency.

Note: The term 'stack' may be found in place of the preferred term 'group' in other documentation.

  • Standard Include group <ircd/ircd.h> is the main header group. This group involves the standard library and most of libircd. This is what an embedder will be working with. These headers will expose our own interfaces wrapping 3rd party dependencies which are not included there.

    There are actually two files in play here: <ircd/stdinc.h> and <ircd/ircd.h>. We have to offer two different pre-compilations: one with -fPIC and one without. Therefor the contents are in <ircd/stdinc.h> and the preprocessor determination for which is in <ircd/ircd.h>.

  • Boost ASIO include group <ircd/asio.h> is a header group exposing the boost::asio library. We only involve this header in compilation units working directly with asio for networking et al. Involving this header file slows down compilation compared with the standard group.

  • Boost Spirit include group <ircd/spirit.h> is a header group exposing the spirit parser framework to compilation units which involve formal grammars. Involving this header is a monumental slowdown when compiling.

  • JavaScript include group <ircd/js/js.h> is a header group exposing symbols from the SpiderMonkey JS engine. Alternatively, <ircd/js.h> is part of the standard include group which includes any wrapping to hide SpiderMonkey.

  • MAPI include group <ircd/mapi.h> is the standard header group for modules. This group is an extension to the standard include group but has specific tools for pluggable modules which are not part of the libircd core.