aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-01minor: comment out high volume texture serving module debug message0.7-rc2Justin Clark-Casey (justincc)1-2/+2
2010-06-28One more bug fix in FriendsModule: GrantRights. One of the caches was not bei...Diva Canto1-0/+7
2010-06-22Security fix: Allow only textures to be fetched using HTTP texture capMelanie Thielker1-0/+12
2010-06-19Bug fix: wrong name of requester in local friendship offer.Diva Canto1-1/+4
2010-06-18Fix problem where iar load would duplicate huge number of foldersJustin Clark-Casey (justincc)2-29/+52
2010-06-18change TestPartExistingIarPath() to check appropriate folder creationJustin Clark-Casey (justincc)2-32/+45
2010-06-18in IAR utils, return all folders that match a particular path rather than jus...Justin Clark-Casey (justincc)4-27/+36
2010-06-18Fix problem where iar load would duplicate huge number of foldersJustin Clark-Casey (justincc)2-29/+52
2010-06-18change TestPartExistingIarPath() to check appropriate folder creationJustin Clark-Casey (justincc)2-32/+45
2010-06-18in IAR utils, return all folders that match a particular path rather than jus...Justin Clark-Casey (justincc)4-27/+36
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto2-2/+2
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol...Justin Clark-Casey (justincc)1-2/+2
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve...Justin Clark-Casey (justincc)1-2/+2
2010-06-11create inactive test for iar folders/items merged with existing pathsJustin Clark-Casey (justincc)2-36/+48
2010-06-11Reinstated the check on im.binaryBucket.Length, this time on the local handle...Diva Canto1-3/+4
2010-06-11Inventory offers and subsequent notifications of acceptance/decline now worki...Diva Canto2-98/+33
2010-06-11Better friends notification: get rid of OnLogout and use OnClientClose for se...Diva Canto1-23/+14
2010-06-10Bug fix on friends notifications. OnClientClose and OnLogout ordering are unp...Diva Canto1-8/+33
2010-06-09Bug fix on attachments: attach->drop->attach works now.Diva Canto1-21/+29
2010-06-09Reverting that last permissions check upon drop. Looks like all dropped attac...Diva Canto1-10/+5
2010-06-09Bug fix on attachments: don't delete the item from inventory when it's droppe...Diva Canto1-4/+9
2010-06-05Bug fix: update the list of friends upon MakeRoot, because child agents don't...Diva Canto1-1/+1
2010-06-05various refactorings on methods to replicate IAR paths to user inventory in o...Justin Clark-Casey (justincc)2-82/+128
2010-06-04refactor: do pathname trimming outside of ReplicateArchivePathToUserInventory()Justin Clark-Casey (justincc)2-11/+8
2010-06-04add ability for load iar/save iar to take in arbitrary optionsJustin Clark-Casey (justincc)1-20/+47
2010-06-04bring TestLoadIarV0_1AbsentUsers() back onlineJustin Clark-Casey (justincc)1-63/+56
2010-06-04bring TestIarV0_1WithEscapedChars() back onlineJustin Clark-Casey (justincc)1-89/+72
2010-06-04bring test TestLoadIarV0_1ExistingUsers() back onlineJustin Clark-Casey (justincc)1-81/+76
2010-06-04remove pointless mock user account service since the real one can now be easi...Justin Clark-Casey (justincc)1-1/+1
2010-06-04get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAu...Justin Clark-Casey (justincc)2-3/+5
2010-06-04Fixed a couple of buglets in Friendship offers / acceptance / decline when av...Diva Canto2-26/+43
2010-05-28get TestSaveIarV0_1() uncommented but not running as a test yet since I didn'...Justin Clark-Casey (justincc)1-106/+99
2010-05-28restore InventoryArchiverTests.TestReplicateArchivePathToUserInventory() to w...Justin Clark-Casey (justincc)1-51/+37
2010-05-28fission UserAccountService.HandleCreateUser() into two methods, one which han...Justin Clark-Casey (justincc)1-52/+50
2010-05-28Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)2-6/+18
2010-05-28refactor: move GetStream and URI methods from ArchiveReadRequest -> ArchiveHe...Justin Clark-Casey (justincc)1-1/+0
2010-05-21Only send dialogs and notices to root agents, not child agentsJustin Clark-Casey (justincc)1-9/+7
2010-05-15Address symptom of Mantis 4588 (though not the cause) by moving the avatar de...Justin Clark-Casey (justincc)1-2/+3
2010-05-14Apply patch from http://opensimulator.org/mantis/bug_view_page.php?bug_id=4671Justin Clark-Casey1-0/+4
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-0/+2
2010-05-08More cleaning on presence. Friends online/offline works again.Diva Canto3-98/+89
2010-05-04Strip estate message sending out from the estate management module andMelanie Thielker1-8/+0
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto1-2/+5
2010-04-28Spelling in FriendsModule.cs: "filed to load" -> "failed to load"unknown1-1/+1
2010-04-19Avoid duplicate script resumes. Move resume calls to more logical placesMelanie Thielker1-1/+1
2010-04-19All scripts are now created suspended and are only unsuspended when the objectMelanie1-1/+2
2010-04-17refactor: move DeatchObject() into the AttachmentsModuleJustin Clark-Casey (justincc)1-0/+10
2010-04-16refactor: crudely move DetachSingleAttachmentToGround() over to the Attachmen...Justin Clark-Casey (justincc)1-0/+32
2010-04-16refactor: crudely move the RezMultipleAttachments() method into the Attachmen...Justin Clark-Casey (justincc)1-0/+12
2010-04-08* Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman1-0/+220