aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-06-111-52/+32
|\
| * Better friends notification: get rid of OnLogout and use OnClientClose for ↵Diva Canto2010-06-111-23/+14
| | | | | | | | sending notifications. This takes care of crashed sessions. Also, made the notifications themselves asynchronous.
| * Bug fix on friends notifications. OnClientClose and OnLogout ordering are ↵Diva Canto2010-06-101-8/+33
| | | | | | | | unpredictable; when OnClientClosed happened first, it was removing the friends list, which would prevent OnLogout notifications to go out.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-091-20/+28
|\ \ | |/
| * Bug fix on attachments: attach->drop->attach works now.Diva Canto2010-06-091-21/+29
| |
| * Reverting that last permissions check upon drop. Looks like all dropped ↵Diva Canto2010-06-091-10/+5
| | | | | | | | attachments are deleted from inventory.
| * Bug fix on attachments: don't delete the item from inventory when it's ↵Diva Canto2010-06-091-4/+9
| | | | | | | | dropped on the ground.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-092-3/+4
|\ \ | |/
| * Refactor SendCoarseLocations for better performance. Instead of computing ↵Dan Lake2010-06-081-3/+0
| | | | | | | | list of all locations fresh for every scene presence on every frame, we will instead compute the list once every 50 frames and send to all connected presences at that time. Also, we only add 60 items to the list when there are more than 60 presences in the scene. For 1000 users, this change yields a 99.8% reduction in list processing and a 98% reduction in network bandwidth for coarse locations.
| * * Changed CreatorIDs consistently to varchar(128)Diva Canto2010-06-081-0/+4
| | | | | | | | | | * Deleted redundant migration for assets in SQLite * Rewrote XInventory migrations in SQLite in the new style
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-075-113/+194
|\ \ | |/
| * * Bug fix in TP home: typo in unpacking of GridUserInfo.Diva Canto2010-06-051-0/+11
| | | | | | | | * Bug fix in TPs across neighboring regions: bug was introduced when getting rid of crashed sessions.
| * Bug fix: update the list of friends upon MakeRoot, because child agents ↵Diva Canto2010-06-051-1/+1
| | | | | | | | don't get notified of new friendships.
| * various refactorings on methods to replicate IAR paths to user inventory in ↵Justin Clark-Casey (justincc)2010-06-052-82/+128
| | | | | | | | order to improve readability
| * refactor: do pathname trimming outside of ReplicateArchivePathToUserInventory()Justin Clark-Casey (justincc)2010-06-042-11/+8
| |
| * add ability for load iar/save iar to take in arbitrary optionsJustin Clark-Casey (justincc)2010-06-041-20/+47
| | | | | | | | not used for anything yet
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-046-283/+271
|\ \ | |/
| * bring TestLoadIarV0_1AbsentUsers() back onlineJustin Clark-Casey (justincc)2010-06-041-63/+56
| |
| * bring TestIarV0_1WithEscapedChars() back onlineJustin Clark-Casey (justincc)2010-06-041-89/+72
| |
| * bring test TestLoadIarV0_1ExistingUsers() back onlineJustin Clark-Casey (justincc)2010-06-041-81/+76
| |
| * remove pointless mock user account service since the real one can now be ↵Justin Clark-Casey (justincc)2010-06-042-2/+2
| | | | | | | | easily configured for test purposes
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-06-043-29/+44
| |\
| | * Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵Diva Canto2010-06-043-29/+44
| | | | | | | | | | | | avies are in different sims.
| * | get TestSaveIarV0_1() working again by setting up an ↵Justin Clark-Casey (justincc)2010-06-042-3/+5
| |/ | | | | | | | | | | OpenSim.Data.Null.UserAuthenticationData plugin additional tweaks to get this working properly
| * Continuing refactor. Refactor DeRezObject to deal with multiple objectsMelanie Thielker2010-06-012-2/+29
| |
* | Continuing refactor. Refactor DeRezObject to deal with multiple objectsMelanie Thielker2010-06-012-2/+29
| |
* | Merge branch 'careminster-presence-refactor' of ↵Tom Grimshaw2010-05-297-230/+220
|\ \ | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * \ Merge branch 'master' into careminster-presence-refactorMelanie2010-05-287-230/+220
| |\ \ | | |/
| | * get TestSaveIarV0_1() uncommented but not running as a test yet since I ↵Justin Clark-Casey (justincc)2010-05-281-106/+99
| | | | | | | | | | | | didn't get the authentication server to work and my brain is about to fizzle out my ears
| | * restore InventoryArchiverTests.TestReplicateArchivePathToUserInventory() to ↵Justin Clark-Casey (justincc)2010-05-281-51/+37
| | | | | | | | | | | | work with the new UserAccountService/InventoryService
| | * fission UserAccountService.HandleCreateUser() into two methods, one which ↵Justin Clark-Casey (justincc)2010-05-281-52/+50
| | | | | | | | | | | | handles user command parsing and another which actually does the work
| | * Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)2010-05-282-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.
| | * minor: remove mono compiler warningJustin Clark-Casey (justincc)2010-05-281-1/+1
| | |
| | * refactor: move GetStream and URI methods from ArchiveReadRequest -> ↵Justin Clark-Casey (justincc)2010-05-283-64/+65
| | | | | | | | | | | | ArchiveHelpers
| | * Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"Melanie2010-05-271-13/+1
| | | | | | | | | | | | | | | | | | Some other stuff snuck in. This reverts commit 4cc533e7ad94d148351c16f48afd2a688a64c48a.
| | * Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-271-1/+13
| | | | | | | | | | | | important stuff off screen too fast
* | | Stop IGridService from throwing a fatal exception when an IPEndPoint cannot ↵Tom Grimshaw2010-05-291-11/+20
|/ / | | | | | | be resolved, and add some handlers to deal with this cleanly; a condition was observed on OSGrid where a neighbouring region with an invalid (unresolveable) hostname would prevent a region from starting. This is bad.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-241-2/+3
|\ \ | |/
| * minor: expand upon comments about not scheduling two full updates for ↵Justin Clark-Casey (justincc)2010-05-241-2/+3
| | | | | | | | attachments
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-215-42/+106
|\ \ | |/
| * Fix a problem where SceneGraph.AddSceneObject() would return false on ↵Justin Clark-Casey (justincc)2010-05-211-1/+0
| | | | | | | | | | | | successfully adding an object rather than true, in defiance of its method documentation This meant that the returns were inconsistent - false would be returned both for various scene object failure conditions (e.g. root part was null) and if the object was successfully added.
| * make oar object filename/pathname creation a helper methodJustin Clark-Casey (justincc)2010-05-214-38/+75
| | | | | | | | | | reused in both tests and oar code reduction in checking is outweighed by greater test clarity
| * add prim item and test asset save in save oar unit testJustin Clark-Casey (justincc)2010-05-212-3/+31
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-211-9/+7
|\ \ | |/
| * Only send dialogs and notices to root agents, not child agentsJustin Clark-Casey (justincc)2010-05-211-9/+7
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-213-8/+26
|\ \ | |/
| * Removed sessionID from GridUserservice again. Removed parcel crossing ↵Diva Canto2010-05-203-13/+5
| | | | | | | | detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface.
| * Merging slimupdates2unknown2010-05-205-6/+32
| |\
| | * * Added sessionID to IGridUserService.SetLastPosition(), as some connectors ↵unknown2010-05-203-6/+6
| | | | | | | | | | | | | | | | | | will want to track position against sessionID instead of userID * Updated SimianPresenceServiceConnector to use the new LoggedOut/SetHome/etc methods and only update session position on parcel crossing
| | * Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into ↵unknown2010-05-152-2/+7
| | |\ | | | | | | | | | | | | slimupdates2