aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/RestMethod.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed to native line ending encodingSean Dague2007-07-161-31/+31
|
* * Moved SendNameReply to ClientViewlbsa712007-07-131-1/+0
| | | | | | * Removed unused LoginService * Minor renames on BinaryStreamHandler
* More work on UserProfile and inventory cache (still currently not enabled).MW2007-07-111-0/+1
| | | | | Asset uploading over CAPS now works, and although inventory isn't really working yet, this should now at least enables texturing of prims.
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-4/+0
| | | | | * added some licensing info
* * Started working on LlsdMethod for BaseHttpServerlbsa712007-07-021-0/+35
*Renamed IRestHandler.cs to RestMethod.cs which is the correct name.