Skip to content

Tags: matrix-org/prosody-mod-auth-matrix-user-verification

Tags

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix handling of power levels when `state_default` is omitted and shou…

…ld be treated as 50 (#22)

Fixes #21

I have not tested the code but I have written Lua before and believe
this is how its nil handling should work

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #19 from thermaq/patch-1

Fixed missing method on 3.0 of luajwtjitsi

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from anoadragon453/anoa/async_http

Convert User Verification Service check to a non-blocking HTTP call

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #8 from matrix-org/jaywink/better-logging

Add some more comprehensive logging

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from matrix-org/jaywink/better-moderator-control

Ensure power level sync works properly

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from matrix-org/jaywink/debug

Separate power level sync to separate module

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from matrix-org/jaywink/room-owner

Sync conference power levels on join

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from matrix-org/jaywink/support-matrix-server-name

Support server name passed in Matrix context

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from matrix-org/jaywink/use-lua-http

Use lua-http instead of Prosody net.http

v1.0.0

Toggle v1.0.0's commit message
Improve readme