[X2Go-Commits] [python-x2go] branch brokerclient updated (36ec609 -> 6af6993)

git-admin at x2go.org git-admin at x2go.org
Tue Mar 18 01:05:58 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch brokerclient
in repository python-x2go.

      from  36ec609   more work on session broker client code (connecting to a session now works)
       new  d3917a5   only convert string values to unicode
       new  16903f5   broker client: hide all broker specific functionalities from X2GoClient class by moving the broker logic into the broker session profiles backend
       new  6af6993   more work on the broker implementation

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 x2go/backends/control/plain.py       |    5 +
 x2go/backends/profiles/base.py       |  198 +++++++++++++++++++++++++++----
 x2go/backends/profiles/file.py       |   16 +++
 x2go/backends/profiles/httpbroker.py |  212 +++++++++++++++++++++++++---------
 x2go/client.py                       |   49 +++++---
 x2go/defaults.py                     |    2 +-
 x2go/inifiles.py                     |    4 +-
 x2go/registry.py                     |    1 +
 x2go/utils.py                        |   27 +++--
 9 files changed, 406 insertions(+), 108 deletions(-)

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git



More information about the x2go-commits mailing list