aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Remove the added whitespace, test concludedMelanie2014-02-041-1/+1
* | Bot testMelanie2014-02-041-1/+1
* | Remove compile error from returning value in void functionRobert Adams2014-02-031-1/+1
* | Add one check for a blank URL because the module wasn't quite sure not to wor...Melanie2014-02-041-1/+3
* | Adding the Avination XBakesModule, the client for the persistent bakes systemMelanie2014-02-041-0/+189
* | Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-311-42/+35
|\ \ | |/
| * Make sure Web streams are disposed after useOren Hurvitz2014-01-311-42/+35
* | Merge branch 'master' into varregionRobert Adams2014-01-211-2/+2
|\ \
| * | Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz2014-01-201-2/+2
* | | Merge branch 'master' into varregionRobert Adams2013-12-173-92/+543
|\ \ \ | |/ /
| * | Fix issue with editing notes for other avatarsBlueWall2013-12-161-2/+2