| Commit message (Expand) | Author | Age | Files | Lines |
* | Attachments Module. Fix detach event not being fired until the next time the ... | AliciaRaven | 2015-05-26 | 1 | -0/+5 |
* | Change UserProfiles so that the parcel name is used for a ProfilePick and not... | AliciaRaven | 2015-04-12 | 1 | -17/+9 |
* | minor: Remove windows build warning about CompressionLevel package ambiguity. | Justin Clark-Casey (justincc) | 2015-03-11 | 1 | -0/+1 |
* | Reduce coupling in regression test task inventory creation methods to make th... | Justin Clark-Casey (justincc) | 2015-02-25 | 1 | -2/+2 |
* | Fix cross-grid inventory delivery notifications, fixes http://opensimulator.o... | BlueWall | 2015-02-21 | 1 | -0/+1 |
* | minor: In AttachmentsModule.UpdateKnownItem use the existing IInventoryAccess... | Justin Clark-Casey (justincc) | 2015-01-17 | 1 | -3/+2 |
* | minor: Suppress the log messages when user profiles data is requested for an ... | Justin Clark-Casey (justincc) | 2015-01-16 | 1 | -3/+10 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2015-01-09 | 1 | -8/+6 |
|\ |
|
| * | Make the IteratingUuidGatherer the only UuidGatherer. | Justin Clark-Casey (justincc) | 2015-01-08 | 1 | -8/+6 |
* | | Added GetDisplayNames capability. For now, we don't actually use display name... | Diva Canto | 2015-01-09 | 1 | -0/+1 |
|/ |
|
* | In XBakesModule.Get() use using() to always dispose of RestClient which dispo... | Justin Clark-Casey (justincc) | 2014-12-20 | 1 | -31/+35 |
* | Use using() semantics in XBakesModule to ensure disposable objects are alway ... | Justin Clark-Casey (justincc) | 2014-12-20 | 1 | -39/+42 |
* | Fix recent regression where a race condition meant SP.MakeRootAgent() would s... | Justin Clark-Casey (justincc) | 2014-12-17 | 1 | -5/+11 |
* | Fix a regression where objects crossing regions in the same simulator (on the... | Justin Clark-Casey (justincc) | 2014-12-10 | 1 | -0/+7 |
* | refactor: Move methods to start a monitored thread, start work in its own thr... | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -1/+1 |
* | Label all threadpool calls being made in core OpenSimulator. This is to add ... | Justin Clark-Casey (justincc) | 2014-11-25 | 6 | -9/+11 |
* | Just for now, don't alert the user or log if we couldn't change their server-... | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -2/+2 |
* | refactor: consistently put all test classes in the OpenSim.Tests.Common packa... | Justin Clark-Casey (justincc) | 2014-11-25 | 9 | -9/+0 |
* | minor: correct console response when setting attachments logging level | Justin Clark-Casey | 2014-11-10 | 1 | -1/+1 |
* | Add hypergrid teleporting support to user profiles picks | BlueWall | 2014-10-27 | 1 | -16/+97 |
* | Don't unnecessarily remove from backup objects that were not directly attache... | Justin Clark-Casey (justincc) | 2014-10-02 | 2 | -5/+18 |
* | Improve on the last commit to InventoryArchiver: put back the original constr... | Diva Canto | 2014-09-28 | 3 | -10/+23 |
* | Modifications to previous IAR commits to bring them more inline with existing... | AliciaRaven | 2014-09-23 | 2 | -7/+10 |
* | Add an event callback for loading IAR files. The callback for creating them a... | AliciaRaven | 2014-09-23 | 7 | -45/+133 |
* | Change existing IAR save to use UUID for its callback reference instead of Gu... | AliciaRaven | 2014-09-23 | 5 | -17/+17 |
* | Include same content filters for IAR file exports that already exist for OAR ... | AliciaRaven | 2014-09-23 | 2 | -0/+54 |
* | For monitoring purposes, start non-timeout tasks (which do not currently use ... | Justin Clark-Casey (justincc) | 2014-09-05 | 1 | -1/+2 |
* | On teleport to a region that already has a child agent established (e.g. a ne... | Justin Clark-Casey (justincc) | 2014-08-15 | 1 | -1/+1 |
* | XBakes: store the assets only in the sim's local assets cache; not in the mai... | Oren Hurvitz | 2014-07-21 | 1 | -1/+2 |
* | Close streams immediately when we finish using them | Oren Hurvitz | 2014-07-21 | 1 | -13/+2 |
* | Amend to previous commit -- write down the problematic Profile server URL. | Diva Canto | 2014-06-05 | 1 | -0/+3 |
* | May fix mantis #7133 | Diva Canto | 2014-06-05 | 1 | -7/+12 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2014-05-23 | 2 | -108/+342 |
|\ |
|
| * | Fix possible infinite recursion in MessageTransferModule.SendGridInstantMessa... | Justin Clark-Casey (justincc) | 2014-05-23 | 1 | -108/+56 |
| * | Add regression test for north-south chat across neighbour regions. | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -52/+133 |
| * | Extend regression TestInterRegionChatDistanceEastWest() to test out of range ... | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -11/+38 |
| * | Extend regression TestInterRegionChatDistanceEastWest() to test in range chat... | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -17/+38 |
| * | Simplify regression TestInterRegionChatDistanceEastWest() by making the child... | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -7/+6 |
| * | Add regression test for in-range chat between neighbouring regions from east ... | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -0/+158 |
* | | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 2014-05-23 | 1 | -3/+5 |
|/ |
|
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2014-05-22 | 1 | -0/+9 |
|\ |
|
| * | Better error-handling and logging in case User Profile requests fail | Oren Hurvitz | 2014-05-19 | 1 | -0/+9 |
* | | Fixed a problem with detaching attachments in situations where the user's ass... | Diva Canto | 2014-05-22 | 1 | -7/+2 |
|/ |
|
* | Make offline IM delivery to URL (pre recent Addons code) have a 10 second rat... | Justin Clark-Casey (justincc) | 2014-05-12 | 1 | -1/+1 |
* | For XmlRpcGroups (Flotsam) module, when MessageOnlineUsersOnly = true, handle... | Justin Clark-Casey (justincc) | 2014-05-12 | 2 | -7/+7 |
* | Eliminate subsequently unused scene finding in UndeliveredMessage() method of... | Justin Clark-Casey (justincc) | 2014-05-12 | 1 | -4/+0 |
* | Revert "fix infinite recursion loop in SendGridInstantMessageViaXMLRPCAsync()" | Justin Clark-Casey (justincc) | 2014-05-06 | 1 | -79/+99 |
* | fix infinite recursion loop in SendGridInstantMessageViaXMLRPCAsync() | Kunta Kinte | 2014-05-06 | 1 | -99/+79 |
* | Show more meaningful error messages when failed to give an item to another user | Oren Hurvitz | 2014-05-06 | 1 | -6/+5 |
* | Fix issue where only one of multiple attachments on the same attachpoint for ... | Justin Clark-Casey (justincc) | 2014-05-01 | 1 | -0/+7 |