Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-03-02 | OpenID auth needs hashing before authenticating | BlueWall | 1 | -1/+1 | |
2011-12-05 | Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
of OSHttpRequest/OSHttpResponse. This is required for the substitution of different HTTP servers or the newer HttpServer.dll without having to commit to a particular implementation. This is also required to write regression tests that involve the HTTP layer. If you need to recompile, all you need to do is replace OSHttpRequest/OSHttpResponse references with IOSHttpRequest/IOSHttpResponse. | |||||
2010-01-10 | Moved OpenId authentication from user server to Server.Handlers.Authentication. | Diva Canto | 1 | -15/+22 | |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -1/+1 | |
2009-03-19 | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 1 | -0/+1 | |
2009-02-24 | Setting svn:eol-style=native on new files. | Mike Mazur | 1 | -337/+337 | |
2009-02-24 | First step in separating out the Userserver console command handling to a ↵ | MW | 1 | -337/+337 | |
"module". Added OpenSim.Grid.UserServer.Modules project/dll which now contains the components of the userserver. With the OpenSim.Grid.UserServer being the setup and initiate exe. | |||||
2009-02-12 | * optimized usings. | lbsa71 | 1 | -2/+0 | |
2008-12-30 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -339/+339 | |
2008-12-20 | * ReCommit the OpenID patch with a few less dependencies. | Teravus Ovares | 1 | -0/+339 | |
* Removes all references to ASP.NET (System.Web.UI,*) * Removes all references to System.Web.Mobile | |||||
2008-12-20 | Revert OpenId until we can come to grips with the mono 2 requirement | Charles Krinke | 1 | -339/+0 | |
for System.Web.Mobile | |||||
2008-12-19 | Mantis#2816. Thank you kindly, JHurliman for the beginnings of | Charles Krinke | 1 | -0/+339 | |
OpenID support in OpenSim for the UserServer. |