OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) f7d09b898a Make the concept of namespaces explicit in dynamic attributes
This is in order to reduce the likelihood of naming clashes, make it easier to filter in/out attributes, ensure uniformity, etc.
All dynattrs in the opensim distro itself or likely future ones should be in the "OpenSim" namespace.
This does alter the underlying dynattrs data structure.  All data in previous structures may not be available, though old structures should not cause errors.
This is done without notice since this feature has been explicitly labelled as experimental, subject to change and has not been in a release.
However, existing materials data is being preserved by moving it to the "Materials" store in the "OpenSim" namespace.
2013-06-27 23:14:28 +01:00
..
Addons minor: remove mono compiler warning in OfflineIMService 2013-06-18 23:52:15 +01:00
ApplicationPlugins minor: Remove mono compiler warning in RemoteAdminPlugin 2013-05-09 22:44:45 +01:00
Capabilities minor: fix mono compiler warning in FetchInventory2Handler 2013-06-20 00:17:20 +01:00
ConsoleClient Make sure we dispose of WebResponse, StreamReader and Stream in various places where we were not already. 2013-02-27 00:21:02 +00:00
Data Make the concept of namespaces explicit in dynamic attributes 2013-06-27 23:14:28 +01:00
Framework Make the concept of namespaces explicit in dynamic attributes 2013-06-27 23:14:28 +01:00
Region Make the concept of namespaces explicit in dynamic attributes 2013-06-27 23:14:28 +01:00
Server Change IsLocalRegion from using region handle to using regionID. This was affecting UpdateAgent and CloseAgent in cases where the foreign region is on the same coordinates as *some* local region. 2013-06-22 08:29:06 -07:00
Services Change IsLocalRegion from using region handle to using regionID. This was affecting UpdateAgent and CloseAgent in cases where the foreign region is on the same coordinates as *some* local region. 2013-06-22 08:29:06 -07:00
Tests Update the money framework to allow sending the new style linden "serverside is now viewerside" messages regarding currency 2013-05-25 02:08:54 +01:00
Tools Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask 2013-03-26 03:40:06 +00:00