Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-11 | Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that. | Oren Hurvitz | 1 | -1/+1 | |
2014-01-04 | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 1 | -1/+5 | |
CorssRegion, TeleportFinishEvent). Have Simian grid service return the region size. Many teleport related debug log messages. Can be removed when teleport works (like that's ever going to happen). Conflicts: OpenSim/Framework/RegionInfo.cs | |||||
2013-10-29 | Give the caller AddMapTile a valid reason response if this failed due to ↵ | Justin Clark-Casey (justincc) | 1 | -8/+11 | |
blank response from server or connection failure. Raise log lines which indicate problems to warning from debug | |||||
2013-10-04 | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2013-09-02 | Allow one to specify a DefaultHGRegion flag in [GridService] in order to ↵ | Justin Clark-Casey (justincc) | 2 | -0/+57 | |
allow different default regions for HG and direct grid logins. This requires a new GridService.GetDefaultHypergridRegions() so ROBUST services require updating but not simulators. This method still returns regions flagged with just DefaultRegion after any DefaultHGRegions, so if no DefaultHGRegions are specified then existing configured defaults will still work. Immediate use is for conference where we need to be able to specify different defaults However, this is also generally useful to send experienced HG users to one default location and local users whose specified region fails (e.g. no "home" or "last") to another. | |||||
2013-08-17 | minor: remove mono compiler warnings from OpenSim/Services/Connectors/SimianGrid | Justin Clark-Casey (justincc) | 2 | -9/+2 | |
2013-08-17 | minor: Make log messages consistent in NeighbourServicesConnector | Justin Clark-Casey (justincc) | 1 | -6/+6 | |
2013-08-05 | Remove some debugging from simian connectors. | Mic Bowman | 2 | -3/+11 | |
2013-07-31 | Experimental comment to eneralize the handling of Linden caps when the | Mic Bowman | 1 | -0/+179 | |
cap is something other than "localhost". A new interface for handling external caps is supported with an example implemented for Simian. The only linden cap supporting this interface right now is the GetTexture cap. | |||||
2013-07-31 | A pretty major restructuring of the simian method invocations in order to | Mic Bowman | 11 | -282/+578 | |
service access capabilities. In conjunction with the corresponding Simian updates, this enables explicit per-simulator capability-based access to grid services. That enables grid owners to add or revoke access to the grid on a simulator by simulator basis. | |||||
2013-07-27 | Several major improvements to group (V2) chat. Specifically: handle ↵ | Diva Canto | 1 | -0/+1 | |
join/drop appropriately, invitechatboxes. The major departure from flotsam is to send only one message per destination region, as opposed to one message per group member. This reduces messaging considerably in large groups that have clusters of members in certain regions. | |||||
2013-07-14 | Minor typo in log message | Diva Canto | 1 | -1/+1 | |
2013-07-13 | Guard against unauthorized agent deletes. | Diva Canto | 1 | -4/+3 | |
2013-07-13 | Deleted GET agent all around. Not used. | Diva Canto | 1 | -35/+0 | |
2013-07-11 | Added property to make for more flexible testing. | Diva Canto | 1 | -0/+5 | |
2013-07-10 | Remove a null reference exception in SimianPresenceServiceConnector that | Robert Adams | 1 | -4/+8 | |
occurs when GetGridUserInfo cannot find the requested user info. | |||||
2013-07-06 | Simina activity detector was too eager. Disabled it in case simian is not ↵ | Diva Canto | 1 | -1/+2 | |
being used. | |||||
2013-06-30 | Revert "More debug mantis #6625" | Diva Canto | 1 | -1/+0 | |
This reverts commit 20f2cf876982b2c7589b67ce4c8f09d8fff3e9f1. | |||||
2013-06-29 | More debug mantis #6625 | Diva Canto | 1 | -0/+1 | |
2013-06-29 | Changed HG status notifications timeout down to 15secs from the default 100. | Diva Canto | 1 | -1/+1 | |
2013-06-22 | Change IsLocalRegion from using region handle to using regionID. This was ↵ | Diva Canto | 1 | -1/+1 | |
affecting UpdateAgent and CloseAgent in cases where the foreign region is on the same coordinates as *some* local region. | |||||
2013-06-21 | Finally moved HG agent transfers to use agent fatpacks. | Diva Canto | 3 | -173/+62 | |
2013-06-13 | Make 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-10 | Remove Temporary from use to shortcut asset stores. The Local property | Mic Bowman | 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. | |||||
2013-04-07 | Optimize the number of Simian calls to get the initial presence | Mic Bowman | 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. | |||||
2013-03-26 | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 1 | -0/+3 | |
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-02-27 | Make 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-19 | Deleted all AssemblyFileVersion directives | Diva Canto | 1 | -1/+1 | |
2013-02-09 | Fixed check for 0 results in GetUserAccounts() | Oren Hurvitz | 1 | -1/+1 | |
2013-02-05 | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
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-01 | Revert "Update assembly version numbers" | BlueWall | 1 | -1/+1 | |
This reverts commit 141ad829f448b9138b12be7cf99c834c1f3977ec. | |||||
2013-02-01 | Update assembly version numbers | BlueWall | 1 | -1/+1 | |
2012-12-06 | Trying to prevent old route of sending attachments, simulator version ↵ | Diva Canto | 1 | -1/+1 | |
unknown maybe due to timeout. mantis #6450 | |||||
2012-11-17 | Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuid | Justin 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-14 | The last few AssemblyInfos. Finished! | Diva Canto | 1 | -0/+33 | |
2012-11-12 | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 7 | -7/+7 | |
2012-11-07 | HG: Hopefully this fixes the issues with port 80 once and for all. | Diva Canto | 1 | -1/+1 | |
2012-10-20 | Improve efficiency of friends notification by only make one PresenceService ↵ | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
call for all friends rather than one for each friend. However, large groups could still take a very long time since we still need to message each avatar on different simulators. | |||||
2012-10-16 | minor: Comment out log message on every FRIENDS SIM CONNECTOR request for now. | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2012-10-09 | Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it ↵ | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this. | |||||
2012-10-04 | One more abstraction for GridUser so that it can be overridden in a sub-class. | Diva Canto | 1 | -2/+7 | |
2012-10-04 | Make the asset retrieval concurrency a config switch. The current value | Mic Bowman | 1 | -3/+8 | |
of 30 is still hanging badly on some mono versions. The switch defaults to 30 to preserve current behavior. | |||||
2012-09-30 | Allow setting max connections for an endpoint | Melanie | 1 | -3/+3 | |
2012-09-30 | Revert "Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 5 | -9/+1 | |
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." But the patch is here, in case anyone wants to try it. This reverts commit 531edd51d82ecd6a842a2611c99e9919634491ef. | |||||
2012-09-30 | Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 5 | -1/+9 | |
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. Thanks R.Gunther (rigun@rigutech.nl) https://lists.berlios.de/pipermail/opensim-users/2012-September/010986.html | |||||
2012-09-08 | 4096 is used in various places as the maximum height of a region, ↵ | SignpostMarv | 1 | -2/+2 | |
refactoring to be a constant | |||||
2012-08-15 | Add a skeleton for a name value storage associated with regions | Melanie | 1 | -0/+14 | |
2012-08-01 | Change exception log messages in XInventoryService connector to error rather ↵ | Justin Clark-Casey (justincc) | 1 | -9/+8 | |
than debug, since these signal real problems. Also outputs full exception instead of just the message to aid diagnostics. | |||||
2012-07-30 | If we're fetching active gestures via the XInventoryServiceConnector, then ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
properly look at the ITEMS dictionary already returned rather than the level above this. | |||||
2012-07-13 | Rather than instantiating a UTF8 encoding everywhere when we want to supress ↵ | Justin Clark-Casey (justincc) | 1 | -2/+1 | |
the BOM, use a single Util.UTF8NoBomEncoding. This class is thread-safe (as evidenced by the provision of the system-wide Encoding.UTF8 which does not suppress BOM on output). |