0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-25 21:38:18 +02:00
construct/include/ircd
2019-02-04 19:19:56 -08:00
..
buffer ircd: Start a README.md for any directory missing one; fix conformity of existing. 2019-01-26 12:29:08 -08:00
ctx ircd: Start a README.md for any directory missing one; fix conformity of existing. 2019-01-26 12:29:08 -08:00
db ircd::db: Add a last() iterator convenience for column / index. 2019-02-04 19:17:52 -08:00
fs ircd: Start a README.md for any directory missing one; fix conformity of existing. 2019-01-26 12:29:08 -08:00
js ircd: Remove the legacy AFP() / AFGP() macros. 2018-12-08 13:51:33 -08:00
json ircd::json::stack: Add raw rewind method to interface. 2019-01-26 17:01:07 -08:00
m ircd:Ⓜ️:room::messages: Simplify/optimize seek() functions. 2019-02-04 19:19:56 -08:00
mods ircd: Start a README.md for any directory missing one; fix conformity of existing. 2019-01-26 12:29:08 -08:00
net ircd: Start a README.md for any directory missing one; fix conformity of existing. 2019-01-26 12:29:08 -08:00
server ircd: Start a README.md for any directory missing one; fix conformity of existing. 2019-01-26 12:29:08 -08:00
util ircd: Start a README.md for any directory missing one; fix conformity of existing. 2019-01-26 12:29:08 -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 allocator::scope device. 2018-11-05 16:45:08 -08:00
asio.h configure: Move boost deprecation warning suppression to asio.h. 2018-12-28 14:35:10 -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 ircd::net: Improve listener interface w/ instance reference in callbacks. 2019-01-18 10:14:37 -08:00
color.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
conf.h ircd::conf: Update doc related to conf item env vars and the related namespace. 2018-12-28 13:36:23 -08:00
crh.h ircd::crh: Add HMAC support. 2019-01-19 13:20:58 -08:00
date.h ircd:📅 Add typedef; minor cleanup. 2018-11-14 18:45:10 -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
fpe.h ircd::fpe: Condition experimental asynchronous exception use. 2018-11-12 18:55:00 -08:00
http.h ircd::http: Add string views to make the raw head data available. 2019-01-12 11:56:00 -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: Move runlevel related into ircd::run:: namespace. 2019-01-18 09:08:56 -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: Move a2u / pretty() suites from lex_cast to util::; start util.cc unit. 2018-10-21 01:00:41 -07: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/ircd::net: Add presupplied rfc3526 DH parameters. 2018-08-29 16:16:55 -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
resource.h ircd::resource: Improve method stats gathered. 2018-11-06 21:36:36 -08:00
rfc1035.h ircd::rfc1035: Add constant for name buffer size. 2018-11-29 18:04:19 -08:00
rfc1459.h Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
rfc3986.h ircd: Reverse arguments for url::encode()/decode(); minor reorg. 2018-12-06 16:41:47 -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: Remove the legacy AFP() / AFGP() macros. 2018-12-08 13:51:33 -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().