Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-08-05 | * Make currently selected region appear in the region console prompt | Justin Clarke Casey | 1 | -2/+7 | |
* This region is used for single region commands (such as save-xml2) | |||||
2008-08-05 | * refactor: change console base 'component name' to 'default prompt' since ↵ | Justin Clarke Casey | 1 | -4/+13 | |
that's the only thing it's being used for | |||||
2008-08-01 | * minor: correct spelling, remove warning | Justin Clarke Casey | 1 | -2/+2 | |
2008-08-01 | Estate series, patch 9 (#9157) | Melanie Thielker | 2 | -1/+9 | |
Adds the new access semantics and the new flag (allow only age verified) Plumbs in the abuse email address from sim to viewer. The other way around, libomv appears to be lacking support for the data field in the packet. Includes a migration, run prebuild! | |||||
2008-08-01 | * minor: add to the thread tracker the thread with which the thread tracker ↵ | Justin Clarke Casey | 1 | -1/+2 | |
tracks threads | |||||
2008-08-01 | * Register main thread as console thread with thread tracker | Justin Clarke Casey | 1 | -0/+4 | |
2008-08-01 | * minor: get rid of count number from 'show threads' display since they all ↵ | Justin Clarke Casey | 1 | -12/+1 | |
have IDs | |||||
2008-08-01 | * correct bug from last commit - for now don't drop cached user profile when ↵ | Justin Clarke Casey | 1 | -0/+4 | |
an agent is downgraded to a child agent * since upgrading to a root agent doesn't currently re-retrieve the user profile | |||||
2008-08-01 | * Drop cached inventory from the local region when a user crosses out into a ↵ | Justin Clarke Casey | 4 | -29/+44 | |
remote region * May resolves inventory problems that occur when the user moves between two regions` * e.g. if the user moves to a second region, adds an inventory item, moves back to the original region then tries to manipulate that item * Not yet implemented for teleport | |||||
2008-08-01 | * minor: eliminate some unused variables in InventoryFolderImpl | Justin Clarke Casey | 1 | -2/+0 | |
2008-08-01 | Patch #8 in the estate series. Introduces the concept of an estate | Melanie Thielker | 1 | -0/+16 | |
owner (alongside the master avatar) and provides storage fo the abuse email address. No user functionality yet. This patch includes a migration. | |||||
2008-08-01 | Thanks, Zaki, for a patch that addresses unhandled exceptions in the | Mike Mazur | 1 | -4/+17 | |
PluginLoader when servers are started in parallel. | |||||
2008-07-31 | Apply updated patch from issue 1871. Thanks sempuki. | Mike Mazur | 2 | -27/+27 | |
2008-07-31 | * refactor: rearrange path inventory manipulation so that input tidying can ↵ | Justin Clarke Casey | 1 | -5/+50 | |
be used for item paths as well | |||||
2008-07-31 | * refactor: eliminate unused SubFoldersCount | Justin Clarke Casey | 1 | -11/+3 | |
2008-07-31 | * allow inventory folders to be located by path | Justin Clarke Casey | 2 | -9/+55 | |
* first pass method impl | |||||
2008-07-31 | * refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to ↵ | Justin Clarke Casey | 2 | -19/+18 | |
make actual function clearer | |||||
2008-07-31 | * minor: reduce coupling by passing in only session id to CachedUserInfo | Justin Clarke Casey | 2 | -3/+11 | |
2008-07-31 | Thank you, HomerHorwitz, for a patch that implements ↵ | Melanie Thielker | 1 | -0/+3 | |
llSetCameraParams/llClearCameraParams. Fixes Mantis #1867 | |||||
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 8 | -182/+174 | |
PluginLoader. Fix issue 1871. | |||||
2008-07-30 | * Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki. | Adam Frisby | 1 | -17/+50 | |
2008-07-29 | * Refactored some heavily duplicated RequestSimProfileData functions | lbsa71 | 1 | -6/+19 | |
* Changed InventoryUrl and GridServerURL type to Uri instead of string - to address '/' issues. | |||||
2008-07-29 | * refactor: move create user console command parsing down to OpenSim.cs from ↵ | Justin Clarke Casey | 1 | -46/+1 | |
CommunicationsManager | |||||
2008-07-29 | Mantis#1849. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 2 | -31/+66 | |
- LLSDLoginMethod should error out in similar way to XMLRPC login for already logged in condition - Have LLSDLoginMethod mirror the sequence of the XMLRPC for easier side by side compare - Log messages report which process XML or LLSD generated them for easier debugging | |||||
2008-07-28 | moving GridInfo application plugin into a common standalone/grid | Dr Scofield | 1 | -2/+2 | |
service, adding a plain REST GET handler returning XML (no LLSD), adding appropriate add handler calls to OpenSimBase and UserServer. | |||||
2008-07-27 | Mantis#1817. Thank you kindly, sacha magne, for a patch that: | lbsa71 | 1 | -8/+16 | |
* Fixes a simulator crash when an asset file is missing on loading asset library. | |||||
2008-07-27 | * Added safeguard to ensure valid inventoryserver uri. | lbsa71 | 1 | -3/+16 | |
2008-07-25 | enabled a config option to inventory server to be able to stop it doing the ↵ | MW | 1 | -0/+6 | |
SessionId lookup to the user server. As this ties a inventory server to one userserver/grid. doing the look up is still enabled by default. | |||||
2008-07-25 | * Remove dumb bug I put in which meant that an archive save would never ↵ | Justin Clarke Casey | 1 | -6/+5 | |
complete if there were any missing assets | |||||
2008-07-25 | squasing warning. | Dr Scofield | 1 | -3/+3 | |
2008-07-25 | adding copyright statement. | Dr Scofield | 1 | -0/+27 | |
2008-07-25 | completing rename of ChatFromViewerArgs to OSChatMessage | Dr Scofield | 1 | -0/+0 | |
2008-07-25 | renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessage | Dr Scofield | 2 | -4/+4 | |
2008-07-25 | From: awebb | Dr Scofield | 1 | -11/+16 | |
Further improvements to the REST handlers. | |||||
2008-07-25 | Thanks, lulurun, for a patch that adds an authenticated session cache to reduce | Mike Mazur | 1 | -0/+107 | |
"check_auth_session" requests from inventory server to user server. | |||||
2008-07-25 | Add GetGroupPowers() and a dictionary to hold them to ClientView and | Melanie Thielker | 1 | -0/+2 | |
IClientAPI. No user functionality | |||||
2008-07-24 | * refactor: Remove now redundant inventory server url being passed to ↵ | Justin Clarke Casey | 1 | -17/+4 | |
GetInventorySkeleton | |||||
2008-07-24 | * Separate out OGS1 calls used between services (rather than from region to ↵ | Justin Clarke Casey | 1 | -7/+7 | |
services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1 | |||||
2008-07-24 | * minor: Rename IInterGridInventoryServices since it's inter service rather ↵ | Justin Clarke Casey | 4 | -7/+7 | |
than inter grid | |||||
2008-07-24 | oops...forgot to svn add OSHttpHttpHandler.cs last week. | Dr Scofield | 1 | -0/+145 | |
NOTE: this code is work-in-progress, it's not live. it's so far harmless and just wants to play. it should not bite anyone (yeah, that's what they all say, i know...) | |||||
2008-07-23 | * refactor: break out inter grid inventory services further | Justin Clarke Casey | 5 | -38/+37 | |
* more to follow | |||||
2008-07-23 | refactor TaskInventoryItem Mask -> Permissions to be consistant with how things | Sean Dague | 1 | -5/+5 | |
are stored in the db. | |||||
2008-07-23 | * refactor: split out inventory services which are only used between ↵ | Justin Clarke Casey | 2 | -19/+63 | |
non-region services * more to follow | |||||
2008-07-23 | turn fields -> properties in TaskInventoryItem | Sean Dague | 1 | -25/+214 | |
2008-07-23 | make privates private | Sean Dague | 1 | -39/+39 | |
2008-07-23 | refactored LandData to use properties, and cleaned up the naming on | Sean Dague | 1 | -77/+401 | |
the properties a bit to be more consistant with other objects (having things like .Name .Description, etc). | |||||
2008-07-23 | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 4 | -5/+5 | |
2008-07-23 | Changed it so the avatar's rotation is now sent as part of a full avatar ↵ | MW | 1 | -1/+1 | |
update. This should fix the wrong rotation on existing sitting avatar when logging in bug. | |||||
2008-07-23 | The new secure inventory server mode (in r5590) can now be disabled from ↵ | Johan Berntsson | 4 | -12/+117 | |
OpenSim.ini. Default is to use the new mode. | |||||
2008-07-23 | adding files that were not included in r5589 | Johan Berntsson | 2 | -0/+348 | |