aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-04Revert "HG Friends: debug an issue where the friends data stored in the DB ↵Diva Canto1-8/+1
is incomplete." This reverts commit 27cdfb7b840423cf8cee08988dc487eeb34d71c7.
2013-07-04HG Friends: debug an issue where the friends data stored in the DB is ↵Diva Canto1-1/+8
incomplete.
2013-07-02Deleted debug messages. Fixed a null ref exception on the POST handler of ↵Diva Canto1-4/+1
GridUserServerPostHandler.cs
2013-07-02More debug messagesDiva Canto1-1/+5
2013-07-02This should have a strong effect on the Unknown User issue mantis #6625Diva Canto1-1/+16
2013-06-30Revert "More debug mantis #6625"Diva Canto1-1/+0
This reverts commit 20f2cf876982b2c7589b67ce4c8f09d8fff3e9f1.
2013-06-29More debug mantis #6625Diva Canto1-0/+1
2013-06-29Changed HG status notifications timeout down to 15secs from the default 100.Diva Canto1-1/+1
2013-06-28In XAssetService, on a delete asset request also delete the asset in any ↵Justin Clark-Casey (justincc)1-3/+4
chained service. This eliminates the async migration since it causes a race condition with the "delete asset" console command
2013-06-22Change IsLocalRegion from using region handle to using regionID. This was ↵Diva Canto1-1/+1
affecting UpdateAgent and CloseAgent in cases where the foreign region is on the same coordinates as *some* local region.
2013-06-21Finally moved HG agent transfers to use agent fatpacks.Diva Canto6-184/+70
2013-06-13Add Option: ClassifiedFeeBlueWall2-2/+20
Add option to set minimum fee for publishing classifieds. Many viewers have a hard coded minimum of 50, which makes publishing classifieds fail where grids have no economy. This allows the grid to set the minimum fee to a suitable value for their operation. The option is located in the [LoginService] section and defaults to 0. The value is sent as "classified_fee" in the login response.
2013-06-13Make XInventoryServicesConnector properly handle a RESULT = false return for ↵Justin Clark-Casey (justincc)1-68/+56
methods where this contains failure rather than throwing an exception. Result = False is generated for methods such as GetFolderForType() when the other end wants to signal a failure of the operation in methods such as GetFolderForType()
2013-06-12After calls to GetSuitcaseXFolder() in HGSuitcaseInventoryService, ↵Justin Clark-Casey (justincc)1-1/+23
consistently check for null return and log warning rather than throw exception. This was being done already in some places. If an exception is thrown it is now an error rather than debug
2013-06-10Remove Temporary from use to shortcut asset stores. The Local propertyMic Bowman1-1/+1
differentiates between local & grid storage. The Temporary property just says that which service handles the it, the asset can be safely removed in the future.
2013-05-31Adding standard OpenSim header to source filesBlueWall3-0/+81
2013-05-30UserProfilesBlueWall3-0/+267
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.
2013-05-09Application support:BlueWall2-2/+25
Adding some viwer supported url settings for destination guide and avatar picker apps. URL for the destinations should be: "secondlife:///app/teleport/slurl"
2013-04-27Added an interface to an external ban service. With this commit, the ↵Diva Canto2-4/+69
interface is used only in Hypergrided worlds (Gatekeeper), although in those, it applies to both local and foreign users. The Ban service itself is not in core; it is to be provided externally.
2013-04-27Make method virtualDiva Canto1-1/+1
2013-04-07Optimize the number of Simian calls to get the initial presenceMic Bowman1-110/+83
information for the friends list. This is a pretty big performance improvement on login. Note that you must upgrade simian to incorporate the corresponding GetSessions call.
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie3-1/+6
with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions"
2013-03-18Multiattach, part 2Melanie1-3/+9
2013-03-18Multiattach, part 1Melanie1-1/+8
Conflicts: OpenSim/Framework/AvatarAppearance.cs OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
2013-03-15refactor: Reuse Get() method in AssetService to eliminate some copy/paste in ↵Justin Clark-Casey (justincc)1-23/+5
other Get methods
2013-03-15Migrate assets from chained asset service to xassetservice as they are ↵Justin Clark-Casey (justincc)1-28/+20
requested. This shrinks the asset database over time as duplicate assets are fetched.
2013-03-15Fix bug in AssetService where requesting data only for an asset would throw ↵Justin Clark-Casey (justincc)1-1/+5
an exception if the asset did not exist.
2013-03-15Make it possible to chain another asset service underneath the ↵Justin Clark-Casey (justincc)2-23/+75
de-duplicating XAssetService. This makes it possible to use the dedupliicating service without needing to migrate all the existing asset data beforehand. Currently controlled by a ChainedServiceModule setting in [AssetService] (e.g. ChainedServiceModule = "OpenSim.Services.AssetService.dll:AssetService") Not yet ready for use.
2013-02-27Switched to using the other Util function with a default value.Diva Canto6-6/+12
2013-02-27Moved the HG default variables out of [Startup] and into their own section ↵Diva Canto6-6/+6
[Hypergrid] in *Common.ini.example. Backwards compatible for now.
2013-02-27Make sure we dispose of WebResponse, StreamReader and Stream in various ↵Justin Clark-Casey (justincc)4-81/+83
places where we were not already.
2013-02-22Added new Util function for reading config vars that's more generic than the ↵Diva Canto6-6/+6
one I added yesterday -- this is for helping move config vars out of [Startup]
2013-02-21Simplification of HG configs: HomeURI and GatekeeperURI now are defined as ↵Diva Canto6-12/+16
default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency.
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto16-16/+16
2013-02-20Give the user some feedback about the success or failure of console login ↵Justin Clark-Casey (justincc)1-2/+13
property commands
2013-02-09Fixed check for 0 results in GetUserAccounts()Oren Hurvitz1-1/+1
2013-02-05Changed protection of CreateDefaultAppearanceEntries to protected, so ↵Diva Canto1-1/+1
extensions of the UserAccountService can reuse this.
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)16-16/+16
This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force.
2013-02-01Revert "Update assembly version numbers"BlueWall16-16/+16
This reverts commit 141ad829f448b9138b12be7cf99c834c1f3977ec.
2013-02-01Update assembly version numbersBlueWall16-16/+16
2013-01-02Allow registering regions whose names are equivalent under LIKE but not ↵Oren Hurvitz2-8/+8
truly equal
2013-01-02Fixed bugs when getting the root folder.Oren Hurvitz1-1/+10
1. The error checking for the case where there's no "My Inventory" folder was incorrect: it checked the wrong variable. 2. If GetSystemFolderForType() is called to get AssetType.RootFolder then it should return the root folder immediately; not look for another root folder below it.
2012-12-06Trying to prevent old route of sending attachments, simulator version ↵Diva Canto1-1/+1
unknown maybe due to timeout. mantis #6450
2012-12-04Improvement in HGInstantMessageService: account for the existence of an ↵Diva Canto2-10/+140
offline IM service.
2012-11-17Remove old InventoryService, which has for a long time been replaced by ↵Justin Clark-Casey (justincc)2-782/+0
XInventoryService.
2012-11-17Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuidJustin Clark-Casey (justincc)1-1/+0
This was necessary historically but hasn't been for many years. Can still get CreatorIdAsUuid, which is really just a UUID cached version of the string CreatorId
2012-11-17Do not allow invariants to change on calls to XInventoryService.UpdateItem()Justin Clark-Casey (justincc)2-10/+140
This is to help track down http://opensimulator.org/mantis/view.php?id=6359 where creator IDs on items and rezzed objects have been reported to sometimes change. This should never happen - a particular item should never change creators (if an item is given then a new item (with new id) is created). Invariants are inventory type, asset type, folder (changed only on MoveItems()), CreatorIdentification and Owner. If caller attempts to change an invariant, warning is logged but other properties are still changed. If you see this warning, reporting on Mantis 6359 would be very welcome with the exact operation being done at the time.
2012-11-17Add basic XInventoryServicesTests.TestAddItem() regression test.Justin Clark-Casey (justincc)1-0/+87
2012-11-14The last few AssemblyInfos. Finished!Diva Canto16-0/+528
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto7-7/+7