vernemq:revert-2250-fix_xff_cn_username

Last commit made on 2024-02-15
Get this branch:
git clone -b revert-2250-fix_xff_cn_username https://git.launchpad.net/vernemq

Branch merges

Branch information

Name:
revert-2250-fix_xff_cn_username
Repository:
lp:vernemq

Recent commits

0d2d393... by ioolkos <email address hidden>

Revert "Fix xff cn username (#2250)"

This reverts commit dd7a73ff6b4107f8719d89d7d0a8b1308c20876e.

dd7a73f... by ioolkos <email address hidden>

Fix xff cn username (#2250)

* Error on empty xff_cn_username

* Stop on all websocket_init errors

* Error on undefined name header

* Update Changelog

15b636e... by ioolkos <email address hidden>

Add simple options to HTTP health endpoint (#2248)

* Add simple options to HTTP health endpoint

* Adapt health backend paths

* Update Changelog

12df403... by mths1 <email address hidden>

Remove deprecated allow_multiple_sessions (#2241)

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

31afd74... by Andre Fatton <email address hidden>

Run 3rd party license generator

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

Adapt to removed lager logging in bridge

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

Small bridge test fix

dd5e7fe... by Alan Matykiewicz <email address hidden>

Implement persistent message queue for vmq_bridge using replayq

Author: Alan Matykiewicz <email address hidden>

cefbc9b... by ioolkos <email address hidden>

Prevent non-empty nodes from joining an SWC cluster (#2239)

* Make a node test itself to not have history before joining an SWC cluster

* Revert to list_to_atom in vmq_swc summary function

* Adapt swc_store_SUITE to feature

* Add vmq-admin node history cmd for scripts

* Add prevent_nonempty_join config flag

* Add default to get_env

ad278ab... by mths1 <email address hidden>

Fix typo in ssl cli (#2246)

Co-authored-by: mths1 <mths1>