aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Expand)AuthorAgeFilesLines
* XBakes: store the assets only in the sim's local assets cache; not in the mai...Oren Hurvitz2014-08-021-1/+2
* Close streams immediately when we finish using themOren Hurvitz2014-08-021-13/+2
* Amend to previous commit -- write down the problematic Profile server URL.Diva Canto2014-06-101-0/+3
* May fix mantis #7133Diva Canto2014-06-101-7/+12
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-05-232-108/+342
|\
| * Fix possible infinite recursion in MessageTransferModule.SendGridInstantMessa...Justin Clark-Casey (justincc)2014-05-231-108/+56
| * Add regression test for north-south chat across neighbour regions.Justin Clark-Casey (justincc)2014-05-221-52/+133
| * Extend regression TestInterRegionChatDistanceEastWest() to test out of range ...Justin Clark-Casey (justincc)2014-05-221-11/+38
| * Extend regression TestInterRegionChatDistanceEastWest() to test in range chat...Justin Clark-Casey (justincc)2014-05-221-17/+38
| * Simplify regression TestInterRegionChatDistanceEastWest() by making the child...Justin Clark-Casey (justincc)2014-05-221-7/+6
| * Add regression test for in-range chat between neighbouring regions from east ...Justin Clark-Casey (justincc)2014-05-221-0/+158
* | Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-231-3/+5
|/
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-05-221-0/+9
|\
| * Better error-handling and logging in case User Profile requests failOren Hurvitz2014-05-191-0/+9
* | Fixed a problem with detaching attachments in situations where the user's ass...Diva Canto2014-05-221-7/+2
|/
* Make offline IM delivery to URL (pre recent Addons code) have a 10 second rat...Justin Clark-Casey (justincc)2014-05-121-1/+1
* For XmlRpcGroups (Flotsam) module, when MessageOnlineUsersOnly = true, handle...Justin Clark-Casey (justincc)2014-05-122-7/+7
* Eliminate subsequently unused scene finding in UndeliveredMessage() method of...Justin Clark-Casey (justincc)2014-05-121-4/+0
* Revert "fix infinite recursion loop in SendGridInstantMessageViaXMLRPCAsync()"Justin Clark-Casey (justincc)2014-05-061-79/+99
* fix infinite recursion loop in SendGridInstantMessageViaXMLRPCAsync()Kunta Kinte2014-05-061-99/+79
* Show more meaningful error messages when failed to give an item to another userOren Hurvitz2014-05-061-6/+5
* Fix issue where only one of multiple attachments on the same attachpoint for ...Justin Clark-Casey (justincc)2014-05-011-0/+7
* Changed how UserProfile performs a fallback call using the OpenProfile API, b...Oren Hurvitz2014-04-241-30/+37
* Refactored: moved OpenProfileClient to a location where it can be used by bot...Oren Hurvitz2014-04-242-193/+1
* Eliminated many warningsOren Hurvitz2014-04-232-1/+3
* Fixed: when a user logged-in, sometimes he didn't get notified of the Online ...Oren Hurvitz2014-04-212-2/+24
* Catch empty url errorBlueWall2014-04-191-0/+3
* Refactored: use Scene.GetAgentHomeURI() to get the Home URI of a userOren Hurvitz2014-04-071-5/+1
* When preparing a Hypergrid teleport, tell the receiving grid which user is en...Oren Hurvitz2014-04-061-1/+7
* When teleporting using Hypergrid, show more informative error messages in cas...Oren Hurvitz2014-04-031-1/+12
* minor: Fix warning in AvatarFactoryModuleJustin Clark-Casey (justincc)2014-04-031-1/+1
* Fix issue with user picks creation. The snapshot id is UUID.Zero in new parcels.BlueWall2014-03-251-6/+0
* Move JsonRpc request code out for general availabilityBlueWall2014-03-251-173/+19
* In Core Profiles: as a fallback, try to get profiles from foreign grids using...Oren Hurvitz2014-03-252-2/+219
* Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz2014-03-251-1/+1
* Refactored Load IAR: created a generic mechanism to modify the SOG's as they ...Oren Hurvitz2014-03-241-47/+19
* Fix negative stat for Active ScriptsDev Random2014-03-221-2/+3
* Reverting "Set default name for mute list" that was pushed by mistake.Kevin Cozens2014-03-221-1/+1
* Reverting "Pass method to offline.php" commit that was pushed by mistake.Kevin Cozens2014-03-221-2/+2
* Pass method to offline.php using ?blah instead of /blah/. Avoids issue with A...Kevin Cozens2014-03-221-2/+2
* Set default name for mute list module as shown in OpenSim.ini.exampleKevin Cozens2014-03-221-1/+1
* Prevent adding a land object if it overlaps any existing objects that have no...Justin Clark-Casey (justincc)2014-03-062-11/+25
* Improve regression test TestSetAppearance()Justin Clark-Casey (justincc)2014-02-241-42/+69
* Re-enable regression TestSaveBakedTextures()Justin Clark-Casey (justincc)2014-02-241-4/+2
* Stop mesh avatars that specify the alpha texture in their bake slots from cau...Justin Clark-Casey (justincc)2014-02-242-38/+67
* minor: Add some method doc to AFM,SetAppearanceAssets()Justin Clark-Casey (justincc)2014-02-201-0/+6
* For now, do not replacing missing wearables with default wearables if itme de...Justin Clark-Casey (justincc)2014-02-201-144/+190
* Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-02-142-2/+21
|\
| * Change warns associated with UserAgentServiceConnector to debugs, as this is ...Justin Clark-Casey (justincc)2014-02-142-2/+2
| * If calls to UserAgentServiceConnector fail then throw an exception. This lets...Justin Clark-Casey (justincc)2014-02-142-2/+21