<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ejabberd-auth-php.git/main.php, 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>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>Okay, the last patch was actually rubbish.</title>
<updated>2014-01-17T15:10:10+00:00</updated>
<author>
<name>Christoph Burschka</name>
</author>
<published>2014-01-17T15:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=045012f9b7619d441d8c5b5800519cb7ac6891b6'/>
<id>045012f9b7619d441d8c5b5800519cb7ac6891b6</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Big multiple-plugins patch (fixes #2).</title>
<updated>2014-01-16T18:34:39+00:00</updated>
<author>
<name>Christoph Burschka</name>
</author>
<published>2014-01-16T18:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=841bcac241bac980d5e943793ffda3372d7f8f82'/>
<id>841bcac241bac980d5e943793ffda3372d7f8f82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use STDERR in main.php</title>
<updated>2014-01-16T17:19:28+00:00</updated>
<author>
<name>Christoph Burschka</name>
</author>
<published>2014-01-16T17:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=b89151dbd13029255e52c97363c7e5b6ae7e127b'/>
<id>b89151dbd13029255e52c97363c7e5b6ae7e127b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Huge overhaul to deal with the global variables more cleanly. Avoid globals wherever possible, to avoid collisions with CMS systems.</title>
<updated>2012-10-31T23:01:08+00:00</updated>
<author>
<name>Christoph Burschka</name>
</author>
<published>2012-10-31T23:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=1a1ec38c95a25143bea1e3da38c65a60437d7883'/>
<id>1a1ec38c95a25143bea1e3da38c65a60437d7883</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor to a general, flexible and extensible architecture.</title>
<updated>2012-10-30T14:28:52+00:00</updated>
<author>
<name>Christoph Burschka</name>
</author>
<published>2012-10-30T14:28:52+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=12f6c2acb29cbea6f41d1152eb27affa358c196f'/>
<id>12f6c2acb29cbea6f41d1152eb27affa358c196f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial checkin</title>
<updated>2012-10-30T01:45:21+00:00</updated>
<author>
<name>Christoph Burschka</name>
</author>
<published>2012-10-30T01:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=7fc3addf1b2796998fe0350cd4c5d7513612b1ba'/>
<id>7fc3addf1b2796998fe0350cd4c5d7513612b1ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
