aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2009-09-04 00:04:26 -0400
committerTeravus Ovares (Dan Olivares)2009-09-04 00:04:26 -0400
commit9f05edab04b7c592767b4875b00cec8468121744 (patch)
tree038c4955e4bbabd7ed2cd67443676480ca52f25a /OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs
parent* Fixes the function 'GetTerrainHeightAtXY' (diff)
parentMore work on new authentication service (diff)
downloadopensim-SC_OLD-9f05edab04b7c592767b4875b00cec8468121744.zip
opensim-SC_OLD-9f05edab04b7c592767b4875b00cec8468121744.tar.gz
opensim-SC_OLD-9f05edab04b7c592767b4875b00cec8468121744.tar.bz2
opensim-SC_OLD-9f05edab04b7c592767b4875b00cec8468121744.tar.xz
Merge branch 'master' of ssh://MyConnection/var/git/opensim
Diffstat (limited to 'OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs')
-rw-r--r--OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs b/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs
index 5c83299..83ce0d0 100644
--- a/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs
+++ b/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs
@@ -26,11 +26,15 @@
26 */ 26 */
27 27
28using System; 28using System;
29using System.Collections.Generic;
29using OpenMetaverse; 30using OpenMetaverse;
30using OpenSim.Services.Interfaces; 31using OpenSim.Services.Interfaces;
31using log4net; 32using log4net;
32using Nini.Config; 33using Nini.Config;
33using System.Reflection; 34using System.Reflection;
35using OpenSim.Data;
36using OpenSim.Framework;
37using OpenSim.Framework.Console;
34 38
35namespace OpenSim.Services.AuthenticationService 39namespace OpenSim.Services.AuthenticationService
36{ 40{