aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove testing cruft that is blocking the new protocols. Unit tests noMelanie Thielker2015-10-311-0/+2
* let silly tests override version on local connectionsUbitUmarov2015-10-311-1/+1
* Make sure the chat module doesn't deactivate just because the sectionMelanie Thielker2015-09-091-12/+8
* Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2015-09-0410-10/+0
* Minor improvement of previous patch.Diva Canto2015-08-161-6/+10
* MANTIS-7684 - Use the user management module to get username for script dialogsCinder2015-08-161-13/+9
* Send a proper ownerid for Object messages to conform with what viewer expectsDrake Arconis2015-08-151-2/+5
* WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto2015-08-087-26/+22
* Fixed bug introduced in 4735514. The project didn't compile.Oren Hurvitz2015-07-261-1/+1
* Fixed not being charged to create classifeids on money enabled regionsQuill Littlefeather2015-07-261-2/+14
* More on mantis #7567. Two things:Diva Canto2015-06-051-0/+8
* Attachments Module. Fix detach event not being fired until the next time the ...AliciaRaven2015-05-261-0/+5
* Change UserProfiles so that the parcel name is used for a ProfilePick and not...AliciaRaven2015-04-121-17/+9
* minor: Remove windows build warning about CompressionLevel package ambiguity.Justin Clark-Casey (justincc)2015-03-111-0/+1
* Reduce coupling in regression test task inventory creation methods to make th...Justin Clark-Casey (justincc)2015-02-251-2/+2
* Fix cross-grid inventory delivery notifications, fixes http://opensimulator.o...BlueWall2015-02-211-0/+1
* 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