Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@Half-Shot Half-Shot released this 05 Jul 13:30
v3.0.0

Breaking changes

  • This project now requires Node 18 or greater.

Added

  • Added env variable UVS_DISABLE_IP_BLACKLIST to allow disabling the IP blacklist checks in private networks (contributed by @mm28ajos)

Fixed

  • Fallback to users_default if no power level is found for user in room power level check (contributed by @skolmer)

  • Fix UVS_DISABLE_IP_BLACKLIST to cover all cases when Matrix is also on a local network (contributed by @thermaq)

Internal changes

  • Clarify isDomainBlacklisted by splitting it into two functions (contributed by @mm28ajos)