index
:
ejabberd-auth-php.git
master
Fork of pluggable PHP-based extauth module for ejabberd
Joshua Judson Rosen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
Age
Commit message (
Expand
)
Author
2017-04-17
Add GNU social plugin
HEAD
master
Joshua Judson Rosen
2016-09-03
Fix the JSON content type.
Christoph Burschka
2016-04-04
Fix #14: Add wordpress plugin.
Christoph Burschka
2016-04-04
Check that hash_equals() exists.
Christoph Burschka
2016-04-04
Add multi-domain support to htpasswd plugin.
Christoph Burschka
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
2014-08-23
Fix #7: Fix the pruning query.
Christoph Burschka
2014-07-02
SMF2: Use username instead of PDN for session
Sylae Corell
2014-01-23
Clarified readme
Christoph Burschka
2014-01-23
Delete unused configuration file.
Christoph Burschka
2014-01-18
Add (hopefully) session auth for phpBB3.
Christoph Burschka
2014-01-18
Explain the cross-domain thing.
Christoph Burschka
2014-01-18
Implement session auth for Drupal.
Christoph Burschka
2014-01-17
Okay, the last patch was actually rubbish.
Christoph Burschka
2014-01-17
Apparently that didn't need to be encoded.
Christoph Burschka
2014-01-17
Completed documentation
Christoph Burschka
2014-01-16
Big multiple-plugins patch (fixes #2).
Christoph Burschka
2014-01-16
Finally remove unused setpass/register hooks.
Christoph Burschka
2014-01-16
Finished session auth framework for now. (fixes #1)
Christoph Burschka
2014-01-16
Implement smf2_session and finish RPC code. (#1)
Christoph Burschka
2014-01-16
Formatting of README headings.
Christoph Burschka
2014-01-16
Adding a README.md to session/
Christoph Burschka
2014-01-16
First step toward a session-auth plugin.
Christoph Burschka
2013-12-31
Whitespace cleanup (remove tabs)
Christoph Burschka
2013-12-30
Actually return the result of the SSI call.
Christoph Burschka
2013-12-30
SMF's SSI API may randomly spew HTML; run it in an output buffer.
Christoph Burschka
2013-12-30
New SMF2 plugin
Christoph Burschka
2012-11-03
New Drupal 7 plugin.
Christoph Burschka
2012-11-03
New Drupal 8 plugin.
Christoph Burschka
2012-11-02
Abort if phpBB 3.1 not installed; avoid error handler; set globals.
Christoph Burschka
2012-11-02
Refactoring of plugin names complete.
Christoph Burschka
2012-11-02
Renaming phpbb versions properly.
Christoph Burschka
2012-11-01
Huge overhaul to deal with the global variables more cleanly. Avoid globals w...
Christoph Burschka
2012-10-30
Add phpbb4 plugin (for trunk of phpBB)
Christoph Burschka
2012-10-30
Refactor to a general, flexible and extensible architecture.
Christoph Burschka