vernemq:feature_vmq_rest

Last commit made on 2023-05-14
Get this branch:
git clone -b feature_vmq_rest https://git.launchpad.net/vernemq

Branch merges

Branch information

Name:
feature_vmq_rest
Repository:
lp:vernemq

Recent commits

4b67ef7... by Andre Fatton <email address hidden>

fmt

9d123d2... by Andre Fatton <email address hidden>

RPC timeout

12864d0... by Andre Fatton <email address hidden>

Add cluster RPCs

d6d2425... by Andre Fatton <email address hidden>

Initial v2 HTTP API

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>

78104e1... by mths1 <email address hidden>

Introduces a setting that ignores the online queue size when adding data from the offline queue to the online queue. (#2143)

Co-authored-by: mths1 <mths1>

d48dba3... by mths1 <email address hidden>

Refactor code to better handle line-ending (#2145)

Refactor test case
Add testcase that loads file

Co-authored-by: mths1 <mths1>

83d16e7... by mths1 <email address hidden>

Use default_reg_view instead of vmq_req_trie directly. (#2149)

Co-authored-by: mths1 <mths1>