<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/websockify.git/tests, branch feature/http-auth-plugins</title>
<subtitle>github.com: kanaka/websockify.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websockify.git/'/>
<entry>
<title>Rework Auth Plugins to Support HTTP Auth</title>
<updated>2015-08-25T21:52:20+00:00</updated>
<author>
<name>Solly Ross</name>
<email>sross@redhat.com</email>
</author>
<published>2015-08-25T20:44:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websockify.git/commit/?id=1e2b5c2256d31e34083935f8adb2c8433cd40f7f'/>
<id>1e2b5c2256d31e34083935f8adb2c8433cd40f7f</id>
<content type='text'>
This commit reworks auth plugins slightly to enable
support for HTTP authentication.  By raising an
AuthenticationError, auth plugins can now return
HTTP responses to the upgrade request (such as 401).

Related to kanaka/noVNC#522
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit reworks auth plugins slightly to enable
support for HTTP authentication.  By raising an
AuthenticationError, auth plugins can now return
HTTP responses to the upgrade request (such as 401).

Related to kanaka/noVNC#522
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce strict mode</title>
<updated>2015-05-13T20:03:57+00:00</updated>
<author>
<name>Solly Ross</name>
<email>sross@redhat.com</email>
</author>
<published>2015-05-12T16:56:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websockify.git/commit/?id=1221960baa6ed683bfad29a4986aa5a02084d4c4'/>
<id>1221960baa6ed683bfad29a4986aa5a02084d4c4</id>
<content type='text'>
This commit introduces strict mode, which is on by default.  Currently
strict mode only enforces client-to-server frame masking.  However,
in the future, it might enforce other parts of the RFC as well.

Closes #164
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit introduces strict mode, which is on by default.  Currently
strict mode only enforces client-to-server frame masking.  However,
in the future, it might enforce other parts of the RFC as well.

Closes #164
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Tests and Test Plugins</title>
<updated>2015-05-13T20:03:57+00:00</updated>
<author>
<name>Solly Ross</name>
<email>sross@redhat.com</email>
</author>
<published>2015-05-06T17:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websockify.git/commit/?id=04fd789a677a84b3c908bb8ac02413d16271d5fb'/>
<id>04fd789a677a84b3c908bb8ac02413d16271d5fb</id>
<content type='text'>
This commit updates the unit tests to work with the current code
and adds in tests for the auth and token plugin functionality.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit updates the unit tests to work with the current code
and adds in tests for the auth and token plugin functionality.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix default log level in echo and load tests</title>
<updated>2014-01-30T22:11:20+00:00</updated>
<author>
<name>Solly Ross</name>
<email>sross@redhat.com</email>
</author>
<published>2014-01-30T22:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websockify.git/commit/?id=18e70c52e1982e2d5fe72b04e12449c250aaff32'/>
<id>18e70c52e1982e2d5fe72b04e12449c250aaff32</id>
<content type='text'>
Since we switched to using the `logging` module to log
in pull request #100, none of the messages on the 'INFO'
level were being shown from `tests/echo.py` and
`tests/load.py`, since the default log level is 'WARNING'.

Now, the log level is set to INFO in `tests/echo.py` and
`tests/load.py`, to match the log level in the main websockify
executable.

Fixes #109
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we switched to using the `logging` module to log
in pull request #100, none of the messages on the 'INFO'
level were being shown from `tests/echo.py` and
`tests/load.py`, since the default log level is 'WARNING'.

Now, the log level is set to INFO in `tests/echo.py` and
`tests/load.py`, to match the log level in the main websockify
executable.

Fixes #109
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote branch 'upstream/master', after #110 was merged.</title>
<updated>2013-12-16T15:18:41+00:00</updated>
<author>
<name>Peter Åstrand (astrand)</name>
<email>astrand@cendio.se</email>
</author>
<published>2013-12-16T15:18:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websockify.git/commit/?id=f64e3dea51160f97c0b7297077aa8e05867bc6a1'/>
<id>f64e3dea51160f97c0b7297077aa8e05867bc6a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename new_client to new_websocket_client, in order to have a better</title>
<updated>2013-11-28T12:33:28+00:00</updated>
<author>
<name>Peter Åstrand (astrand)</name>
<email>astrand@cendio.se</email>
</author>
<published>2013-11-28T12:33:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websockify.git/commit/?id=047ce477423066830e523b937dc8122fc21fcefd'/>
<id>047ce477423066830e523b937dc8122fc21fcefd</id>
<content type='text'>
name in the SocketServer/HTTPServer request handler hierarchy. Prepare
for merge pull request #72. This work has been picked out of
7b3dd8a6f5ef26dbfd6c34a91600ea1613aefaa2 .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
name in the SocketServer/HTTPServer request handler hierarchy. Prepare
for merge pull request #72. This work has been picked out of
7b3dd8a6f5ef26dbfd6c34a91600ea1613aefaa2 .
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename self.client to self.request, in preparation for merging pull</title>
<updated>2013-11-28T12:23:50+00:00</updated>
<author>
<name>Peter Åstrand (astrand)</name>
<email>astrand@cendio.se</email>
</author>
<published>2013-11-28T12:23:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websockify.git/commit/?id=558402848e9fc5b9ec7136144149dd71e3c0c32a'/>
<id>558402848e9fc5b9ec7136144149dd71e3c0c32a</id>
<content type='text'>
request #72. The standard Python SocketServer/BaseRequestHandler
requires this name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
request #72. The standard Python SocketServer/BaseRequestHandler
requires this name.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'a04edfe80f54b44df5a3579f71710560c6b7b4fc'</title>
<updated>2013-11-28T08:34:33+00:00</updated>
<author>
<name>Peter Åstrand (astrand)</name>
<email>astrand@cendio.se</email>
</author>
<published>2013-11-28T08:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websockify.git/commit/?id=7ecfa4f38410253bcb13e5d5693a70435e12da73'/>
<id>7ecfa4f38410253bcb13e5d5693a70435e12da73</id>
<content type='text'>
* commit 'a04edfe80f54b44df5a3579f71710560c6b7b4fc':
  Added temp dir for unit test data and cleanup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit 'a04edfe80f54b44df5a3579f71710560c6b7b4fc':
  Added temp dir for unit test data and cleanup
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'a47be21f9fa69ddf8d888ff9e3c75cdfc9e31c00'</title>
<updated>2013-11-28T08:32:49+00:00</updated>
<author>
<name>Peter Åstrand (astrand)</name>
<email>astrand@cendio.se</email>
</author>
<published>2013-11-28T08:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websockify.git/commit/?id=bc216fb7d1dbe0bda8be910b6f70704d164234a8'/>
<id>bc216fb7d1dbe0bda8be910b6f70704d164234a8</id>
<content type='text'>
* commit 'a47be21f9fa69ddf8d888ff9e3c75cdfc9e31c00':
  Added unit tests for websocket and websocketproxy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit 'a47be21f9fa69ddf8d888ff9e3c75cdfc9e31c00':
  Added unit tests for websocket and websocketproxy
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'c3acdc2e38f871e28ffda1847b4338c4b02296b8'</title>
<updated>2013-11-28T08:32:30+00:00</updated>
<author>
<name>Peter Åstrand (astrand)</name>
<email>astrand@cendio.se</email>
</author>
<published>2013-11-28T08:32:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websockify.git/commit/?id=b92528aebad3f8d0eca9dab0f9a4b792ac1505a6'/>
<id>b92528aebad3f8d0eca9dab0f9a4b792ac1505a6</id>
<content type='text'>
* commit 'c3acdc2e38f871e28ffda1847b4338c4b02296b8':
  Adds optional TCP_KEEPALIVE to WebSocketServer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit 'c3acdc2e38f871e28ffda1847b4338c4b02296b8':
  Adds optional TCP_KEEPALIVE to WebSocketServer
</pre>
</div>
</content>
</entry>
</feed>
