Mickaël Rémond

Results 64 comments of Mickaël Rémond

@weiss The migration would require a downtime, right ?

I created this label: https://github.com/processone/ejabberd/labels/To%20reconsider

@badlop I think we should rate limit the captcha generation from user to mitigate this issue.

Yes, the user existance cannot be checked with jwt, so indeed, the function should always return true, not false I think. The issue is that you need to monitor the...

A more complex option (on the long run) is to add the user into a known user table, and provide a way to delete them. That table would be consulted...

Let me try to propose another approach. Possibly, it should be dynamic and not in the configuration file. I guess, an admin could be able to set a vcard for...

I do not think it is a leak. It is just that parsing / managing photo uses more memory and cause Erlang to need to allocate more memory when photos...

Not sure. Pattern you describe seems to match Erlang memory allocation pattern (usually double allocation from previous time when it needs memory. We would need testing / benchmark to see...

We have two options here: 1. Moving the build chain to rebar3. 2. Moving the build chain to mix. I would rather use mix to also promote deeper integration with...

Yes, we need to make that possible, especially to let user customize that presence. I think it may happen for example in a post connection hook, that could be overriden...