aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-16minor: Suppress the log messages when user profiles data is requested for an ...Justin Clark-Casey (justincc)1-3/+10
2015-01-09Added GetDisplayNames capability. For now, we don't actually use display name...Diva Canto1-0/+1
2015-01-08Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)1-8/+6
2014-12-20In XBakesModule.Get() use using() to always dispose of RestClient which dispo...Justin Clark-Casey (justincc)1-31/+35
2014-12-20Use using() semantics in XBakesModule to ensure disposable objects are alway ...Justin Clark-Casey (justincc)1-39/+42
2014-12-17Fix recent regression where a race condition meant SP.MakeRootAgent() would s...Justin Clark-Casey (justincc)1-5/+11
2014-12-10Fix a regression where objects crossing regions in the same simulator (on the...Justin Clark-Casey (justincc)1-0/+7
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)1-1/+1
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)6-9/+11
2014-11-25Just for now, don't alert the user or log if we couldn't change their server-...Justin Clark-Casey (justincc)1-2/+2
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)9-9/+0
2014-11-10minor: correct console response when setting attachments logging levelJustin Clark-Casey1-1/+1
2014-10-27Add hypergrid teleporting support to user profiles picksBlueWall1-16/+97
2014-10-02Don't unnecessarily remove from backup objects that were not directly attache...Justin Clark-Casey (justincc)2-5/+18
2014-09-28Improve on the last commit to InventoryArchiver: put back the original constr...Diva Canto3-10/+23
2014-09-23Modifications to previous IAR commits to bring them more inline with existing...AliciaRaven2-7/+10
2014-09-23Add an event callback for loading IAR files. The callback for creating them a...AliciaRaven7-45/+133
2014-09-23Change existing IAR save to use UUID for its callback reference instead of Gu...AliciaRaven5-17/+17
2014-09-23Include same content filters for IAR file exports that already exist for OAR ...AliciaRaven2-0/+54
2014-09-05For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)1-1/+2
2014-08-15On teleport to a region that already has a child agent established (e.g. a ne...Justin Clark-Casey (justincc)1-1/+1
2014-07-21XBakes: store the assets only in the sim's local assets cache; not in the mai...Oren Hurvitz1-1/+2
2014-07-21Close streams immediately when we finish using themOren Hurvitz1-13/+2
2014-06-05Amend to previous commit -- write down the problematic Profile server URL.Diva Canto1-0/+3
2014-06-05May fix mantis #7133Diva Canto1-7/+12
2014-05-23Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto1-3/+5
2014-05-23Fix possible infinite recursion in MessageTransferModule.SendGridInstantMessa...Justin Clark-Casey (justincc)1-108/+56
2014-05-22Add regression test for north-south chat across neighbour regions.Justin Clark-Casey (justincc)1-52/+133
2014-05-22Extend regression TestInterRegionChatDistanceEastWest() to test out of range ...Justin Clark-Casey (justincc)1-11/+38
2014-05-22Extend regression TestInterRegionChatDistanceEastWest() to test in range chat...Justin Clark-Casey (justincc)1-17/+38
2014-05-22Simplify regression TestInterRegionChatDistanceEastWest() by making the child...Justin Clark-Casey (justincc)1-7/+6
2014-05-22Add regression test for in-range chat between neighbouring regions from east ...Justin Clark-Casey (justincc)1-0/+158
2014-05-22Fixed a problem with detaching attachments in situations where the user's ass...Diva Canto1-7/+2
2014-05-19Better error-handling and logging in case User Profile requests failOren Hurvitz1-0/+9
2014-05-12Make offline IM delivery to URL (pre recent Addons code) have a 10 second rat...Justin Clark-Casey (justincc)1-1/+1
2014-05-12For XmlRpcGroups (Flotsam) module, when MessageOnlineUsersOnly = true, handle...Justin Clark-Casey (justincc)2-7/+7
2014-05-12Eliminate subsequently unused scene finding in UndeliveredMessage() method of...Justin Clark-Casey (justincc)1-4/+0
2014-05-06Revert "fix infinite recursion loop in SendGridInstantMessageViaXMLRPCAsync()"Justin Clark-Casey (justincc)1-79/+99
2014-05-06fix infinite recursion loop in SendGridInstantMessageViaXMLRPCAsync()Kunta Kinte1-99/+79
2014-05-06Show more meaningful error messages when failed to give an item to another userOren Hurvitz1-6/+5
2014-05-01Fix issue where only one of multiple attachments on the same attachpoint for ...Justin Clark-Casey (justincc)1-0/+7
2014-04-24Changed how UserProfile performs a fallback call using the OpenProfile API, b...Oren Hurvitz1-30/+37
2014-04-24Refactored: moved OpenProfileClient to a location where it can be used by bot...Oren Hurvitz2-193/+1
2014-04-23Eliminated many warningsOren Hurvitz2-1/+3
2014-04-21Fixed: when a user logged-in, sometimes he didn't get notified of the Online ...Oren Hurvitz2-2/+24
2014-04-19Catch empty url errorBlueWall1-0/+3
2014-04-07Refactored: use Scene.GetAgentHomeURI() to get the Home URI of a userOren Hurvitz1-5/+1
2014-04-06When preparing a Hypergrid teleport, tell the receiving grid which user is en...Oren Hurvitz1-1/+7
2014-04-03When teleporting using Hypergrid, show more informative error messages in cas...Oren Hurvitz1-1/+12
2014-04-03minor: Fix warning in AvatarFactoryModuleJustin Clark-Casey (justincc)1-1/+1