summaryrefslogtreecommitdiff
path: root/plugins/htpasswd
AgeCommit message (Collapse)Author
2016-04-04Check 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-04Add multi-domain support to htpasswd plugin.Christoph Burschka
Each domain can now use its own htpasswd file.
2014-11-17PHP code style in htpasswd.incChristoph Burschka
2014-11-17htpasswd readme: Format inline code.Christoph Burschka
2014-11-17htpasswd readme: Format codeblock.Christoph Burschka
2014-11-16Fix #8: Add htpasswd authenticationChristoph Burschka
ejabberd can now authenticate against Apache auth files.