Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-11 | 1 | -52/+32 |
|\ | |||||
| * | Better friends notification: get rid of OnLogout and use OnClientClose for ↵ | Diva Canto | 2010-06-11 | 1 | -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 Canto | 2010-06-10 | 1 | -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-refactor | Melanie | 2010-06-09 | 1 | -20/+28 |
|\ \ | |/ | |||||
| * | Bug fix on attachments: attach->drop->attach works now. | Diva Canto | 2010-06-09 | 1 | -21/+29 |
| | | |||||
| * | Reverting that last permissions check upon drop. Looks like all dropped ↵ | Diva Canto | 2010-06-09 | 1 | -10/+5 |
| | | | | | | | | attachments are deleted from inventory. | ||||
| * | Bug fix on attachments: don't delete the item from inventory when it's ↵ | Diva Canto | 2010-06-09 | 1 | -4/+9 |
| | | | | | | | | dropped on the ground. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-09 | 2 | -3/+4 |
|\ \ | |/ | |||||
| * | Refactor SendCoarseLocations for better performance. Instead of computing ↵ | Dan Lake | 2010-06-08 | 1 | -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 Canto | 2010-06-08 | 1 | -0/+4 |
| | | | | | | | | | | * Deleted redundant migration for assets in SQLite * Rewrote XInventory migrations in SQLite in the new style | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-07 | 5 | -113/+194 |
|\ \ | |/ | |||||
| * | * Bug fix in TP home: typo in unpacking of GridUserInfo. | Diva Canto | 2010-06-05 | 1 | -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 Canto | 2010-06-05 | 1 | -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-05 | 2 | -82/+128 |
| | | | | | | | | order to improve readability | ||||
| * | refactor: do pathname trimming outside of ReplicateArchivePathToUserInventory() | Justin Clark-Casey (justincc) | 2010-06-04 | 2 | -11/+8 |
| | | |||||
| * | add ability for load iar/save iar to take in arbitrary options | Justin Clark-Casey (justincc) | 2010-06-04 | 1 | -20/+47 |
| | | | | | | | | not used for anything yet | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-04 | 6 | -283/+271 |
|\ \ | |/ | |||||
| * | bring TestLoadIarV0_1AbsentUsers() back online | Justin Clark-Casey (justincc) | 2010-06-04 | 1 | -63/+56 |
| | | |||||
| * | bring TestIarV0_1WithEscapedChars() back online | Justin Clark-Casey (justincc) | 2010-06-04 | 1 | -89/+72 |
| | | |||||
| * | bring test TestLoadIarV0_1ExistingUsers() back online | Justin Clark-Casey (justincc) | 2010-06-04 | 1 | -81/+76 |
| | | |||||
| * | remove pointless mock user account service since the real one can now be ↵ | Justin Clark-Casey (justincc) | 2010-06-04 | 2 | -2/+2 |
| | | | | | | | | easily configured for test purposes | ||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-06-04 | 3 | -29/+44 |
| |\ | |||||
| | * | Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵ | Diva Canto | 2010-06-04 | 3 | -29/+44 |
| | | | | | | | | | | | | avies are in different sims. | ||||
| * | | get TestSaveIarV0_1() working again by setting up an ↵ | Justin Clark-Casey (justincc) | 2010-06-04 | 2 | -3/+5 |
| |/ | | | | | | | | | | | OpenSim.Data.Null.UserAuthenticationData plugin additional tweaks to get this working properly | ||||
| * | Continuing refactor. Refactor DeRezObject to deal with multiple objects | Melanie Thielker | 2010-06-01 | 2 | -2/+29 |
| | | |||||
* | | Continuing refactor. Refactor DeRezObject to deal with multiple objects | Melanie Thielker | 2010-06-01 | 2 | -2/+29 |
| | | |||||
* | | Merge branch 'careminster-presence-refactor' of ↵ | Tom Grimshaw | 2010-05-29 | 7 | -230/+220 |
|\ \ | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | ||||
| * \ | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-28 | 7 | -230/+220 |
| |\ \ | | |/ | |||||
| | * | get TestSaveIarV0_1() uncommented but not running as a test yet since I ↵ | Justin Clark-Casey (justincc) | 2010-05-28 | 1 | -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-28 | 1 | -51/+37 |
| | | | | | | | | | | | | work with the new UserAccountService/InventoryService | ||||
| | * | fission UserAccountService.HandleCreateUser() into two methods, one which ↵ | Justin Clark-Casey (justincc) | 2010-05-28 | 1 | -52/+50 |
| | | | | | | | | | | | | handles user command parsing and another which actually does the work | ||||
| | * | Add ability to load IARs directly from URIs | Justin Clark-Casey (justincc) | 2010-05-28 | 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. | ||||
| | * | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2010-05-28 | 1 | -1/+1 |
| | | | |||||
| | * | refactor: move GetStream and URI methods from ArchiveReadRequest -> ↵ | Justin Clark-Casey (justincc) | 2010-05-28 | 3 | -64/+65 |
| | | | | | | | | | | | | ArchiveHelpers | ||||
| | * | Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more" | Melanie | 2010-05-27 | 1 | -13/+1 |
| | | | | | | | | | | | | | | | | | | Some other stuff snuck in. This reverts commit 4cc533e7ad94d148351c16f48afd2a688a64c48a. | ||||
| | * | Comment noisy "CONNECTION DEBUGGING" messages, because they push more | Melanie Thielker | 2010-05-27 | 1 | -1/+13 |
| | | | | | | | | | | | | important stuff off screen too fast | ||||
* | | | Stop IGridService from throwing a fatal exception when an IPEndPoint cannot ↵ | Tom Grimshaw | 2010-05-29 | 1 | -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-refactor | Melanie | 2010-05-24 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | minor: expand upon comments about not scheduling two full updates for ↵ | Justin Clark-Casey (justincc) | 2010-05-24 | 1 | -2/+3 |
| | | | | | | | | attachments | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-21 | 5 | -42/+106 |
|\ \ | |/ | |||||
| * | Fix a problem where SceneGraph.AddSceneObject() would return false on ↵ | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -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 method | Justin Clark-Casey (justincc) | 2010-05-21 | 4 | -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 test | Justin Clark-Casey (justincc) | 2010-05-21 | 2 | -3/+31 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-21 | 1 | -9/+7 |
|\ \ | |/ | |||||
| * | Only send dialogs and notices to root agents, not child agents | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -9/+7 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-21 | 3 | -8/+26 |
|\ \ | |/ | |||||
| * | Removed sessionID from GridUserservice again. Removed parcel crossing ↵ | Diva Canto | 2010-05-20 | 3 | -13/+5 |
| | | | | | | | | detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface. | ||||
| * | Merging slimupdates2 | unknown | 2010-05-20 | 5 | -6/+32 |
| |\ | |||||
| | * | * Added sessionID to IGridUserService.SetLastPosition(), as some connectors ↵ | unknown | 2010-05-20 | 3 | -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 ↵ | unknown | 2010-05-15 | 2 | -2/+7 |
| | |\ | | | | | | | | | | | | | slimupdates2 |