aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Capabilities/LLSDCapsDetails.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed to native line ending encodingSean Dague2007-07-161-17/+17
|
* Fixed a number of bugs in the local InstantMessage handling, sending ↵MW2007-07-121-0/+2
| | | | InstantMessages will no longer crash the server. But they still aren't really working correctly, you can't type replies to received messages.
* More work on UserProfile and inventory cache (still currently not enabled).MW2007-07-111-1/+1
| | | | | Asset uploading over CAPS now works, and although inventory isn't really working yet, this should now at least enables texturing of prims.
* Done a little bit of renaming in primitive.cs and on a few events in IClientAPI.MW2007-07-091-1/+1
| | | | | Disabled CAPS asset uploading as it seems it now crashes the server.
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-4/+0
| | | | | * added some licensing info
* *Moved all the classes into their own file from LLSDHelpers.csmingchen2007-06-271-0/+19
*Some folder renaming to follow project Name *Updated prebuild.xml