aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor: In AttachmentsModule.UpdateKnownItem use the existing IInventoryAccess...Justin Clark-Casey (justincc)2015-01-171-3/+2
* minor: Suppress the log messages when user profiles data is requested for an ...Justin Clark-Casey (justincc)2015-01-161-3/+10
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-01-091-8/+6
|\
| * Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)2015-01-081-8/+6
* | Added GetDisplayNames capability. For now, we don't actually use display name...Diva Canto2015-01-091-0/+1
|/
* In XBakesModule.Get() use using() to always dispose of RestClient which dispo...Justin Clark-Casey (justincc)2014-12-201-31/+35
* Use using() semantics in XBakesModule to ensure disposable objects are alway ...Justin Clark-Casey (justincc)2014-12-201-39/+42
* Fix recent regression where a race condition meant SP.MakeRootAgent() would s...Justin Clark-Casey (justincc)2014-12-171-5/+11
* Fix a regression where objects crossing regions in the same simulator (on the...Justin Clark-Casey (justincc)2014-12-101-0/+7
* refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-251-1/+1
* Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-256-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-251-2/+2
* refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-259-9/+0
* minor: correct console response when setting attachments logging levelJustin Clark-Casey2014-11-101-1/+1
* Add hypergrid teleporting support to user profiles picksBlueWall2014-10-271-16/+97
* Don't unnecessarily remove from backup objects that were not directly attache...Justin Clark-Casey (justincc)2014-10-022-5/+18
* Improve on the last commit to InventoryArchiver: put back the original constr...Diva Canto2014-09-283-10/+23
* Modifications to previous IAR commits to bring them more inline with existing...AliciaRaven2014-09-232-7/+10
* Add an event callback for loading IAR files. The callback for creating them a...AliciaRaven2014-09-237-45/+133
* Change existing IAR save to use UUID for its callback reference instead of Gu...AliciaRaven2014-09-235-17/+17
* Include same content filters for IAR file exports that already exist for OAR ...AliciaRaven2014-09-232-0/+54
* For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)2014-09-051-1/+2
* On teleport to a region that already has a child agent established (e.g. a ne...Justin Clark-Casey (justincc)2014-08-151-1/+1
* XBakes: store the assets only in the sim's local assets cache; not in the mai...Oren Hurvitz2014-07-211-1/+2
* Close streams immediately when we finish using themOren Hurvitz2014-07-211-13/+2
* Amend to previous commit -- write down the problematic Profile server URL.Diva Canto2014-06-051-0/+3
* May fix mantis #7133Diva Canto2014-06-051-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