aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLFileTransfer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-11/+11
| | | | | | | | | properties as before - prefix private variables with m_ in AssetBase.cs - related to Mantis #3122, as mentioned in https://lists.berlios.de/pipermail/opensim-dev/2009-February/005088.html - all services will likely need to be upgraded after this commit
* * optimized usings.lbsa712009-02-121-9/+1
|
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-2/+2
| | | | | | | | | | | | | | | | | | | | OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-041-14/+14
| | | | | - trim trailing whitespace
* a little bit more work on LLFileTransfer.cs, from over the christmas/new ↵MW2009-01-121-7/+11
| | | | year period. Still not working/in use but hopefully I can finish it soon.
* More work on moving Xfer file transfer handling code to the Client stack ↵MW2008-12-151-34/+133
| | | | | | | from the various region modules that it is currently in. Still not enabled yet.
* more work on moving FileTransfer code to the clientstack.MW2008-12-131-5/+12
| | | | | Still not enabled.
* Add copyright headers.Jeff Ames2008-12-131-1/+28
|
* Update svn properties.Jeff Ames2008-12-131-239/+239
|
* more work on moving FileTransfer code to the clientstack.MW2008-12-121-2/+42
| | | | | Although its still not enabled.
* Add OpenSim.Framework.IClientFileTransfer.MW2008-12-121-4/+1
|
* Started to move xfer file transfer code to the LLClientStack, rather than ↵MW2008-12-121-0/+202
having it in a region module (like it was). Note:None of this is enabled yet.