aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLFileTransfer.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-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
2009-02-12* optimized usings.lbsa711-9/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-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!
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-14/+14
- trim trailing whitespace
2009-01-12a little bit more work on LLFileTransfer.cs, from over the christmas/new ↵MW1-7/+11
year period. Still not working/in use but hopefully I can finish it soon.
2008-12-15More work on moving Xfer file transfer handling code to the Client stack ↵MW1-34/+133
from the various region modules that it is currently in. Still not enabled yet.
2008-12-13more work on moving FileTransfer code to the clientstack.MW1-5/+12
Still not enabled.
2008-12-13Add copyright headers.Jeff Ames1-1/+28
2008-12-13Update svn properties.Jeff Ames1-239/+239
2008-12-12more work on moving FileTransfer code to the clientstack.MW1-2/+42
Although its still not enabled.
2008-12-12Add OpenSim.Framework.IClientFileTransfer.MW1-4/+1
2008-12-12Started to move xfer file transfer code to the LLClientStack, rather than ↵MW1-0/+202
having it in a region module (like it was). Note:None of this is enabled yet.