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 |
|
Jason Volk
|
c136e82a57
|
ircd:Ⓜ️ Temporary fixes for stale static initializations.
|
2018-06-16 23:00:47 -06:00 |
|
Jason Volk
|
c5d11b7b07
|
ircd:Ⓜ️ Defaults for some initial config related.
|
2018-06-16 20:45:28 -06:00 |
|
Jason Volk
|
34a8f7957b
|
tools: Move appveyor-build script to tools.
|
2018-06-15 23:50:15 -06:00 |
|
Jason Volk
|
13bee93ddc
|
ircd: Split standard includes back into an stdinc.h.
|
2018-06-15 16:19:29 -06:00 |
|
Jason Volk
|
9601dac9cc
|
ircd: Consolidate stdinc.h and ircd.h and fix precompiled headers.
|
2018-06-15 16:13:18 -06:00 |
|
Jason Volk
|
383f97cdb7
|
ircd: Promote info init before conf init; minor cleanup.
|
2018-06-15 15:24:49 -06:00 |
|
Jason Volk
|
fefe965149
|
ircd:Ⓜ️:init: Improve some conf related defaults; ctor error log cleanup.
|
2018-06-15 15:22:27 -06:00 |
|
Jason Volk
|
b304aec5bc
|
construct: Remove the conftest startup option.
|
2018-06-14 21:58:45 -06:00 |
|
Jason Volk
|
4f819e9c2a
|
configure: Move some third-party checks so they fail earlier.
|
2018-06-14 20:58:56 -06:00 |
|
Jason Volk
|
ae5caa4871
|
configure: Fail on missing libmagic.
|
2018-06-14 20:56:25 -06:00 |
|
Jason Volk
|
67d912d16d
|
configure: Add a specific GCC test to guarantee user exported CXX=g++6
|
2018-06-14 20:44:20 -06:00 |
|
Jason Volk
|
b33b37e9e0
|
tools/buildrocks: Detect number of processors to set make job count.
|
2018-06-14 19:44:18 -06:00 |
|
Jason Volk
|
0d688b386b
|
ircd::json: Perform unquote() in json::string ctor as described...
|
2018-06-12 01:00:15 -07:00 |
|
Jason Volk
|
f5b73ce0c4
|
modules/client/rooms/invite: Fix linkage for invite__foreign routine.
|
2018-06-12 01:00:15 -07:00 |
|
Jason Volk
|
4c39840352
|
ircd:Ⓜ️:state: Checkpoint relaxed assumptions about creating new tree roots.
|
2018-06-12 01:00:15 -07:00 |
|
Jason Volk
|
e889c54bc3
|
ircd:Ⓜ️:dbs: Checkpoint changes to default cache sizes (un-conf'ed) for now.
|
2018-06-12 01:00:15 -07:00 |
|
Jason Volk
|
d912400f32
|
ircd:Ⓜ️:vm: Move vm submodules ctor/dtor into libircd for recursive issues for now.
|
2018-06-12 01:00:15 -07:00 |
|
Jason Volk
|
59a39caca3
|
modules/client/keys: Checkpoint 0-count keys for now.
|
2018-06-12 01:00:15 -07:00 |
|
Jason Volk
|
d659b7eaf5
|
modules/client/rooms/join: Checkpoint bootstrapped join related for now.
|
2018-06-12 01:00:15 -07:00 |
|
Jason Volk
|
7234f62b6c
|
modules/client/rooms/kick: Implement kick convenience endpoint.
|
2018-06-12 01:00:15 -07:00 |
|
Jason Volk
|
123edd6ebb
|
modules/federation/federation: Typedef a specific closure prototype here.
|
2018-06-12 01:00:15 -07:00 |
|
Jason Volk
|
5ab8b9bdae
|
ircd::db: Add init warning for no compression; minor reorg inits.
|
2018-06-12 01:00:15 -07:00 |
|
Jason Volk
|
5d79f0e83b
|
modules/console: Checkin various cmds' accumulated vmopts; run head reset after sync cmd.
|
2018-06-12 01:00:14 -07:00 |
|
Jason Volk
|
c352822d94
|
modules/m_room: Add util to force event into present state w/ console cmd.
|
2018-06-12 01:00:14 -07:00 |
|
Jason Volk
|
b4e7bb062c
|
modules: Rename root to webroot.
|
2018-06-12 01:00:14 -07:00 |
|
Jason Volk
|
eb603c22c1
|
modules: Add preliminary m_room_aliases protocol suite.
|
2018-06-12 01:00:14 -07:00 |
|
Jason Volk
|
912562f469
|
ircd:Ⓜ️:vm: Checkpoint phase-as-class skeleton.
|
2018-06-12 01:00:14 -07:00 |
|
Jason Volk
|
cc0072df0e
|
modules: Add preliminary m_room_canonical_alias protocol suite.
|
2018-06-12 01:00:14 -07:00 |
|
Jason Volk
|
6236cf230f
|
ircd::util: Better to return the input symbol rather than throwing not_mangled.
|
2018-06-11 00:26:20 -07:00 |
|
Jason Volk
|
5c919d5503
|
modules/console: Add reqs optarg to client listing cmd.
|
2018-06-10 23:07:20 -07:00 |
|
Jason Volk
|
3adf45ddc0
|
modules/console: Cleanup conformity of output from mem cmd.
|
2018-06-09 14:41:35 -07:00 |
|
Jason Volk
|
0da4dec13c
|
ircd:Ⓜ️:event: Add topological before; improve prev iteration closure; reorg some util.
|
2018-06-09 14:37:31 -07:00 |
|
Jason Volk
|
3da5afdb85
|
ircd::allocator: Additional doc comment on profiler.
|
2018-06-09 14:37:31 -07:00 |
|
Jason Volk
|
acddfa77f8
|
ircd::allocator: Add mallinfo to string support w/ console command.
|
2018-06-09 14:37:31 -07:00 |
|
Jason Volk
|
feb1aa5d2f
|
ircd::info: Add glibc related to info.
|
2018-06-09 13:42:35 -07:00 |
|
Jason Volk
|
960553f279
|
ircd::db: Checkpoint skeleton state structure for env.
|
2018-06-09 13:40:21 -07:00 |
|
Jason Volk
|
a077766812
|
ircd:Ⓜ️ Update README.
|
2018-06-09 13:37:04 -07:00 |
|
Jason Volk
|
55a8391e48
|
ircd::allocator: Add trim() if available.
|
2018-06-09 13:34:01 -07:00 |
|
Jason Volk
|
7dd23cd4f0
|
configure.ac: Check for the existence of malloc.h
|
2018-06-09 13:31:22 -07:00 |
|
Jason Volk
|
b198e9bef1
|
modules/console: Add feds auth cmd.
|
2018-06-08 20:43:59 -07:00 |
|
Jason Volk
|
c9e847cf58
|
modules/console: Add auth events to fed head cmd.
|
2018-06-08 20:34:00 -07:00 |
|
Jason Volk
|
1c4e8564b7
|
modules/console: Add manual user read receipt cmd.
|
2018-06-08 20:26:14 -07:00 |
|
Jason Volk
|
a683c52c66
|
modules/console: Add stage broadcast cmd.
|
2018-06-08 20:25:53 -07:00 |
|
Jason Volk
|
cd611f4245
|
modules/console: Catch verify errors in fed event.
|
2018-06-07 18:37:15 -07:00 |
|
Jason Volk
|
ca1507cd48
|
modules/console: Add user register cmd.
|
2018-06-07 13:28:50 -07:00 |
|
Jason Volk
|
51d657a533
|
modules/client/register: Distill for extern linkage; add granular conf items.
|
2018-06-07 13:20:46 -07:00 |
|
Jason Volk
|
eec3196ef0
|
console: Increase the input buffer; take off stack.
|
2018-06-06 10:50:41 -07:00 |
|
Jason Volk
|
0b226f2633
|
modules/vm: Show fault code in error log msg.
|
2018-06-05 11:21:07 -07:00 |
|