Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-04 | Check that hash_equals() exists. | Christoph Burschka | |
The hash_equals function was added in PHP 5.6.0. In older versions, fall back to ===. | |||
2016-04-04 | Add multi-domain support to htpasswd plugin. | Christoph Burschka | |
Each domain can now use its own htpasswd file. | |||
2014-11-17 | PHP code style in htpasswd.inc | Christoph Burschka | |
2014-11-17 | htpasswd readme: Format inline code. | Christoph Burschka | |
2014-11-17 | htpasswd readme: Format codeblock. | Christoph Burschka | |
2014-11-16 | Fix #8: Add htpasswd authentication | Christoph Burschka | |
ejabberd can now authenticate against Apache auth files. |