C# Class OpenSim.Services.WireduxHTTPHandler

Inheritance: OpenSim.Framework.Servers.HttpServer.BaseStreamHandler
Show file Open project: skidzTweak/Aurora-Sim-Joomla

Protected Properties

Property Type Description
GridInfo OSDMap
m_password string
m_registry IRegistryCore

Public Methods

Method Description
Handle ( string path, Stream requestData, OpenSim.Framework.Servers.HttpServer.OSHttpRequest httpRequest, OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : byte[]
WireduxHTTPHandler ( string pass, IRegistryCore reg, OSDMap gridInfo, UUID adminAgentID ) : System

Private Methods

Method Description
AbuseReportMarkComplete ( OSDMap map ) : OSDMap
AbuseReportSaveNotes ( OSDMap map ) : OSDMap
ActivateAccount ( OSDMap map ) : OSDMap
Authenticated ( OSDMap map ) : OSDMap
BanUser ( OSDMap map ) : OSDMap
ChangeName ( OSDMap map ) : OSDMap

Changes user name

ChangePassword ( OSDMap map ) : OSDMap
CheckIfUserExists ( OSDMap map ) : OSDMap
ConfirmUserEmailName ( OSDMap map ) : OSDMap
CreateAccount ( OSDMap map ) : OSDMap
DeleteUser ( OSDMap map ) : OSDMap
EditUser ( OSDMap map ) : OSDMap
FindUsers ( OSDMap map ) : OSDMap
ForgotPassword ( OSDMap map ) : OSDMap
GetAbuseReports ( OSDMap map ) : OSDMap
GetAvatarArchives ( OSDMap map ) : OSDMap
GetFriends ( OSDMap map ) : OSDMap
GetGridUserInfo ( OSDMap map ) : OSDMap

Gets user information for change user info page on site

GetGroup ( OSDMap map ) : OSDMap
GetGroups ( OSDMap map ) : OSDMap
GetParcel ( OSDMap map ) : OSDMap
GetParcelsByRegion ( OSDMap map ) : OSDMap
GetProfile ( OSDMap map ) : OSDMap
GetRegion ( OSDMap map ) : OSDMap
GetRegions ( OSDMap map ) : OSDMap
GroupAsNewsSource ( OSDMap map ) : OSDMap
GroupNotices ( OSDMap map ) : OSDMap
GroupRecord2OSDMap ( GroupRecord group ) : OSDMap
LandData2WebOSD ( LandData parcel ) : OSDMap
Login ( OSDMap map, bool asAdmin ) : OSDMap
NewsFromGroupNotices ( OSDMap map ) : OSDMap
OnlineStatus ( OSDMap map ) : OSDMap
SaveEmail ( OSDMap map ) : OSDMap

After conformation the email is saved

SetWebLoginKey ( OSDMap map ) : OSDMap
TempBanUser ( OSDMap map ) : OSDMap
UnBanUser ( OSDMap map ) : OSDMap
doBan ( UUID agentID, System.DateTime until ) : void
get_grid_info ( OSDMap map ) : OSDMap

Method Details

Handle() public method

public Handle ( string path, Stream requestData, OpenSim.Framework.Servers.HttpServer.OSHttpRequest httpRequest, OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : byte[]
path string
requestData Stream
httpRequest OpenSim.Framework.Servers.HttpServer.OSHttpRequest
httpResponse OpenSim.Framework.Servers.HttpServer.OSHttpResponse
return byte[]

WireduxHTTPHandler() public method

public WireduxHTTPHandler ( string pass, IRegistryCore reg, OSDMap gridInfo, UUID adminAgentID ) : System
pass string
reg IRegistryCore
gridInfo OSDMap
adminAgentID UUID
return System

Property Details

GridInfo protected property

protected OSDMap GridInfo
return OSDMap

m_password protected property

protected string m_password
return string

m_registry protected property

protected IRegistryCore m_registry
return IRegistryCore