Difference between revisions of "1.2.0 Server"

From Mumble Wiki
Jump to: navigation, search
m (removed documentation category)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= Introduction =
 
= 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.
+
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 [[1.2.0 Upgrade|Upgrade]].
  
'''WARNING: This page is under construction and NOT COMPLETE.'''
+
== [[Ice]]-Interface ==
 +
1.2.0 contains an enhanced [[Ice]] interface. This means more useful information and functionality gets exposed. Please see the corresponding documentation.
  
= Changes from 1.1.8 =
+
== phpBB3 authenticator ==
1.2.0 gained many new capabilities, some of which might create unexpected behaviour for server administrators.
+
Starting with 1.2.0 we have a [[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].
  
== URL Schema ==
+
[[Category:Documentation English]]
As we did not want to change the mumble:// service prefix and wanted to make transition as smooth as possible 1.1.X will be the default app that launches for these URLs (this might change in the future). You have to actively tell mumble a URL points to a 1.2.0 protocol server to make it launch the right client. You do this by appending a version parameter to the url: ?version=1.2.0 .
 
 
 
For example: mumble://mumble.server.tld?version=1.2.0
 
 
 
{{docs}}
 
[[category:Documentation English]]
 

Latest revision as of 20:00, 23 October 2014

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 have a 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.