]> git.rm.cloudns.org Git - xonotic/xonotic.wiki.git/commitdiff
(Commit created by redmine exporter script from page "Website" version 8)
authormand1nga <mand1nga@xonotic.org>
Sat, 13 Mar 2010 18:20:00 +0000 (18:20 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
Website.textile

index 411158bd535269fb5214bea947882005d4505963..98866a6ddcb12bb629f61252c8cd2db2eaf2d965 100644 (file)
@@ -33,6 +33,21 @@ h3. Art
 * Splash image for the login / waiting screen on the forum
 * Website design
 
+h2. SSO (Single Sign On) Ideas 
+
+(psychcf) After talking with z, here's what we know we want to do:
+* Have a centralized authentication system using LDAP
+** Write a plugin for mybb to auth against it
+** Find a plugin for wordpress to auth against it
+** The reasoning behind this would be that it would be easier to add other web apps to it later, and even have the dev site and git server auth against the ldap server.
+* Later down the road we want to do an in-game community sort of thing
+** There would be achievements and statistics, server listings, possibly a friend/clan management thing, etc.
+** This would be accessible through the game through an exposed RPC service of some sort
+*** For achievements, we need to come up with some way of preventing people from cheating by just calling the RPC functions from some script
+** We could use django or some other framework to do this pretty quickly
+** In-game chat between players/clan members could be done by running a jabber server on the hosting side, then writing some sort of client for it in the game, although this would be more complicated.
+
+
 h2. Forum structure
 
 h3. General