Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-04 | Fix #14: Add wordpress plugin. | Christoph Burschka | |
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. | |||
2016-04-04 | Test with domain argument. | Christoph Burschka | |
If a bridge actually uses the domain part when authenticating, then the unit tests also needs to be able to pass one instead of hardcoding "localhost". | |||
2015-03-27 | Fix #11: Revert escape sequences in XMPP node names. | Christoph Burschka | |
2014-11-17 | Use more inline code tags in README | 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 | Added Apache authentication | Christoph Burschka | |
2014-11-16 | Fix #8: Add htpasswd authentication | Christoph Burschka | |
ejabberd can now authenticate against Apache auth files. | |||
2014-11-14 | Update README for ejabberd 13.10+ | Christoph Burschka | |
ejabberd has switched to YAML configuration files. | |||
2014-08-23 | Fix #7: Fix the pruning query. | Christoph Burschka | |
session.module is supposed to prune expired auth tokens on every login request. The pruning query had the incorrect SQL syntax "DELETE COUNT(*) FROM" which mysql does not accept. | |||
2014-07-03 | Merge pull request #6 from sylae/master | Christoph Burschka | |
Fix #5: SMF2: Use username instead of PDN for session | |||
2014-07-02 | SMF2: Use username instead of PDN for session | Sylae Corell | |
2014-04-13 | Fix #3: Check session bridge before using it. | Christoph Burschka | |
When config['session'] is not set, the session bridge doesn't exist and should not be used. | |||
2014-01-23 | config.php syntax fixes | Christoph Burschka | |
Thanks @sylae | |||
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 | |
It turns out that you can't hope to bootstrap more than one PHP-based software without messing stuff up, particularly because they rely on global variables without exception. If it is risky and unpredictable for different systems, it is completely impossible with multiple instances of the same. Therefore, the ability to use multiple plugins (and the accompanying config.php structure) has been removed. The only plugin that can be used in conjunction with another is session. | |||
2014-01-17 | Apparently that didn't need to be encoded. | Christoph Burschka | |
Stripping < and > | |||
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 | Use STDERR in main.php | Christoph Burschka | |
2014-01-16 | Finished session auth framework for now. (fixes #1) | Christoph Burschka | |
Doc changes and some implementations remain. | |||
2014-01-16 | Implement smf2_session and finish RPC code. (#1) | Christoph Burschka | |
This patch should be ready for testing with SMF. (cburschka/cadence/#31) | |||
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 | |
(See #1, and cburschka/cadence#31) | |||
2014-01-15 | Formatting of README headings. | Christoph Burschka | |
2013-12-31 | Whitespace cleanup (remove tabs) | Christoph Burschka | |
2013-12-30 | Use STD* constants instead of opening new streams. | Christoph Burschka | |
PHP provides STDIN, STDOUT and STDERR constants in CLI mode. | |||
2013-12-30 | Warning about support and maintenance. | Christoph Burschka | |
2013-12-30 | Rewrote Unit tests to explain successes and failures more clearly. | Christoph Burschka | |
2013-12-30 | Only make exceptions for those plugins that actually duplicate code. | Christoph Burschka | |
2013-12-30 | Add SMF to config template. | 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 | |
2013-12-30 | Explain how the class methods work. | Christoph Burschka | |
2013-12-30 | Markdown doesn't like <> brackets. | Christoph Burschka | |
2013-12-30 | Add a short description on writing new plugins. | Christoph Burschka | |
2012-11-03 | Do not set a plugin by default. | Christoph Burschka | |
2012-11-03 | Adding a README | Christoph Burschka | |
2012-11-03 | New Drupal 7 plugin. | Christoph Burschka | |
2012-11-03 | New Drupal 8 plugin. | Christoph Burschka | |