aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-24Protect one more update of the baked texture hashes.Mic Bowman1-2/+5
2013-05-24This is an experimental patch that adds support for comparing textureMic Bowman1-45/+57
2013-05-23Fix bug where both ordinary UserManagementModule and HGUserManagementModules ...Justin Clark-Casey (justincc)1-1/+1
2013-05-22Implement llSetSoundQueueing().Justin Clark-Casey (justincc)1-0/+9
2013-05-21To further help with tracking down the apperance of too much "Unknown User" i...Justin Clark-Casey (justincc)3-5/+5
2013-05-21Fix compile failure from recent git master 434c3cfJustin Clark-Casey (justincc)1-1/+1
2013-05-21Make "show name" command display HomeURL like "show names"Justin Clark-Casey (justincc)1-4/+11
2013-05-21minor: Change "show names" command to use consistent console display tableJustin Clark-Casey (justincc)1-15/+9
2013-05-21Add "show name" console command to make it possible to show a single binding ...Justin Clark-Casey (justincc)1-0/+34
2013-05-21Log when "Unknown User" is sent to a user because the UMM had no binding for ...Justin Clark-Casey (justincc)1-17/+32
2013-05-21Lock m_UserCache whilst iterating over it in UserManagementModule.GetUserData...Justin Clark-Casey (justincc)1-4/+9
2013-05-16minor: remove long commented out scene cache clearing code in EntityTransferM...Justin Clark-Casey (justincc)1-9/+0
2013-05-16minor: Remove completely unused IClientAPI.RequestClientInfo() call from Enti...Justin Clark-Casey (justincc)1-3/+0
2013-05-16Where this is not already happening, trigger asychoronous calls to CloseChild...Justin Clark-Casey (justincc)2-1/+2
2013-05-11Finalize the logic for SetHome. See comments in Land/LandManagementModule.cs ...Diva Canto2-35/+19
2013-05-11Handle SetHome properlyDiva Canto1-0/+59
2013-05-11Send up the part missing from the Avination Estate commit.Melanie1-0/+12
2013-05-09remove pointless region handle paramter from IClientAPI.SendKillObject()Justin Clark-Casey (justincc)1-1/+1
2013-05-09Fix issue where objects removed via llDie() would not disappear for users loo...Justin Clark-Casey (justincc)1-2/+2
2013-05-08Guard the scene list when estates are updatedMelanie2-9/+14
2013-05-08Adds an event and a method so that handling of the CachedTextureMic Bowman1-0/+59
2013-05-07Added AvatarPickerSearch capability handler.Diva Canto2-35/+39
2013-05-07Step 3: Commit the Avination XEstate estate comms handlerMelanie3-0/+767
2013-05-07Step one of estate settings sharing - port the Avination Estate module (compl...Melanie3-24/+67
2013-05-03Fix possible race condition with local region cache if a region was added aft...Justin Clark-Casey (justincc)1-15/+28
2013-05-01Fix inventory issueBlueWall1-0/+6
2013-05-01Fix the long standing bug of items being delivered to lost and found or trash...Melanie1-2/+3
2013-04-30Fix CAPS to work like they should - do not send caps to the viewer if they're...Melanie1-1/+1
2013-04-29Add TestRejectGivenFolder() and TestAcceptGivenFolder() regression testsJustin Clark-Casey (justincc)2-5/+198
2013-04-29Add regression test for inventory item give, reject and subsequent trash fold...Justin Clark-Casey (justincc)1-0/+256
2013-04-29Add regression test for offer, accept and subsequent receiver delete of an it...Justin Clark-Casey (justincc)1-80/+3
2013-04-29Fix bug where an agent that declined an inventory offer and subsequently empt...Justin Clark-Casey (justincc)1-2/+8
2013-04-24Make the kicked user's avie truly disappear when it's god-kicked.Diva Canto1-2/+1
2013-04-25Commit Avination's God Kick feature.Melanie1-62/+137
2013-04-25Add Avination's support for parcel eject and freezeMelanie1-0/+85
2013-04-24Bug fix: compare tolower. This should fix the issue where HG visitors current...Diva Canto1-1/+1
2013-04-22Allow callers to set the invoice parameter for GenericMessageMelanie1-2/+2
2013-04-10minor: fix mono compiler warning in ScriptsHttpRequests.csJustin Clark-Casey (justincc)1-1/+0
2013-04-10minor: remove mono compiler warnings in InventoryAccessModuleJustin Clark-Casey (justincc)1-3/+2
2013-04-09Comment out rez perms logging I accidentally left in at 7f07023 (Sat Apr 6 02...Justin Clark-Casey (justincc)1-1/+1
2013-04-06Fix taking (and rezzing) of coalesced objects in the non-root subregions of m...Justin Clark-Casey (justincc)2-16/+18
2013-04-06When rezzing a coalesced object, check adjust position of all components.Justin Clark-Casey (justincc)1-20/+27
2013-04-04refactor: Simplify ScriptsHttpRequests.GetNextCompletedRequest to more simply...Justin Clark-Casey (justincc)1-10/+4
2013-04-04Fix bug where outstanding llHTTPRequests for scripts were not being aborted w...Justin Clark-Casey (justincc)1-30/+62
2013-04-03minor: Stop falsely logging that a teleport was being aborted on client logou...Justin Clark-Casey (justincc)1-3/+1
2013-04-02minor: Remove unnecessary call to GetAttachments() in AttachmentsModule.Updat...Justin Clark-Casey (justincc)1-2/+0
2013-04-02Fix what appears to be a bug in HGUserManagementModule where it enables on th...Justin Clark-Casey (justincc)1-2/+1
2013-03-30In the flotasm asset cache, if we get a request for a file that we're activel...Justin Clark-Casey (justincc)1-25/+27
2013-03-30refactor: rename ETM.InformClientToInitateTeleportToLocationDelegate to Infor...Justin Clark-Casey (justincc)1-9/+9
2013-03-29refactor: move the append magic number processing for attachments back up int...Justin Clark-Casey (justincc)1-6/+6