Jason Volk
9655a6311f
ircd: Simplify the async main init fiasco w/ continuation callback.
2020-12-18 17:41:26 -08:00
Jason Volk
ff9375a408
ircd: Allow several debug msgs in release build; tweak facilities.
2020-12-01 00:00:54 -08:00
Jason Volk
6ec9b2a783
ircd: Specify explicit noexcept for gcc-10 issue.
2020-07-11 17:57:33 -07:00
Jason Volk
cfba2b52c9
ircd::run: Add additional UNLOAD runlevel on shutdown after QUIT.
2020-06-12 18:41:30 -07:00
Jason Volk
eb4fdfd036
ircd::run: Condition to invoke the wait() from context only.
2020-03-19 16:01:32 -07:00
Jason Volk
c3b709dbd7
ircd::run: Add a convenience barrier template tool.
2020-03-16 16:56:07 -07:00
Jason Volk
c815de3621
ircd::run: Rename level IDLE to LOAD; minor reorg.
2020-03-16 16:56:07 -07:00
Jason Volk
d402eddb98
ircd::run: Place out-of-line default ctor/dtor definitions.
...
ircd::http::error: Place out-of-line dtor definition.
ircd:Ⓜ️ :error: Place out-of-line dtor definition.
ircd::exception: Place out-of-line dtor definition.
ircd:Ⓜ️ :vm: Place out-of-line ctor definitions for copts/opts.
2020-02-28 12:36:45 -08:00
Jason Volk
a038116a50
ircd::run: Add convenience overload for run::changed.
2020-02-28 09:55:36 -08:00
Jason Volk
2e9337d198
ircd::run: Split run.cc from ircd.cc for static initialization order upstreaming.
...
This allows run::changed handlers to be statically constructed in definition files
which are ordered before ircd.cc (i.e. all of them).
2020-01-24 10:40:33 -08:00