Jason Volk
|
1c6a4bc8d1
|
ircd::net: Ensure flag happens before cancel.
|
2018-07-06 18:40:58 -07:00 |
|
Jason Volk
|
dd037988f3
|
ircd::m/modules: Update various client listeners w/ callback.
|
2018-07-06 18:40:15 -07:00 |
|
Jason Volk
|
02fcdc8635
|
ircd::net::listener: Add callback-action for proper abstraction.
|
2018-07-06 18:38:08 -07:00 |
|
Jason Volk
|
a98bd357df
|
construct/ircd: Add -pitrecdb option to allow point-in-time recovery.
|
2018-07-06 17:09:33 -07:00 |
|
Jason Volk
|
668d12bf72
|
ircd::ctx: Fix future_state test grate.
|
2018-07-06 16:33:53 -07:00 |
|
Jason Volk
|
712b343017
|
ircd: Remove internal main_exit callback.
|
2018-07-06 00:44:24 -07:00 |
|
Jason Volk
|
e2edd13a33
|
ircd: Remove ircd::strand related.
|
2018-07-06 00:44:24 -07:00 |
|
Jason Volk
|
da5d767431
|
ircd::ctx: Fix pointer punning in promise / shared_state.
|
2018-07-06 00:26:34 -07:00 |
|
Jason Volk
|
b0afbbb25e
|
configure.ac: Fix formatting.
|
2018-07-05 23:55:27 -07:00 |
|
Jason Volk
|
2d8c06ea82
|
configure: Option for generic compilation.
|
2018-07-05 23:55:27 -07:00 |
|
Jason Volk
|
0f0ed1ba08
|
ircd: Fix width of string to not assume and case for implicit null.
|
2018-07-05 19:05:00 -07:00 |
|
Jason Volk
|
7de1c38d0e
|
ircd: Use std snprintf() in u2a().
|
2018-07-05 18:57:58 -07:00 |
|
Jason Volk
|
e7ede89884
|
ircd::js: Use fixed-width integer buildId like version number.
|
2018-07-05 16:57:47 -07:00 |
|
Jason Volk
|
8fcd6379a4
|
construct/ircd: Add -nojs option to not init js engine.
|
2018-07-05 16:57:47 -07:00 |
|
Jason Volk
|
7f1dc09d52
|
modules/console: Add room members count cmd.
|
2018-07-05 15:59:51 -07:00 |
|
Jason Volk
|
918815a874
|
modules/console: Add db check cmd.
|
2018-07-05 15:59:26 -07:00 |
|
Jason Volk
|
96da6a3486
|
ircd::buffer: Export begin()/end() ADL's down to ircd::.
|
2018-07-04 21:48:15 -07:00 |
|
Jason Volk
|
b80468d6c8
|
ircd::js: Checkpoint corrections to XDR layout.
|
2018-07-04 21:44:45 -07:00 |
|
Jason Volk
|
3ba3ef46af
|
ircd::db: Fix SST file creation on open; disable sst mgr to remove extra thread spawn.
|
2018-07-04 16:47:11 -07:00 |
|
Jason Volk
|
da04032cc4
|
ircd::js: Checkpoint corrections to XDR; esr52.
|
2018-07-03 18:50:05 -07:00 |
|
Jason Volk
|
9a579c8dcb
|
ircd::js: Support JS::SetBuildIdOp context callback.
|
2018-07-03 16:49:08 -07:00 |
|
Jason Volk
|
cc85c1cd35
|
ircd::js: Fix the JS_EncodeScript -> JS::EncodeScript for latest esr52.
|
2018-07-03 16:32:15 -07:00 |
|
Jason Volk
|
6ddbe2b25d
|
ircd::info: Add js::version() to appropriate logged info string.
|
2018-07-03 15:48:13 -07:00 |
|
Jason Volk
|
ae5678269c
|
ircd::js: Fixes for js bitrot / maintenance cleanup.
|
2018-07-03 15:44:44 -07:00 |
|
Jason Volk
|
cc4bc23a22
|
configure/tools: Derive number of make jobs for buildjs.sh.
|
2018-07-03 14:35:10 -07:00 |
|
Jason Volk
|
4a0a89cce9
|
construct: Remove/simplify this for now.
|
2018-07-02 02:34:28 -07:00 |
|
Jason Volk
|
b6f7a64c4c
|
ircd::cbor: checkpoint; item header size and value counter gauge.
|
2018-07-02 01:31:59 -07:00 |
|
Jason Volk
|
5e8c1ad52d
|
ircd::buffer: Add const_buffer::insert() for boost::spirit compliance (noop).
|
2018-07-01 19:51:37 -07:00 |
|
Jason Volk
|
ac4ed03142
|
ircd::buffer: Add buffer_base::empty() for boost::spirit conceptual compliance.
|
2018-07-01 19:20:00 -07:00 |
|
Jason Volk
|
a96f2ae030
|
ircd::spirit: Import locals into namespace; minor cleanup.
|
2018-07-01 19:11:13 -07:00 |
|
Jason Volk
|
7624e36c7c
|
ircd::spirit: Import binary parsers into spirit convenience namespace.
|
2018-07-01 18:42:56 -07:00 |
|
Jason Volk
|
d1c1fb931f
|
ircd::util: Add specific endian bswaps e.g arpa/inet.h; minor cleanup.
|
2018-07-01 16:39:43 -07:00 |
|
Jason Volk
|
c26255290b
|
ircd:Ⓜ️:room::members: Allow empty membership string to count() all members.
|
2018-07-01 14:49:24 -07:00 |
|
Jason Volk
|
67bcbf628c
|
ircd::mods: Replace allocated string metadata with string_view based on common usage.
|
2018-07-01 14:42:28 -07:00 |
|
Jason Volk
|
a3db6f2a95
|
ircd: Replace iostream include with iosfwd to elide inits in every unit.
|
2018-07-01 14:29:52 -07:00 |
|
Jason Volk
|
c4c155e003
|
configure: Check for iosfwd header.
|
2018-07-01 14:10:07 -07:00 |
|
Jason Volk
|
92d2808b9e
|
Update README.
|
2018-07-01 02:45:22 -07:00 |
|
Jason Volk
|
d3f8a84ca8
|
ircd::net::listener: Add default generated paths for some ssl options.
|
2018-07-01 02:16:00 -07:00 |
|
Jason Volk
|
e03f50c427
|
ircd: Clarify type of ircd::strand instance pointer.
|
2018-07-01 02:14:34 -07:00 |
|
Jason Volk
|
7cafbc972a
|
ircd::net: Listener defaults to all interfaces.
|
2018-07-01 02:13:29 -07:00 |
|
Jason Volk
|
01d9ce038c
|
ircd: Preliminary CBOR namespace and unit.
|
2018-07-01 02:09:35 -07:00 |
|
Jason Volk
|
08d45dc838
|
ircd:Ⓜ️ Generalize room::lonly into more efficient room::origins::only(origin).
|
2018-06-30 21:57:09 -07:00 |
|
Jason Volk
|
8038faf8e0
|
ircd:Ⓜ️ Add conditionals to bootstrap() operations.
|
2018-06-30 18:49:38 -07:00 |
|
Jason Volk
|
85d1c924a5
|
ircd:Ⓜ️ Add function to query if room only has our origin joined.
|
2018-06-30 18:49:03 -07:00 |
|
Jason Volk
|
8d5229d67d
|
modules/client/sync: Add room account_data to polylog sync.
|
2018-06-19 21:52:08 -06:00 |
|
Jason Volk
|
7d4eb46a1a
|
ircd:Ⓜ️ Interface/linkage to generate room account_data type string.
|
2018-06-19 21:47:26 -06:00 |
|
Jason Volk
|
f8763af509
|
ircd:Ⓜ️ Add user interface w/ linkage for room account data.
|
2018-06-19 21:33:03 -06:00 |
|
Jason Volk
|
6d81f355dc
|
modules/client/user/rooms: Support room account data.
|
2018-06-19 21:32:29 -06:00 |
|
Jason Volk
|
4b5545f844
|
ircd: Make some fundamental string_view ADL's constexpr.
|
2018-06-19 21:30:29 -06:00 |
|
Jason Volk
|
15e44463c3
|
modules/client: Stub joined_groups to shutup Riot.
|
2018-06-17 21:34:03 -06:00 |
|