0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-26 05:48:20 +02:00
construct/include/ircd
2019-07-11 19:22:35 -07:00
..
buffer ircd::buffer: Add buffer overlap util; 2019-07-11 15:51:08 -07:00
ctx ircd::ctx::ole: Add options structure; minor cleanup. 2019-07-11 15:51:09 -07:00
db ircd: Fix cast-conversion based reference-constructions. 2019-06-22 17:36:42 -06:00
fs ircd::fs::path: Use scoped enum for fs::path::base paths. 2019-06-23 07:37:23 -06: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 Misc fixes for clang. 2019-06-24 01:34:14 -07:00
m ircd:Ⓜ️:event: Fix detection on hashing constructor. 2019-07-11 19:22:35 -07:00
mods modules: Disperse modules to eliminate the s_ prefix-space. 2019-06-27 00:41:57 -07:00
net ircd::net::socket: Convert totals counters to stats::items. 2019-07-11 15:51:09 -07:00
resource ircd::resource: Reduce m:: type dependency in request structure. 2019-05-06 11:16:44 -07:00
server ircd::server:🔗 Add noexcept on handlers. 2019-05-02 15:35:26 -07:00
util ircd::util: Add minmax(). 2019-07-11 18:58:17 -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::assert: Only #error for include-order in --enable-debug mode. 2019-07-08 16:49:43 -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: Explicit bool operators for std::string item. 2019-07-05 18:07:49 -07:00
crh.h ircd::crh: Add HMAC support. 2019-01-19 13:20:58 -08:00
date.h ircd: Tweak smalldate fmt. 2019-05-05 20:00:52 -07:00
demangle.h ircd::util: Fix inline namespace reopening for clang. 2019-06-23 07:37:23 -06:00
ed25519.h ircd: Add various missing top-level \briefs. 2018-05-21 03:01:50 -07:00
exception.h ircd: Add plain string terminate. 2019-06-23 16:16:39 -06: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: Consolidate line terminator static strings. 2019-06-28 18:23:43 -07:00
info.h ircd: Explicit instance_list destructor template instantiations for clang. 2019-06-24 01:33:00 -06:00
ios.h ircd::ios: Add no-op synchronous defer overload; use w/ this_ctx::yield(). 2019-07-05 17:37:04 -07:00
iov.h ircd::iov: Make node emplacement conditional. 2018-06-05 10:34:30 -07:00
ircd.h ircd: Split out overgrown components from stringops.h 2019-07-11 15:51:09 -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: Explicit instance_list destructor template instantiations for clang. 2019-06-24 01:33:00 -06: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 configure: Add options for third-party allocator selection/deselection and inclusion. 2019-07-03 18:02:54 -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
prof.h ircd::prof: Add extern keyword for c89 semantics via gnu_inline in clang for odr. 2019-06-24 01:33:41 -07: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: Add URI decomposition. 2019-06-13 21:44:51 -06: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: Additional arithmetic/access operators on item. 2019-05-05 19:12:54 -07:00
stdinc.h ircd: Misc fixes for clang. 2019-06-23 16:22:06 -06:00
string_view.h ircd: Mark recommended noexcept on inline constructors. 2019-06-22 17:36:42 -06:00
stringops.h ircd: Split out overgrown components from stringops.h 2019-07-11 15:51:09 -07:00
strl.h ircd: Use buffer::copy() here. 2019-07-11 18:58:17 -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 front() and back() convenience accessors. 2019-06-06 17:02:39 -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().