aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-02Close streams immediately when we finish using themOren Hurvitz1-13/+2
2014-06-10Amend to previous commit -- write down the problematic Profile server URL.Diva Canto1-0/+3
2014-06-10May 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
2014-03-25Fix issue with user picks creation. The snapshot id is UUID.Zero in new parcels.BlueWall1-6/+0
2014-03-25Move JsonRpc request code out for general availabilityBlueWall1-173/+19
2014-03-25In Core Profiles: as a fallback, try to get profiles from foreign grids using...Oren Hurvitz2-2/+219
2014-03-25Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz1-1/+1
2014-03-24Refactored Load IAR: created a generic mechanism to modify the SOG's as they ...Oren Hurvitz1-47/+19
2014-03-22Fix negative stat for Active ScriptsDev Random1-2/+3
2014-03-22Reverting "Set default name for mute list" that was pushed by mistake.Kevin Cozens1-1/+1
2014-03-22Reverting "Pass method to offline.php" commit that was pushed by mistake.Kevin Cozens1-2/+2
2014-03-22Pass method to offline.php using ?blah instead of /blah/. Avoids issue with A...Kevin Cozens1-2/+2
2014-03-22Set default name for mute list module as shown in OpenSim.ini.exampleKevin Cozens1-1/+1
2014-03-06Prevent adding a land object if it overlaps any existing objects that have no...Justin Clark-Casey (justincc)2-11/+25
2014-02-24Improve regression test TestSetAppearance()Justin Clark-Casey (justincc)1-42/+69
2014-02-24Re-enable regression TestSaveBakedTextures()Justin Clark-Casey (justincc)1-4/+2
2014-02-24Stop mesh avatars that specify the alpha texture in their bake slots from cau...Justin Clark-Casey (justincc)2-38/+67
2014-02-20minor: Add some method doc to AFM,SetAppearanceAssets()Justin Clark-Casey (justincc)1-0/+6
2014-02-20For now, do not replacing missing wearables with default wearables if itme de...Justin Clark-Casey (justincc)1-144/+190
2014-02-14Change warns associated with UserAgentServiceConnector to debugs, as this is ...Justin Clark-Casey (justincc)2-2/+2
2014-02-14If calls to UserAgentServiceConnector fail then throw an exception. This lets...Justin Clark-Casey (justincc)2-2/+21
2014-02-04Remove the added whitespace, test concludedMelanie1-1/+1
2014-02-04Bot testMelanie1-1/+1
2014-02-03Remove compile error from returning value in void functionRobert Adams1-1/+1
2014-02-04Add one check for a blank URL because the module wasn't quite sure not to wor...Melanie1-1/+3