Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup old hg sessions (older than 2 days) | Diva Canto | 2013-07-14 | 1 | -0/+3 |
| | |||||
* | HG UAS: Moved hg-session data from memory to DB storage. This makes it so ↵ | Diva Canto | 2013-07-14 | 2 | -90/+199 |
| | | | | that traveling info survives Robust resets. It should also eliminate the cause of empty IP addresses in agent circuit data that we saw in CC grid. MySQL only. | ||||
* | Minor typo in log message | Diva Canto | 2013-07-14 | 1 | -1/+1 |
| | |||||
* | Guard against unauthorized agent deletes. | Diva Canto | 2013-07-13 | 2 | -5/+4 |
| | |||||
* | Deleted GET agent all around. Not used. | Diva Canto | 2013-07-13 | 2 | -37/+0 |
| | |||||
* | Gatekeeper: stop bogus agents earlier, here at the Gatekeeper. No need to ↵ | Diva Canto | 2013-07-13 | 1 | -0/+6 |
| | | | | bother the sim. | ||||
* | Added property to make for more flexible testing. | Diva Canto | 2013-07-11 | 1 | -0/+5 |
| | |||||
* | Remove a null reference exception in SimianPresenceServiceConnector that | Robert Adams | 2013-07-10 | 1 | -4/+8 |
| | | | | occurs when GetGridUserInfo cannot find the requested user info. | ||||
* | minor: remove mono compiler warnings from HGSuitcaseInventoryService | Justin Clark-Casey (justincc) | 2013-07-09 | 1 | -3/+3 |
| | |||||
* | A little more debug | Diva Canto | 2013-07-06 | 1 | -1/+1 |
| | |||||
* | Simina activity detector was too eager. Disabled it in case simian is not ↵ | Diva Canto | 2013-07-06 | 1 | -1/+2 |
| | | | | being used. | ||||
* | Revert "HG Friends: debug an issue where the friends data stored in the DB ↵ | Diva Canto | 2013-07-04 | 1 | -8/+1 |
| | | | | | | is incomplete." This reverts commit 27cdfb7b840423cf8cee08988dc487eeb34d71c7. | ||||
* | HG Friends: debug an issue where the friends data stored in the DB is ↵ | Diva Canto | 2013-07-04 | 1 | -1/+8 |
| | | | | incomplete. | ||||
* | Deleted debug messages. Fixed a null ref exception on the POST handler of ↵ | Diva Canto | 2013-07-02 | 1 | -4/+1 |
| | | | | GridUserServerPostHandler.cs | ||||
* | More debug messages | Diva Canto | 2013-07-02 | 1 | -1/+5 |
| | |||||
* | This should have a strong effect on the Unknown User issue mantis #6625 | Diva Canto | 2013-07-02 | 1 | -1/+16 |
| | |||||
* | Revert "More debug mantis #6625" | Diva Canto | 2013-06-30 | 1 | -1/+0 |
| | | | | This reverts commit 20f2cf876982b2c7589b67ce4c8f09d8fff3e9f1. | ||||
* | More debug mantis #6625 | Diva Canto | 2013-06-29 | 1 | -0/+1 |
| | |||||
* | Changed HG status notifications timeout down to 15secs from the default 100. | Diva Canto | 2013-06-29 | 1 | -1/+1 |
| | |||||
* | In XAssetService, on a delete asset request also delete the asset in any ↵ | Justin Clark-Casey (justincc) | 2013-06-28 | 1 | -3/+4 |
| | | | | | | chained service. This eliminates the async migration since it causes a race condition with the "delete asset" console command | ||||
* | Change IsLocalRegion from using region handle to using regionID. This was ↵ | Diva Canto | 2013-06-22 | 1 | -1/+1 |
| | | | | affecting UpdateAgent and CloseAgent in cases where the foreign region is on the same coordinates as *some* local region. | ||||
* | Finally moved HG agent transfers to use agent fatpacks. | Diva Canto | 2013-06-21 | 6 | -184/+70 |
| | |||||
* | Merge branch 'master' of /home/opensim/src/opensim | BlueWall | 2013-06-13 | 2 | -2/+20 |
|\ | |||||
| * | Add Option: ClassifiedFee | BlueWall | 2013-06-13 | 2 | -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. | ||||
* | | Make XInventoryServicesConnector properly handle a RESULT = false return for ↵ | Justin Clark-Casey (justincc) | 2013-06-13 | 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() | ||||
* | | After calls to GetSuitcaseXFolder() in HGSuitcaseInventoryService, ↵ | Justin Clark-Casey (justincc) | 2013-06-12 | 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 | ||||
* | Remove Temporary from use to shortcut asset stores. The Local property | Mic Bowman | 2013-06-10 | 1 | -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. | ||||
* | Adding standard OpenSim header to source files | BlueWall | 2013-05-31 | 3 | -0/+81 |
| | |||||
* | UserProfiles | BlueWall | 2013-05-30 | 3 | -0/+267 |
| | | | | UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module. | ||||
* | Application support: | BlueWall | 2013-05-09 | 2 | -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" | ||||
* | Added an interface to an external ban service. With this commit, the ↵ | Diva Canto | 2013-04-27 | 2 | -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. | ||||
* | Make method virtual | Diva Canto | 2013-04-27 | 1 | -1/+1 |
| | |||||
* | Optimize the number of Simian calls to get the initial presence | Mic Bowman | 2013-04-07 | 1 | -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. | ||||
* | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 2013-03-26 | 3 | -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" | ||||
* | Merge branch 'master' into newmultiattach | Melanie | 2013-03-18 | 3 | -56/+86 |
|\ | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | ||||
| * | refactor: Reuse Get() method in AssetService to eliminate some copy/paste in ↵ | Justin Clark-Casey (justincc) | 2013-03-15 | 1 | -23/+5 |
| | | | | | | | | other Get methods | ||||
| * | Migrate assets from chained asset service to xassetservice as they are ↵ | Justin Clark-Casey (justincc) | 2013-03-15 | 1 | -28/+20 |
| | | | | | | | | | | | | requested. This shrinks the asset database over time as duplicate assets are fetched. | ||||
| * | Fix bug in AssetService where requesting data only for an asset would throw ↵ | Justin Clark-Casey (justincc) | 2013-03-15 | 1 | -1/+5 |
| | | | | | | | | an exception if the asset did not exist. | ||||
| * | Make it possible to chain another asset service underneath the ↵ | Justin Clark-Casey (justincc) | 2013-03-15 | 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. | ||||
* | | Multiattach, part 2 | Melanie | 2013-03-18 | 1 | -3/+9 |
| | | |||||
* | | Multiattach, part 1 | Melanie | 2013-03-18 | 1 | -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 | ||||
* | Switched to using the other Util function with a default value. | Diva Canto | 2013-02-27 | 6 | -6/+12 |
| | |||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-02-27 | 4 | -81/+83 |
|\ | |||||
| * | Make sure we dispose of WebResponse, StreamReader and Stream in various ↵ | Justin Clark-Casey (justincc) | 2013-02-27 | 4 | -81/+83 |
| | | | | | | | | places where we were not already. | ||||
* | | Moved the HG default variables out of [Startup] and into their own section ↵ | Diva Canto | 2013-02-27 | 6 | -6/+6 |
|/ | | | | [Hypergrid] in *Common.ini.example. Backwards compatible for now. | ||||
* | Added new Util function for reading config vars that's more generic than the ↵ | Diva Canto | 2013-02-22 | 6 | -6/+6 |
| | | | | one I added yesterday -- this is for helping move config vars out of [Startup] | ||||
* | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as ↵ | Diva Canto | 2013-02-21 | 6 | -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. | ||||
* | Deleted all AssemblyFileVersion directives | Diva Canto | 2013-02-19 | 16 | -16/+16 |
| | |||||
* | Give the user some feedback about the success or failure of console login ↵ | Justin Clark-Casey (justincc) | 2013-02-20 | 1 | -2/+13 |
| | | | | property commands | ||||
* | Fixed check for 0 results in GetUserAccounts() | Oren Hurvitz | 2013-02-09 | 1 | -1/+1 |
| |