vernemq:fixes_swc_sync

Last commit made on 2023-06-01
Get this branch:
git clone -b fixes_swc_sync https://git.launchpad.net/vernemq

Branch merges

Branch information

Name:
fixes_swc_sync
Repository:
lp:vernemq

Recent commits

6b6341e... by Andre Fatton <email address hidden>

Allow Eunit to run

409e03a... by Andre Fatton <email address hidden>

Adapt SWC to better handle old node residues, preventing empty sync cycles.

8389aea... by ioolkos <email address hidden>

Fix CLI output of vmq-admin set commands. (#2138)

* Fix CLI output of vmq-admin set commands.

* rebar3 fmt

2cdc23d... by ioolkos <email address hidden>

Expose configuration of max_request_line_length for HTTP listeners (#2161)

cd4c300... by pheianox <email address hidden>

Add PITS Global Data Recovery Services to the adopters list (#2159)

29986dd... by mths1 <email address hidden>

Introduces a new reg_view with a better performance and memory profile version than vmq_reg_trie. (#2142)

Co-authored-by: mths1 <mths1>

686dfdf... by ioolkos <email address hidden>

WIP: Initial v2 HTTP API (#2132)

* Initial v2 HTTP API

* Add cluster RPCs

* RPC timeout

* fmt

3b4a098... by mths1 <email address hidden>

Use default reg view for status page and flatten offline clients (#2153)

Co-authored-by: mths1 <mths1>
Co-authored-by: ioolkos <email address hidden>

ac56f51... by mths1 <email address hidden>

Initial support for X-Forward-For header. Currently, only works for Websockets (MQTTWS). To turn on support for X-Forward-Header you need to set (#2120)

- listener.ws.proxy_xff_support on
- istener.ws.proxy_xff_trusted_intermediate IP1;IP2;...

where IP1... are acceptable proxy IPs.

Co-authored-by: mths1 <>

7eab485... by mths1 <email address hidden>

Bugfix: MQTTv5 QoS 0 should ignore receive maximum for QoS 1/2 subscribers (#2151)

Co-authored-by: mths1 <mths1>