aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-07-20adjust DialogModule to only send broadcast alerts to root agentsJustin Clark-Casey (justincc)1-2/+3
2010-07-20Allow communicating with blue box dialogs across a region border via aMelanie Thielker1-8/+7
child agent
2010-07-14Fix obvious bug in XInventoryService.GetFolderItems() which was preventing ↵Justin Clark-Casey (justincc)2-6/+128
the iar module from being able to save single item iars
2010-07-14uncomment a load iar code line I accidentally commented in the last commitJustin Clark-Casey (justincc)1-1/+1
hooray for automated tests
2010-07-14comment out a lot of the debug log messages when loading an iarJustin Clark-Casey (justincc)1-10/+10
these are very redundant now and cause issues when loading large iars diva, you may want to cherry pick this for 0.7-post-fixes since it only comments out log lines and nothing else
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 ↵Diva Canto1-0/+7
being updated.
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
This was http://opensimulator.org/mantis/view.php?id=4770 Extend unit tests to check for this scenario too
2010-06-18change TestPartExistingIarPath() to check appropriate folder creationJustin Clark-Casey (justincc)2-32/+45
change some names in InventoryArchiveReadRequest in an effort to make the code more comprehendable
2010-06-18in IAR utils, return all folders that match a particular path rather than ↵Justin Clark-Casey (justincc)4-27/+36
just the first one
2010-06-18Fix problem where iar load would duplicate huge number of foldersJustin Clark-Casey (justincc)2-29/+52
This was http://opensimulator.org/mantis/view.php?id=4770 Extend unit tests to check for this scenario too
2010-06-18change TestPartExistingIarPath() to check appropriate folder creationJustin Clark-Casey (justincc)2-32/+45
change some names in InventoryArchiveReadRequest in an effort to make the code more comprehendable
2010-06-18in IAR utils, return all folders that match a particular path rather than ↵Justin Clark-Casey (justincc)4-27/+36
just the first one
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ↵Diva Canto2-2/+2
neighbours.
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as ↵Justin Clark-Casey (justincc)1-2/+2
GetFolder(InventoryFolderBase folder)" This reverts commit 3525195bc9b5fdfd9799411edd452981ef1f4ebd.
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as ↵Justin Clark-Casey (justincc)1-2/+2
GetFolder(InventoryFolderBase folder) This involves no wire changes since the methods often just construct an InventoryFolderBase under the hood. This is in line with other methods that alraedy allow requests via uuid
2010-06-11create inactive test for iar folders/items merged with existing pathsJustin Clark-Casey (justincc)2-36/+48
add various helper functions for simplifying test readability
2010-06-11Reinstated the check on im.binaryBucket.Length, this time on the local ↵Diva Canto1-3/+4
handler for inventory offers.
2010-06-11Inventory offers and subsequent notifications of acceptance/decline now ↵Diva Canto2-98/+33
working across the board.
2010-06-11Better friends notification: get rid of OnLogout and use OnClientClose for ↵Diva Canto1-23/+14
sending notifications. This takes care of crashed sessions. Also, made the notifications themselves asynchronous.
2010-06-10Bug fix on friends notifications. OnClientClose and OnLogout ordering are ↵Diva Canto1-8/+33
unpredictable; when OnClientClosed happened first, it was removing the friends list, which would prevent OnLogout notifications to go out.
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 ↵Diva Canto1-10/+5
attachments are deleted from inventory.
2010-06-09Bug fix on attachments: don't delete the item from inventory when it's ↵Diva Canto1-4/+9
dropped on the ground.
2010-06-05Bug fix: update the list of friends upon MakeRoot, because child agents ↵Diva Canto1-1/+1
don't get notified of new friendships.
2010-06-05various refactorings on methods to replicate IAR paths to user inventory in ↵Justin Clark-Casey (justincc)2-82/+128
order to improve readability
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
not used for anything yet
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 ↵Justin Clark-Casey (justincc)1-1/+1
easily configured for test purposes
2010-06-04get TestSaveIarV0_1() working again by setting up an ↵Justin Clark-Casey (justincc)2-3/+5
OpenSim.Data.Null.UserAuthenticationData plugin additional tweaks to get this working properly
2010-06-04Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵Diva Canto2-26/+43
avies are in different sims.
2010-05-28get TestSaveIarV0_1() uncommented but not running as a test yet since I ↵Justin Clark-Casey (justincc)1-106/+99
didn't get the authentication server to work and my brain is about to fizzle out my ears
2010-05-28restore InventoryArchiverTests.TestReplicateArchivePathToUserInventory() to ↵Justin Clark-Casey (justincc)1-51/+37
work with the new UserAccountService/InventoryService
2010-05-28fission UserAccountService.HandleCreateUser() into two methods, one which ↵Justin Clark-Casey (justincc)1-52/+50
handles user command parsing and another which actually does the work
2010-05-28Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)2-6/+18
So, something like load iar Justin Clark-Casey / PASSWORD http://justincc.org/downloads/iars/my-great-items.iar Will load my IAR directly from the web.
2010-05-28refactor: move GetStream and URI methods from ArchiveReadRequest -> ↵Justin Clark-Casey (justincc)1-1/+0
ArchiveHelpers
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 ↵Justin Clark-Casey (justincc)1-2/+3
dereference inside the exception catch
2010-05-14Apply patch from http://opensimulator.org/mantis/bug_view_page.php?bug_id=4671Justin Clark-Casey1-0/+4
Fixes a bug where the viewer didn't recieve the uuid of a chat broadcasting object Thanks crystalsgalicia!
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now ↵Diva Canto1-0/+2
stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. * Fixed small bug with map search where the local sim regions weren't found.
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
the dialog module. Convert it to an event on the estate module interface. The old implementation did the same as message to region, a button that is right next to it on the UI. This implementation prevented people from adding a more sane one in a module.
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto1-2/+5
* Removed a few buglets and added better exception handling.
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