[prosody-dev] proposed auth module: atack (+ logging issues)

2017-04-21 Thread James Leu
Hello all, First time poster ... long time user I've started working on a auth module that allows you to stack other auth modules. I believe I've made good progress, but I'm trying to do some debugging and all my module:log messages are disappearing. I can see my log messages from when the

Re: [prosody-dev] [PATCH][0.10] muc: Allow clients to change multiple affiliations or roles at once (#345)

2017-04-21 Thread Lennart Sauerbeck
On 17.04.2017 22:21, Matthew Wild wrote: > On 17 April 2017 at 19:34, Kim Alvefur wrote: >> On Mon, Apr 17, 2017 at 02:32:22PM +0100, Matthew Wild wrote: >>> - Treat the request as an atomic change: succeed for all, or fail >>> all (i.e. if one of the JIDs is malformed, don't

[prosody-dev] proposed new auth module:stack

2017-04-21 Thread James Leu
I was wondering if there is any interest in an auth modules that stacks existing auth modules. Example: stack = "a b c" while there are entries on stack Z = top of stack If the users exists in Z AND passes authentication, they are authorize else if the users exists in Z but does NOT