]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Website.textile
(Commit created by redmine exporter script from page "1v1_Duel" version 1)
[xonotic/xonotic.wiki.git] / Website.textile
index 411158bd535269fb5214bea947882005d4505963..262772fed25944ee9a0af0e3b942d7edfb9f13e8 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) 
+
+(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