Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-scripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hacker <dd0t@users.sourceforge.net>2016-03-12 06:18:47 +0300
committerStefan Hacker <dd0t@users.sourceforge.net>2016-03-12 06:18:47 +0300
commitf6e3f1e50998b5cde6a6b11df3b87d46cd885b61 (patch)
tree24a4e1316fcfdf24a855a70faada3fb9ae404ee1 /Authenticators/phpBB3
parent5a227f4be04c3f0422e33a1b0b078bff854435e3 (diff)
Force Authenticators to use Ice encoding 1.0
As we don't use the new 1.1 features and likely never will this makes us backwards and forwards compatible. See https://doc.zeroc.com/display/Doc/Encoding+Version+1.1
Diffstat (limited to 'Authenticators/phpBB3')
-rwxr-xr-xAuthenticators/phpBB3/phpBB3auth.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Authenticators/phpBB3/phpBB3auth.py b/Authenticators/phpBB3/phpBB3auth.py
index ac3077d..74aa245 100755
--- a/Authenticators/phpBB3/phpBB3auth.py
+++ b/Authenticators/phpBB3/phpBB3auth.py
@@ -735,6 +735,7 @@ def do_main_program():
initdata.properties.setProperty(prop, val)
initdata.properties.setProperty('Ice.ImplicitContext', 'Shared')
+ initdata.properties.setProperty('Ice.Default.EncodingVersion', '1.0')
initdata.logger = CustomLogger()
app = phpBBauthenticatorApp()