vernemq:fix_git_protocol

Last commit made on 2022-03-17
Get this branch:
git clone -b fix_git_protocol https://git.launchpad.net/vernemq

Branch merges

Branch information

Name:
fix_git_protocol
Repository:
lp:vernemq

Recent commits

5d5ec35... by Andre Fatton <email address hidden>

Deprecate unencrypted git protocol

dac6fab... by ioolkos <email address hidden>

Update changelog.md

872804b... by ioolkos <email address hidden>

Update changelog.md

bafb3f5... by ioolkos <email address hidden>

Update changelog.md

5108050... by Kian-Meng, Ang

Fix typos (#1947)

1956517... by ioolkos <email address hidden>

Add per-listener override for allow_anonymous, for TCP and TLS MQTT l… (#1940)

* Add per-listener override for allow_anonymous, for TCP and TLS MQTT listeners

* Extend documentation on allow_anonymous in schema file

* Update changelog

* Add test for TSL listener checking allow anonymous listener override

dd9a8fd... by ioolkos <email address hidden>

Fix WebHooks tests by setting return value (proplists instead of maps) (#1943)

1a6523b... by ioolkos <email address hidden>

Update changelog.md

dd5361c... by John Nirajh

Response Topic Added in CONNACK (#1933)

* Response Topic Added in CONNACK

* ?P property Not found

* reverted to macro form ?P_RESPONSE_INFO

Co-authored-by: A.C.John <email address hidden>

a028b44... by ioolkos <email address hidden>

Add tests for WebSockets and Proxy Protocol extracting CN (#1941)

* Add tests for WebSockets and Proxy Protocol extracting CN

* Fix 'proxy_protocol_use_cn_as_username' for WebSocket listeners

* Update Changelog