0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-28 14:58:20 +02:00
construct/include/ircd
2019-03-01 11:47:13 -08:00
..
buffer ircd: Reduce several strict-overflow & related warnings. 2019-03-01 11:35:07 -08:00
ctx ircd::ctx::promise: Add missing valid() checks on operations. 2019-02-28 17:12:04 -08:00
db ircd::db: Add interface to query size of key in column. 2019-02-25 18:17:01 -08:00
fs ircd::fs: Add interface to filesystem::relative() function. 2019-02-07 20:49:50 -08:00
js ircd: Remove the legacy AFP() / AFGP() macros. 2018-12-08 13:51:33 -08:00
json ircd::json: Add candidate vector merge impl. 2019-02-27 15:52:39 -08:00
m modules/client/sync: Readd the transaction_id on longpoll; fix ghost events. 2019-02-28 18:28:45 -08:00
mods ircd::mods: Checkpoint experimental invocation stack; add sym_ptr::get() ref. 2019-02-11 13:59:18 -08:00
net ircd::net: Fix alignment of address in net::ipport. 2019-02-28 17:12:04 -08:00
resource ircd::resource::response::chunked: Eliminate move semantic. 2019-02-28 17:12:04 -08:00
server ircd::server: Add more blerb to README. 2019-02-11 10:13:38 -08:00
util ircd::util: Make scope_count a template. 2019-02-28 17:12:03 -08:00
.gitignore ircd: Consolidate stdinc.h and ircd.h and fix precompiled headers. 2018-06-15 16:13:18 -06:00
allocator.h ircd::allocator: Add and fix attribute related. 2019-02-28 11:34:45 -08:00
asio.h ircd: Various quietudes. 2019-02-16 15:25:36 -08:00
base.h ircd: Add b64 <-> b58 convenience conversion suite. 2018-04-22 14:24:37 -07:00
byte_view.h ircd: Relax assertion. 2018-05-19 18:49:03 -07:00
client.h Eliminate friend-injection. 2019-02-15 18:48:59 -08:00
color.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
conf.h ircd::conf: Use noexcept per recommendation. 2019-02-15 17:12:58 -08:00
crh.h ircd::crh: Add HMAC support. 2019-01-19 13:20:58 -08:00
date.h ircd:📅 Suppress warning. 2019-02-16 11:49:59 -08:00
demangle.h ircd: Consolidate demangle related into interface / unit. 2018-03-23 22:17:09 -07:00
ed25519.h ircd: Add various missing top-level \briefs. 2018-05-21 03:01:50 -07:00
exception.h ircd: Rename and refactor ircd::assertion interface into ircd::panic. 2019-01-13 16:37:31 -08:00
fmt.h ircd::fmt: Minor simplify; cleanup. 2018-12-14 15:51:12 -08:00
grammar.h ircd: Start a stdinc grammar header as a front to spirit.h. 2019-02-26 12:57:43 -08:00
http.h ircd::http: Fix/Add 30x related codes. 2019-02-19 11:34:48 -08:00
info.h ircd::info: Reorganize info. 2018-12-19 12:35:21 -08:00
ios.h ircd::ios: Add convenience function to check if this thread is same as static. 2018-12-28 13:24:33 -08:00
iov.h ircd::iov: Make node emplacement conditional. 2018-06-05 10:34:30 -07:00
ircd.h ircd: Start a stdinc grammar header as a front to spirit.h. 2019-02-26 12:57:43 -08:00
js.h ircd: Disperse accumulated global options as conf items in namespaces. 2018-12-08 15:36:34 -08:00
lex_cast.h ircd: Reduce the size of the lex_cast ringbuffer; deinline the sizes. 2019-03-01 11:47:13 -08:00
localee.h ircd: Add various missing top-level \briefs. 2018-05-21 03:01:50 -07:00
logger.h ircd: Rename and refactor ircd::assertion interface into ircd::panic. 2019-01-13 16:37:31 -08:00
magics.h ircd::magic: Minor cleanup. 2018-08-11 00:42:08 -07:00
Makefile.am include/ircd/Makefile: Add missing -DPIC on pic target. 2019-01-17 11:06:40 -08:00
nacl.h ircd: Add various missing top-level \briefs. 2018-05-21 03:01:50 -07:00
openssl.h ircd::openssl: Return version strings for header and linked library. 2019-02-18 15:12:01 -08:00
parse.h ircd: Rename and refactor ircd::assertion interface into ircd::panic. 2019-01-13 16:37:31 -08:00
rand.h ircd::rand: Add note to rand::integer(). 2018-08-22 17:19:18 -07:00
README.md ircd::conf: Update doc related to conf item env vars and the related namespace. 2018-12-28 13:36:23 -08:00
rfc1035.h Eliminate friend-injection. 2019-02-15 18:48:59 -08:00
rfc1459.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
rfc3986.h ircd::rfc3986: Expose parsing grammar externally. 2019-02-26 13:52:10 -08:00
run.h ircd: Move runlevel related into ircd::run:: namespace. 2019-01-18 09:08:56 -08:00
spirit.h ircd::spirit: Add a template for the common expectation failure rethrow integration. 2018-10-02 18:11:50 -07:00
stdinc.h ircd: Truncate comment. 2019-02-05 04:58:38 -08:00
string_view.h ircd: Various fixes for resolution of constexpr string_view & hash related; cleanup. 2018-09-16 21:28:46 -07:00
stringops.h ircd: Cleanup/simplify case-insensitive comparisons. 2018-12-31 12:28:28 -08:00
tokens.h ircd::tokens: Add default argument for tokens_after/before position. 2018-11-13 10:40:00 -08:00
vector_view.h ircd: Tweak vector_view construction semantics. 2018-12-26 17:19:03 -08:00

IRCd Library API

Project Namespaces

  • IRCD_ Preprocessor #define and macros.
  • 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.
  • ircd_ Environmental variables (see: conf.h).

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/ircd.h> and <ircd/ircd.pic.h>. The latter is generated dynamically and will not exist until make creates it. We have to offer two different pre-compilations: one with -fPIC and one without.

  • 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.

Invocation

libircd is not thread-safe. It does not protect exposed interfaces with locks. Embedders must access libircd from a single thread.

Initialize the library with a call to ircd::init().