Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-09 | From: alan_webb@us.ibm.com | Sean Dague | 1 | -0/+3 | |
Make CHANGED constants consistent with LSL, and consistent across the code base | |||||
2008-09-09 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -15/+15 | |
2008-09-07 | * On a failing login, don't bother trying the default region if it's the ↵ | Justin Clarke Casey | 1 | -4/+8 | |
same as the original login region | |||||
2008-09-07 | * Increase expect_user XMLRPC timeout from 6 to 30 seconds | Justin Clarke Casey | 1 | -1/+1 | |
* This may possibly (est. 20% change) help the situation that we see on OSGrid meetings when a region stops accepting logins, which appears to be because it never receives the expect_user request | |||||
2008-09-07 | * Improve login failure handling. | Justin Clarke Casey | 1 | -18/+13 | |
* Now it should properly inform the user and stop a login if a region server could not be contacted in order to expect a user (the last commit didn't actually quite work correctly) | |||||
2008-09-07 | * refactor: Remove duplication in UserLoginService where most of the ↵ | Justin Clarke Casey | 1 | -260/+170 | |
emergency region login code is a cut and paste job of the preceding normal region login code * also, properly tell the user if no region can be contacted, rather than letting the login proceed only to fail later when authentication fails on the region side * copying and pasting code... it makes me cry inside... so sad... | |||||
2008-09-07 | * minor: for now, print out the exception if logging into the initially ↵ | Justin Clarke Casey | 1 | -3/+3 | |
selected region fails, rather than swallowing it | |||||
2008-09-07 | * minor: Clean up of logging messages to make following the client login ↵ | Justin Clarke Casey | 1 | -1/+0 | |
process easier * documentation | |||||
2008-09-06 | Mantis #2133 | Melanie Thielker | 4 | -4/+4 | |
Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 17 | -152/+152 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
2008-09-05 | Mantis#2048. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -8/+28 | |
The attached patch (against r6075) fixes it for grid-mode. If the home-region isn't available, the stored regionHandle will be used to compute the region-coordinates of the home. This will be wrong if the home-region has moved, of course, but without the region being online we can't request the RegionInfo of it for finding out. Doing that (before the patch) and accessing the (null) RegionInfo led to a NullReferenceException, which prevented logging in to the last location. | |||||
2008-08-30 | * minor: Tiny doc addition to trigger another build that hopefully won't fail | Justin Clarke Casey | 1 | -0/+1 | |
* I can't see why the last compile failed - hoping it's some kind of glitch | |||||
2008-08-30 | * Ditto, UserServer/Main.cs | Adam Frisby | 1 | -25/+23 | |
2008-08-30 | * More cleanup, including UserManager. | Adam Frisby | 2 | -119/+138 | |
2008-08-30 | * Initial inspection of UserLoginService.cs, cleaned up source code slightly ↵ | Adam Frisby | 1 | -34/+27 | |
to make it easier to work with. | |||||
2008-08-28 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-08-25 | * minor: refactor thread report into a method that returns a string rather ↵ | Justin Clarke Casey | 1 | -1/+0 | |
than displays information directly | |||||
2008-08-25 | * This commit incorporates the heart of the OpenGridProtocol patch that is ↵ | Teravus Ovares | 1 | -1/+1 | |
currently on Forge in a nice, friendly modular format. * There are a lot of changes and this is quite experimental. It's off by default, but you can turn it on by examining the bottom of the opensim.ini.example for the proper OpenSim.ini settings. Remember, you still need an agent domain.. * Furthermore, it isn't quite right when it comes to teleporting to remote regions (place_avatar) | |||||
2008-08-24 | Mantis#2041. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -21/+22 | |
The attached patch fixes that your home-location icon is displayed on the region you logged in, not on your home-region. | |||||
2008-08-23 | Mantis#2036. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -3/+15 | |
Not enough logging. Added IP endpoing of request to the log messages on lookup-failure | |||||
2008-08-23 | Mantis#2036. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -4/+10 | |
This patch adds some more informative logging if the region isn't found. | |||||
2008-08-18 | Formatting cleanup. | Jeff Ames | 16 | -70/+60 | |
2008-08-16 | * Move GridInfoService into Framework.Communications and eliminate ↵ | Justin Clarke Casey | 1 | -1/+0 | |
Common.Communications for now (since this was the only class in that project) | |||||
2008-08-15 | Plumb in the partner and the account title fields for profile info. | Melanie Thielker | 1 | -0/+29 | |
2008-08-15 | Update svn properties, formatting cleanup, fix a couple compiler warnings. | Jeff Ames | 1 | -1/+1 | |
2008-08-14 | Adds UserFlags and GodLevel to the user data store and plumbs then in. | Melanie Thielker | 1 | -0/+25 | |
This will have no effect unless both the UGAI and the region are this revision or later | |||||
2008-08-14 | Mantis #1953 | Melanie Thielker | 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. | |||||
2008-08-14 | Mantis #1946 | Melanie Thielker | 1 | -0/+7 | |
Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling. | |||||
2008-08-13 | Mantis #1936 | Melanie Thielker | 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. | |||||
2008-08-09 | * Reinstate grid receive and send keys to user server config | Justin Clarke Casey | 3 | -14/+10 | |
* Looks like these weren't so unused after all - oops! * Remove message from grid server config | |||||
2008-08-09 | * minor: remove unused grid send/receive keys from user server configuration | Justin Clarke Casey | 2 | -12/+6 | |
2008-08-09 | * minor: Remove unused message from the asset server configuration | Justin Clarke Casey | 1 | -5/+3 | |
2008-08-09 | * minor: get rid of send and receive keys from inventory server | Justin Clarke Casey | 1 | -6/+5 | |
* these are not used | |||||
2008-08-09 | * minor: remove redundant welcome message from inventory grid server ↵ | Justin Clarke Casey | 1 | -1/+0 | |
configuration | |||||
2008-08-09 | * Add line to log notifying of inventory -> user grid server trust failure | Justin Clarke Casey | 1 | -3/+22 | |
* add code comments | |||||
2008-07-31 | Thank you, HomerHorwitz, for a patch that add PERMISSION_CONTROL_CAMERA | Melanie Thielker | 1 | -0/+1 | |
Fixes Mantis #1861 | |||||
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 3 | -36/+16 | |
PluginLoader. Fix issue 1871. | |||||
2008-07-31 | -make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can be | Mike Mazur | 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 | |||||
2008-07-30 | * Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki. | Adam Frisby | 1 | -3/+3 | |
2008-07-29 | * Refactored some heavily duplicated RequestSimProfileData functions | lbsa71 | 1 | -2/+2 | |
* Changed InventoryUrl and GridServerURL type to Uri instead of string - to address '/' issues. | |||||
2008-07-28 | moving GridInfo application plugin into a common standalone/grid | Dr Scofield | 1 | -0/+7 | |
service, adding a plain REST GET handler returning XML (no LLSD), adding appropriate add handler calls to OpenSimBase and UserServer. | |||||
2008-07-27 | Update svn properties. | Jeff Ames | 1 | -0/+0 | |
2008-07-25 | enabled a config option to inventory server to be able to stop it doing the ↵ | MW | 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. | |||||
2008-07-25 | Thanks, lulurun, for a patch that adds an authenticated session cache to reduce | Mike Mazur | 1 | -11/+27 | |
"check_auth_session" requests from inventory server to user server. | |||||
2008-07-24 | * refactor: Remove now redundant inventory server url being passed to ↵ | Justin Clarke Casey | 1 | -7/+2 | |
GetInventorySkeleton | |||||
2008-07-24 | * refactor: move remaining user service -> inventory service OGS1 calls into ↵ | Justin Clarke Casey | 3 | -25/+21 | |
the specific inter service class | |||||
2008-07-24 | * Separate out OGS1 calls used between services (rather than from region to ↵ | Justin Clarke Casey | 2 | -2/+69 | |
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 | 1 | -3/+3 | |
than inter grid | |||||
2008-07-24 | Thanks, cmickeyb, for a patch that addresses secure inventory assuming IP ↵ | Mike Mazur | 1 | -3/+5 | |
addresses in configuration. Fix issue 1812. | |||||
2008-07-23 | thanks lulurun for a security patch that blocks unathorized access to the ↵ | Johan Berntsson | 4 | -19/+101 | |
inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service) |