Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mantis#2036. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 2008-08-23 | 1 | -3/+15 |
| | | | | | | Not enough logging. Added IP endpoing of request to the log messages on lookup-failure | ||||
* | Mantis#2036. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 2008-08-23 | 1 | -4/+10 |
| | | | | | | This patch adds some more informative logging if the region isn't found. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 16 | -70/+60 |
| | |||||
* | * Move GridInfoService into Framework.Communications and eliminate ↵ | Justin Clarke Casey | 2008-08-16 | 1 | -1/+0 |
| | | | | Common.Communications for now (since this was the only class in that project) | ||||
* | Plumb in the partner and the account title fields for profile info. | Melanie Thielker | 2008-08-15 | 1 | -0/+29 |
| | |||||
* | Update svn properties, formatting cleanup, fix a couple compiler warnings. | Jeff Ames | 2008-08-15 | 1 | -1/+1 |
| | |||||
* | Adds UserFlags and GodLevel to the user data store and plumbs then in. | Melanie Thielker | 2008-08-14 | 1 | -0/+25 |
| | | | | | | | This will have no effect unless both the UGAI and the region are this revision or later | ||||
* | Mantis #1953 | Melanie Thielker | 2008-08-14 | 1 | -6/+17 |
| | | | | | | | Thank you, HomerHorwitz, for a patch that changes login location handling to use the sim UUID if it has already been stored. | ||||
* | Mantis #1946 | Melanie Thielker | 2008-08-14 | 1 | -0/+7 |
| | | | | | | | Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling. | ||||
* | Mantis #1936 | Melanie Thielker | 2008-08-13 | 5 | -5/+0 |
| | | | | | | | | Thank you, gsky, for a patch that corrects the threading model to use the multithreaded apartment in the grid servers and region server. | ||||
* | * Reinstate grid receive and send keys to user server config | Justin Clarke Casey | 2008-08-09 | 3 | -14/+10 |
| | | | | | | | * Looks like these weren't so unused after all - oops! * Remove message from grid server config | ||||
* | * minor: remove unused grid send/receive keys from user server configuration | Justin Clarke Casey | 2008-08-09 | 2 | -12/+6 |
| | |||||
* | * minor: Remove unused message from the asset server configuration | Justin Clarke Casey | 2008-08-09 | 1 | -5/+3 |
| | |||||
* | * minor: get rid of send and receive keys from inventory server | Justin Clarke Casey | 2008-08-09 | 1 | -6/+5 |
| | | | | | | * these are not used | ||||
* | * minor: remove redundant welcome message from inventory grid server ↵ | Justin Clarke Casey | 2008-08-09 | 1 | -1/+0 |
| | | | | configuration | ||||
* | * Add line to log notifying of inventory -> user grid server trust failure | Justin Clarke Casey | 2008-08-09 | 1 | -3/+22 |
| | | | | | | * add code comments | ||||
* | Thank you, HomerHorwitz, for a patch that add PERMISSION_CONTROL_CAMERA | Melanie Thielker | 2008-07-31 | 1 | -0/+1 |
| | | | | | | Fixes Mantis #1861 | ||||
* | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 2008-07-31 | 3 | -36/+16 |
| | | | | | | PluginLoader. Fix issue 1871. | ||||
* | -make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can be | Mike Mazur | 2008-07-31 | 1 | -2/+2 |
| | | | | | | | | | used in scripts -cast from bool to LSL{Integer,Float,String} so functions such as `integer isZero(integer x) { return (x == 0); }` work -progress on issue 1863 | ||||
* | * Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki. | Adam Frisby | 2008-07-30 | 1 | -3/+3 |
| | |||||
* | * Refactored some heavily duplicated RequestSimProfileData functions | lbsa71 | 2008-07-29 | 1 | -2/+2 |
| | | | | | * Changed InventoryUrl and GridServerURL type to Uri instead of string - to address '/' issues. | ||||
* | moving GridInfo application plugin into a common standalone/grid | Dr Scofield | 2008-07-28 | 1 | -0/+7 |
| | | | | | | | | service, adding a plain REST GET handler returning XML (no LLSD), adding appropriate add handler calls to OpenSimBase and UserServer. | ||||
* | Update svn properties. | Jeff Ames | 2008-07-27 | 1 | -0/+0 |
| | |||||
* | enabled a config option to inventory server to be able to stop it doing the ↵ | MW | 2008-07-25 | 2 | -27/+51 |
| | | | | | | | 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. | ||||
* | Thanks, lulurun, for a patch that adds an authenticated session cache to reduce | Mike Mazur | 2008-07-25 | 1 | -11/+27 |
| | | | | | | "check_auth_session" requests from inventory server to user server. | ||||
* | * refactor: Remove now redundant inventory server url being passed to ↵ | Justin Clarke Casey | 2008-07-24 | 1 | -7/+2 |
| | | | | GetInventorySkeleton | ||||
* | * refactor: move remaining user service -> inventory service OGS1 calls into ↵ | Justin Clarke Casey | 2008-07-24 | 3 | -25/+21 |
| | | | | the specific inter service class | ||||
* | * Separate out OGS1 calls used between services (rather than from region to ↵ | Justin Clarke Casey | 2008-07-24 | 2 | -2/+69 |
| | | | | 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 | 1 | -3/+3 |
| | | | | than inter grid | ||||
* | Thanks, cmickeyb, for a patch that addresses secure inventory assuming IP ↵ | Mike Mazur | 2008-07-24 | 1 | -3/+5 |
| | | | | addresses in configuration. Fix issue 1812. | ||||
* | thanks lulurun for a security patch that blocks unathorized access to the ↵ | Johan Berntsson | 2008-07-23 | 4 | -19/+101 |
| | | | | 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 | -13/+2 |
| | |||||
* | Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵ | Mike Mazur | 2008-07-23 | 2 | -10/+6 |
| | | | | attributes to external XML files. Fix issues 1682 and 1786. | ||||
* | * refactor: move new inventory service call by user server to OGS1 with all ↵ | Justin Clarke Casey | 2008-07-22 | 2 | -7/+9 |
| | | | | | | | | the other service calls * will post to mailing list about moving this shortly | ||||
* | Mantis#1796. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 2008-07-20 | 1 | -19/+6 |
| | | | | | Agent table code (INSERT / UPDATE, etc) now added to MSSQL provider. | ||||
* | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵ | Mike Mazur | 2008-07-18 | 3 | -65/+61 |
| | | | | (issue 1763). | ||||
* | cleanup: fixing CamelCase issue with RestDeserialiseHandler. | Dr Scofield | 2008-07-15 | 1 | -9/+9 |
| | |||||
* | Mantis#1682. Revert temporarily, Sempuki's mono addins patch | Charles Krinke | 2008-07-11 | 2 | -1/+6 |
| | | | | | while he studies the issues in Windows a little bit. | ||||
* | Mantis#1682. Thank you kindly, Sempuki for a patch that: | Charles Krinke | 2008-07-10 | 2 | -6/+1 |
| | | | | | | Move control of Mono.Addins from source attributes to external XML files. This removes a lot of coupling of the source with Mono.Addins | ||||
* | Added option to userserver config, to be able disable/enable the LLSD Login ↵ | MW | 2008-07-08 | 1 | -1/+4 |
| | | | | support. As far as I know, the LLSD login method is currently only used by libsl based clients/bots. So could be useful to be able to disable this if a grid comes under a griefing attack from libsl bots. | ||||
* | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 2008-07-07 | 1 | -2/+1 |
| | |||||
* | Mantis#1647. Thank you very much, Sempuki for a patch that: | Charles Krinke | 2008-07-04 | 2 | -10/+17 |
| | | | | | Updates the previous module loader work. | ||||
* | disabled the multiple inventory server support in login service again. | MW | 2008-06-29 | 1 | -4/+4 |
| | | | | | | And reverted CachedUserInfo back to revision 5262. I don't think most of the inventory problems that people are reporting are due to these, but its easier to deal with one set of potential problems at a time, and I'm not going to get any time in the week to work on this anyway. | ||||
* | couple of small fixes to try to fix support for multiple inventory servers ↵ | MW | 2008-06-29 | 1 | -4/+4 |
| | | | | in the loginservice | ||||
* | disabled multiple Inventory server support in loginservice until I get more ↵ | MW | 2008-06-28 | 1 | -4/+4 |
| | | | | time to look into the problems people are having. | ||||
* | small fix | MW | 2008-06-28 | 1 | -1/+1 |
| | |||||
* | more work on the support for multiple inventory servers. | MW | 2008-06-28 | 1 | -4/+10 |
| | | | | | | | | | | The Login service should now read/create new inventory on the inventory server that is set in a users profile. Also added "Add-InventoryHost" console command to add a support for a new server to a region. So it would be good if someone could test this. Set up the grid as normal, but then also run extra inventory server on a different computer (well actually it just has to be on a different network hostname, so one using "http://localhost:8004" and one using "http://127.0.0.1:8005" should work) then you need to manually edit the user profile database to set the new servers url in a user's "userInventoryURI" field. Then on a region server, use the Add-InventoryHost to add the new server url (always include the full url, including http, but don't add a final /) Login with that account and see if the inventory works. Of course these needs to be made more user friendly. | ||||
* | Mantis#1616. Applied Melanie's patch. This may or may | Charles Krinke | 2008-06-28 | 1 | -1/+1 |
| | | | | | not break trunk. | ||||
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 9 | -47/+48 |
| | |||||
* | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 2008-06-27 | 2 | -19/+11 |
| | | | | | | | | | | Currently module loading is done ad-hoc. I propose creating a simple loader class that leverages Mono.Addins (and perhaps the new .NET addins when they become available in mono). Attached is a basic patch for review that compiles into HEAD, but doesn't yet replace any existing ad-hoc loaders. |