<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ejabberd-auth-php.git, branch master</title>
<subtitle>Fork of pluggable PHP-based extauth module for ejabberd
</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/'/>
<entry>
<title>Add GNU social plugin</title>
<updated>2017-04-17T04:53:18+00:00</updated>
<author>
<name>Joshua Judson Rosen</name>
</author>
<published>2017-04-17T04:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=b15b9dd3e8c47c7dead249031089896b8c24b348'/>
<id>b15b9dd3e8c47c7dead249031089896b8c24b348</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #16 Accept command-line arguments.</title>
<updated>2016-09-25T13:43:27+00:00</updated>
<author>
<name>Christoph Burschka</name>
</author>
<published>2016-09-25T13:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=cc202c462f34fff212d3e51a095c63008c20b050'/>
<id>cc202c462f34fff212d3e51a095c63008c20b050</id>
<content type='text'>
If main.php is called with commandline arguments, these will be passed
to the bridge as a single request, instead of running the bridge as a daemon.

The arguments are, in order: &lt;command&gt; &lt;username&gt; &lt;server&gt; &lt;password&gt;

The result will be printed to stdout (1 for success, 0 for failure),
and will be set as the exit status (0 for success, 1 for failure).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If main.php is called with commandline arguments, these will be passed
to the bridge as a single request, instead of running the bridge as a daemon.

The arguments are, in order: &lt;command&gt; &lt;username&gt; &lt;server&gt; &lt;password&gt;

The result will be printed to stdout (1 for success, 0 for failure),
and will be set as the exit status (0 for success, 1 for failure).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the JSON content type.</title>
<updated>2016-09-03T13:24:18+00:00</updated>
<author>
<name>Christoph Burschka</name>
</author>
<published>2016-09-03T13:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=cac5c987dbe849189a89846e71ab21e9b8c7cb10'/>
<id>cac5c987dbe849189a89846e71ab21e9b8c7cb10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #14: Add wordpress plugin.</title>
<updated>2016-04-04T18:47:35+00:00</updated>
<author>
<name>Christoph Burschka</name>
</author>
<published>2016-04-04T18:43:20+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=fea6f15f266ec7c5a72c655d796a13b9241770b7'/>
<id>fea6f15f266ec7c5a72c655d796a13b9241770b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check that hash_equals() exists.</title>
<updated>2016-04-04T18:36:06+00:00</updated>
<author>
<name>Christoph Burschka</name>
</author>
<published>2016-04-04T18:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=5e6ff31f201c36b6191f82c82a112f2b06d536d8'/>
<id>5e6ff31f201c36b6191f82c82a112f2b06d536d8</id>
<content type='text'>
The hash_equals function was added in PHP 5.6.0. In older versions,
fall back to ===.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The hash_equals function was added in PHP 5.6.0. In older versions,
fall back to ===.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add multi-domain support to htpasswd plugin.</title>
<updated>2016-04-04T18:35:21+00:00</updated>
<author>
<name>Christoph Burschka</name>
</author>
<published>2016-04-04T18:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=8cd148bdb2be52b16cc4dc57a501f194c1ffb58b'/>
<id>8cd148bdb2be52b16cc4dc57a501f194c1ffb58b</id>
<content type='text'>
Each domain can now use its own htpasswd file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Each domain can now use its own htpasswd file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test with domain argument.</title>
<updated>2016-04-04T18:29:25+00:00</updated>
<author>
<name>Christoph Burschka</name>
</author>
<published>2016-04-04T18:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=876ecc19572f98bd40c128d4e01e5a3a949c5153'/>
<id>876ecc19572f98bd40c128d4e01e5a3a949c5153</id>
<content type='text'>
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".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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".
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #11: Revert escape sequences in XMPP node names.</title>
<updated>2015-03-27T16:24:13+00:00</updated>
<author>
<name>Christoph Burschka</name>
</author>
<published>2015-03-27T16:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=c70517ea29faef059ab9aab643cea630214aa8a8'/>
<id>c70517ea29faef059ab9aab643cea630214aa8a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use more inline code tags in README</title>
<updated>2014-11-17T11:27:22+00:00</updated>
<author>
<name>Christoph Burschka</name>
</author>
<published>2014-11-17T11:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=553aeba68f531bcbd8adb963050831571a6bf40c'/>
<id>553aeba68f531bcbd8adb963050831571a6bf40c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PHP code style in htpasswd.inc</title>
<updated>2014-11-17T02:00:38+00:00</updated>
<author>
<name>Christoph Burschka</name>
</author>
<published>2014-11-17T02:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=5722bd0c9929187a48acf698828ecbc6d46a6d2d'/>
<id>5722bd0c9929187a48acf698828ecbc6d46a6d2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
