Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Thanks, Zaki, for a patch that addresses unhandled exceptions in the | Mike Mazur | 2008-08-01 | 1 | -4/+17 | |
| | | | | | | PluginLoader when servers are started in parallel. | |||||
* | Apply updated patch from issue 1871. Thanks sempuki. | Mike Mazur | 2008-07-31 | 2 | -27/+27 | |
| | ||||||
* | * refactor: rearrange path inventory manipulation so that input tidying can ↵ | Justin Clarke Casey | 2008-07-31 | 1 | -5/+50 | |
| | | | | be used for item paths as well | |||||
* | * refactor: eliminate unused SubFoldersCount | Justin Clarke Casey | 2008-07-31 | 1 | -11/+3 | |
| | ||||||
* | * allow inventory folders to be located by path | Justin Clarke Casey | 2008-07-31 | 2 | -9/+55 | |
| | | | | | | * first pass method impl | |||||
* | * refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to ↵ | Justin Clarke Casey | 2008-07-31 | 2 | -19/+18 | |
| | | | | make actual function clearer | |||||
* | * minor: reduce coupling by passing in only session id to CachedUserInfo | Justin Clarke Casey | 2008-07-31 | 2 | -3/+11 | |
| | ||||||
* | Thank you, HomerHorwitz, for a patch that implements ↵ | Melanie Thielker | 2008-07-31 | 1 | -0/+3 | |
| | | | | | | | | llSetCameraParams/llClearCameraParams. Fixes Mantis #1867 | |||||
* | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 2008-07-31 | 8 | -182/+174 | |
| | | | | | | PluginLoader. Fix issue 1871. | |||||
* | * Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki. | Adam Frisby | 2008-07-30 | 1 | -17/+50 | |
| | ||||||
* | * Refactored some heavily duplicated RequestSimProfileData functions | lbsa71 | 2008-07-29 | 1 | -6/+19 | |
| | | | | | * Changed InventoryUrl and GridServerURL type to Uri instead of string - to address '/' issues. | |||||
* | * refactor: move create user console command parsing down to OpenSim.cs from ↵ | Justin Clarke Casey | 2008-07-29 | 1 | -46/+1 | |
| | | | | CommunicationsManager | |||||
* | Mantis#1849. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 2008-07-29 | 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 | |||||
* | moving GridInfo application plugin into a common standalone/grid | Dr Scofield | 2008-07-28 | 1 | -2/+2 | |
| | | | | | | | | service, adding a plain REST GET handler returning XML (no LLSD), adding appropriate add handler calls to OpenSimBase and UserServer. | |||||
* | Mantis#1817. Thank you kindly, sacha magne, for a patch that: | lbsa71 | 2008-07-27 | 1 | -8/+16 | |
| | | | | | * Fixes a simulator crash when an asset file is missing on loading asset library. | |||||
* | * Added safeguard to ensure valid inventoryserver uri. | lbsa71 | 2008-07-27 | 1 | -3/+16 | |
| | ||||||
* | enabled a config option to inventory server to be able to stop it doing the ↵ | MW | 2008-07-25 | 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. | |||||
* | * Remove dumb bug I put in which meant that an archive save would never ↵ | Justin Clarke Casey | 2008-07-25 | 1 | -6/+5 | |
| | | | | complete if there were any missing assets | |||||
* | squasing warning. | Dr Scofield | 2008-07-25 | 1 | -3/+3 | |
| | ||||||
* | adding copyright statement. | Dr Scofield | 2008-07-25 | 1 | -0/+27 | |
| | ||||||
* | completing rename of ChatFromViewerArgs to OSChatMessage | Dr Scofield | 2008-07-25 | 1 | -0/+0 | |
| | ||||||
* | renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessage | Dr Scofield | 2008-07-25 | 2 | -4/+4 | |
| | ||||||
* | From: awebb | Dr Scofield | 2008-07-25 | 1 | -11/+16 | |
| | | | | | | Further improvements to the REST handlers. | |||||
* | Thanks, lulurun, for a patch that adds an authenticated session cache to reduce | Mike Mazur | 2008-07-25 | 1 | -0/+107 | |
| | | | | | | "check_auth_session" requests from inventory server to user server. | |||||
* | Add GetGroupPowers() and a dictionary to hold them to ClientView and | Melanie Thielker | 2008-07-25 | 1 | -0/+2 | |
| | | | | | | IClientAPI. No user functionality | |||||
* | * refactor: Remove now redundant inventory server url being passed to ↵ | Justin Clarke Casey | 2008-07-24 | 1 | -17/+4 | |
| | | | | GetInventorySkeleton | |||||
* | * Separate out OGS1 calls used between services (rather than from region to ↵ | Justin Clarke Casey | 2008-07-24 | 1 | -7/+7 | |
| | | | | services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1 | |||||
* | * minor: Rename IInterGridInventoryServices since it's inter service rather ↵ | Justin Clarke Casey | 2008-07-24 | 4 | -7/+7 | |
| | | | | than inter grid | |||||
* | oops...forgot to svn add OSHttpHttpHandler.cs last week. | Dr Scofield | 2008-07-24 | 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...) | |||||
* | * refactor: break out inter grid inventory services further | Justin Clarke Casey | 2008-07-23 | 5 | -38/+37 | |
| | | | | | | * more to follow | |||||
* | refactor TaskInventoryItem Mask -> Permissions to be consistant with how things | Sean Dague | 2008-07-23 | 1 | -5/+5 | |
| | | | | | | are stored in the db. | |||||
* | * refactor: split out inventory services which are only used between ↵ | Justin Clarke Casey | 2008-07-23 | 2 | -19/+63 | |
| | | | | | | | | non-region services * more to follow | |||||
* | turn fields -> properties in TaskInventoryItem | Sean Dague | 2008-07-23 | 1 | -25/+214 | |
| | ||||||
* | make privates private | Sean Dague | 2008-07-23 | 1 | -39/+39 | |
| | ||||||
* | refactored LandData to use properties, and cleaned up the naming on | Sean Dague | 2008-07-23 | 1 | -77/+401 | |
| | | | | | | | the properties a bit to be more consistant with other objects (having things like .Name .Description, etc). | |||||
* | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 2008-07-23 | 4 | -5/+5 | |
| | ||||||
* | Changed it so the avatar's rotation is now sent as part of a full avatar ↵ | MW | 2008-07-23 | 1 | -1/+1 | |
| | | | | | | | update. This should fix the wrong rotation on existing sitting avatar when logging in bug. | |||||
* | The new secure inventory server mode (in r5590) can now be disabled from ↵ | Johan Berntsson | 2008-07-23 | 4 | -12/+117 | |
| | | | | OpenSim.ini. Default is to use the new mode. | |||||
* | adding files that were not included in r5589 | Johan Berntsson | 2008-07-23 | 2 | -0/+348 | |
| | ||||||
* | thanks lulurun for a security patch that blocks unathorized access to the ↵ | Johan Berntsson | 2008-07-23 | 3 | -8/+51 | |
| | | | | inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service) | |||||
* | Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users. | Mike Mazur | 2008-07-23 | 1 | -0/+5 | |
| | ||||||
* | Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵ | Mike Mazur | 2008-07-23 | 1 | -1/+3 | |
| | | | | attributes to external XML files. Fix issues 1682 and 1786. | |||||
* | Refactor the packet scheduling out of ClientView. Add intelligent | Melanie Thielker | 2008-07-22 | 3 | -11/+26 | |
| | | | | | | | | | | resending, timeouts, packet discarding. Add notification event for packet discarding. Add priority scheduling for packet queues. Add outgoing duplicate detection facility. Correct packet sequencing. Make provisions for automatic server side throttle adjustments (comes in next installment) | |||||
* | * minor: Make create user command appear on the region console only if the ↵ | Justin Clarke Casey | 2008-07-22 | 1 | -0/+1 | |
| | | | | region is running standalone | |||||
* | added experimental packet tracker (LLPacketTracker.cs), which can be told to ↵ | MW | 2008-07-21 | 2 | -5/+9 | |
| | | | | | | | | track a packet and if it hasn't been acked within a set time, trigger a IClientAPI event, that the application/scene can handle. Currently only terrain packet tracking is finished, Tracking for initial Prim packets (first full update for a prim) is being worked on. Future improvements would be to make it a more generic packet tracker with callback delegates instead of events. Add a test event handler (which would fire after a minute if a terrain packet hadn't been acked) to scene to handle the OnUnackedTerrain event, which currently just resends the terrain patch. The idea of this packet tracking is for the region level application to be able to know if the client stack gave up on sending a packet. | |||||
* | pulling query handling through the handlers. adding (non-functional, | Dr Scofield | 2008-07-18 | 2 | -2/+4 | |
| | | | | | | | | | work-in-progress) HttpHandler. NOTE: non-active code. does not glow in the dark. non-combustible. | |||||
* | simplifying OSHTtpHandler (a bit), adding query string matching, | Dr Scofield | 2008-07-18 | 3 | -120/+118 | |
| | | | | | | | | | adapting OSHttpXmlRpcHandler accordingly. NOTE: this code is not live. | |||||
* | force Culture to en-US in BaseHttpserver.HandleRequest() --- this | Dr Scofield | 2008-07-18 | 1 | -0/+3 | |
| | | | | | | | fixes mantis #1748 and #1771. | |||||
* | fixing warnings in EstateSettings and correcting coding style: | Dr Scofield | 2008-07-18 | 1 | -20/+20 | |
| | | | | | | | | | | * warning was: OpenSim/Framework/EstateSettings.cs(277): warning CS0472: The result of comparing `libsecondlife.LLUUID' against null is always `false'. This operation is undocumented and it is temporary supported for compatibility reasons only * coding style: space before flow control statements please! http://blogs.msdn.com/brada/articles/361363.aspx | |||||
* | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵ | Mike Mazur | 2008-07-18 | 1 | -67/+103 | |
| | | | | (issue 1763). |