0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-19 11:23:45 +02:00
construct/include/ircd
2019-09-27 19:35:26 -07:00
..
buffer ircd::buffer: Add boolean operators. 2019-09-14 17:15:56 -07:00
ctx ircd::ctx: Switch from steady_timer to deadline_timer. 2019-09-22 20:59:54 -07:00
db ircd::db::prefetcher: Move all counters into a dedicated structure. 2019-09-20 11:12:16 -07:00
fs ircd::fs: Add missing base path for RB_LIB_DIR. 2019-09-25 17:09:05 -07:00
http2 ircd::http2: Start an RFC7540 implementation. 2019-06-21 16:54:22 -07:00
js ircd: Remove the legacy AFP() / AFGP() macros. 2018-12-08 13:51:33 -08:00
json ircd::json::stack: Add class member counters; assertions; conditions. 2019-09-23 20:11:20 -07:00
m ircd: Move matrix application related to derived library. 2019-09-27 19:35:26 -07:00
mods ircd::mods: Attempt to unconfuse backtraces. 2019-07-17 15:05:34 -07:00
net ircd::net::wait: Simplify ctor stack for noexcept suggestion. 2019-09-26 14:03:43 -07:00
prof ircd::prof: Add a scope_cycles utility device. 2019-09-21 12:15:31 -07:00
resource ircd::resource::response::chunked: Further elaborate the class. 2019-09-23 19:46:32 -07:00
server ircd::server::tag: Use explicit move assignment operations. 2019-09-14 16:55:57 -07:00
util ircd::util: Allow integer index on all overloads for precooked format strings. 2019-09-22 16:09:15 -07:00
.gitignore include/ircd: Handle *.gch.tmp files from clang. 2019-06-23 01:27:49 -06:00
allocator.h ircd::allocator: Add ctrl get()/set() w/ console cmd. 2019-07-04 00:20:49 -07:00
asio.h ircd: Add visibility pragma in stdinc.h 2019-05-02 16:45:27 -07:00
assert.h ircd: Add comment in debugtrap asm. 2019-09-03 10:07:07 -07:00
backtrace.h ircd: Add interface to backtrace(3). 2019-09-19 22:07:41 -07:00
base.h ircd: Add RFC4648 base64url conversion suite. 2019-06-26 01:52:42 -07:00
byte_view.h ircd::byte_view: Rearrange class definition order for clang. 2019-06-21 04:36:53 -06:00
client.h Eliminate friend-injection. 2019-02-15 18:48:59 -08:00
cmp.h ircd: Split out overgrown components from stringops.h 2019-07-11 15:51:09 -07:00
color.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
conf.h ircd::conf: Improve item maximum related constants. 2019-07-27 18:49:26 -07:00
crh.h ircd::crh: Add HMAC support. 2019-01-19 13:20:58 -08:00
demangle.h ircd: Move demangle() out of util. 2019-09-19 16:37:45 -07:00
ed25519.h ircd: Add various missing top-level \briefs. 2018-05-21 03:01:50 -07:00
exception.h ircd::exception: Add hide_name construction overload to macro. 2019-08-26 11:10:30 -07:00
fmt.h ircd::fmt: Minor simplify; cleanup. 2018-12-14 15:51:12 -08:00
globular.h ircd: Split out overgrown components from stringops.h 2019-07-11 15:51:09 -07:00
grammar.h ircd: Add comment in spirit header. 2019-05-06 10:42:11 -07:00
http.h ircd::http: Add code 410 Gone. 2019-09-08 19:58:58 -07:00
info.h ircd::info: Add section label comment. [skip ci] 2019-09-14 12:17:07 -07:00
ios.h ircd::ios: Profile the latency of handler execution. 2019-09-22 16:27:54 -07:00
iov.h ircd::iov: Make node emplacement conditional. 2018-06-05 10:34:30 -07:00
ircd.h ircd: Move matrix application related to derived library. 2019-09-27 19:35:26 -07:00
js.h ircd: Misc fixes for clang. 2019-06-23 16:22:06 -06:00
lex_cast.h ircd: Fix attributes for clang. 2019-06-23 07:37:23 -06:00
localee.h ircd: Add various missing top-level \briefs. 2018-05-21 03:01:50 -07:00
logger.h ircd::log: Convert to hook architecture. 2019-08-03 18:36:42 -07:00
magick.h ircd::magick: Reorg and elaborate the job state tracking; add interface. 2019-07-05 16:05:36 -07:00
magics.h ircd: Apply uniform info::versions for all dependency version identification. 2019-05-31 16:15:01 -07:00
Makefile.am include/ircd: Add -x c++-header to PCH cxxflags. 2019-09-25 09:43:33 -07:00
nacl.h ircd::nacl: Improve sodium initialization; various cleanup. 2019-06-13 13:46:57 -06:00
openssl.h ircd::openssl: Add conditional LibreSSL versions instance. 2019-06-04 14:01:33 -07: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 ircd::rfc1035: Rename constant. 2019-05-26 18:37:40 -07:00
rfc1459.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
rfc3986.h ircd::rfc3986: Use a namespace rather than struct here. 2019-08-22 01:25:43 -07:00
run.h ircd: Add restart support w/ console cmd. 2019-03-02 14:20:52 -08:00
spirit.h ircd: Add comment in spirit header. 2019-05-06 10:42:11 -07:00
stats.h ircd::stats: Converge on a single callpath to get val. 2019-07-14 11:17:53 -07:00
stdinc.h ircd: Isolate inclusion of sys/time.h. 2019-07-20 18:42:15 -07:00
string_view.h ircd: Apply noexcept on various constexpr callstacks. 2019-08-15 00:05:48 -07:00
stringops.h ircd::stringops: Mark the has() template inline to avoid plt. 2019-08-24 16:49:01 -07:00
strl.h ircd: Use buffer::copy() here. 2019-07-11 18:58:17 -07:00
strn.h ircd: Add strncpy++ tool. 2019-09-18 09:50:14 -07:00
timedate.h ircd: Inline single jump without LTO for now. 2019-09-21 12:14:01 -07:00
tokens.h ircd::tokens: Add token_exists() set membership test. 2019-03-09 17:03:52 -08:00
vector_view.h ircd::vector_view: Add assertion for bounds check here. 2019-08-14 22:33:41 -07: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().