Difference between revisions of "1.2.0 Server"

From Mumble Wiki
Jump to: navigation, search
(Add phpBB3auth and make page look final)
(phpBB3 authenticator)
Line 6: Line 6:
  
 
== phpBB3 authenticator ==
 
== phpBB3 authenticator ==
Starting with 1.2.0 we extended our sample scripts with an [[Ice]] + [http://www.python.org python] implementation of an authenticator that can be used to authenticate users from a phpBB3 database on a murmur 1.2.0 server.
+
Starting with 1.2.0 we extended our sample scripts with an [[Ice]] + [http://www.python.org python] implementation of an authenticator that can be used to authenticate users from a phpBB3 database on a murmur 1.2.0 server. You can find [http://gitorious.org/mumble-scripts/mumble-scripts/trees/master/Authenticators/phpBB3 phpBB3auth here].
  
 
{{docs}}
 
{{docs}}
 
[[category:Documentation English]]
 
[[category:Documentation English]]

Revision as of 23:12, 1 February 2010

Introduction

This page is supposed to contain information for server owners on what to expect of the upcoming 1.2.0 release on the server-side. For specific changes and upgrade instructions from 1.1.8 see Upgrade.

Ice-Interface

1.2.0 contains an enhanced Ice interface. This means more useful information and functionality gets exposed. Please see the corresponding documentation.

phpBB3 authenticator

Starting with 1.2.0 we extended our sample scripts with an Ice + python implementation of an authenticator that can be used to authenticate users from a phpBB3 database on a murmur 1.2.0 server. You can find phpBB3auth here.