aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AuthorizationResponse.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-11moved AuthorizationRequest and AuthorizationResponse to ↵Rob Smart1-58/+0
IAuthorizationService to keep service dependencies together.
2009-09-10Changed the interface of IAuthorizationService to get less data.Diva Canto1-1/+1
2009-09-10added AuthorizationRequest and AuthorizationResponse objects for passing ↵Rob Smart1-17/+18
Authorization messages over http. Added handling code for these in the AuthorizationServerConnector and AuthorizationServicesConnector
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-02-12* optimized usings.lbsa711-1/+0
2008-06-04* fleshing out XMPP entities, adding XmppWriter and XmppSerializerDr Scofield1-15/+18
having spent the last couple of days wrestling with .NET XmlSerializer and trying to get it to do what is required by XMPP (RFC 3920 & 3921) this is the preliminary result of that wrestling (you should see the other guy!): XmppSerializer allows us to serialize Xmpp stanza (and theoretically deserialize [or reify] them), XmppWriter helps avoiding various gratuitous crap added in by off-the-shelf XmlSerializer. this is currently not used anywhere but the plan is to use it for at least an XMPPBridgeModule.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-2/+0
(this took a while to run).
2008-04-17Update svn properties. Add copyright info to some source files.Jeff Ames1-1/+27
2008-04-14* Fixed a few warnings.Teravus Ovares1-3/+3
* Added license info to a few files it was missing from. * Fleshed out the landbuy interfaces * If you add '-helperuri http://127.0.0.1:9000/' to your list of parameters you tell the client to use when you start it up you can transfer ownership of parcels now in standalone. Structured gridmode requires a lot more work, see the documentation in the example money module. The example money module is not secure especially in standalone mode.
2008-04-02* Updating the version of the ODE library. (big update). The Mac library ↵Teravus Ovares1-0/+31
needs to be updated still. * Adding some XMPP stuff that's incomplete.