Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add System.Xml reference to the console project | Melanie | 2009-08-17 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup. Fix some compiler warnings. | Jeff Ames | 2009-08-13 | 1 | -3/+0 |
| | |||||
* | Et voila! - Old inventory code removed. | Diva Canto | 2009-08-10 | 4 | -1353/+0 |
| | |||||
* | First pass at cleaning up old OGS1 and Local Inventory: removed ↵ | Diva Canto | 2009-08-10 | 4 | -72/+1 |
| | | | | everything-inventory in CommsManager, which wasn't actively used anymore. | ||||
* | Removed IAssetCache. | Diva Canto | 2009-08-10 | 2 | -2/+1 |
| | | | | WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml | ||||
* | * minor format changes and message additions | Justin Clarke Casey | 2009-07-10 | 1 | -3/+3 |
| | |||||
* | * minor: standardize some logging messages | Justin Clarke Casey | 2009-07-10 | 1 | -2/+1 |
| | |||||
* | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 2009-07-10 | 8 | -41/+24 |
| | | | | | | Change all uses of the HttpServer properties to use the new singleton | ||||
* | Factoring out "land_data" / RequestLandData that was hanging off of ↵ | diva | 2009-06-14 | 1 | -1/+3 |
| | | | | IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works. | ||||
* | Small bug fix in HG. | diva | 2009-06-10 | 1 | -1/+2 |
| | |||||
* | Heart surgery no.2: the inventory service hooks. | diva | 2009-06-10 | 1 | -0/+7 |
| | | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored. | ||||
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 3 | -3/+3 |
| | |||||
* | * Allow for lowercase searching in standalone mode, when case sensitive | Arthur Valadares | 2009-06-01 | 1 | -1/+15 |
| | | | | | | | search fails. This allows compability to libOMV bots, that always lowercase region names. * Uncertain if this should/could propagate to grids | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 19 | -19/+19 |
| | | | | LICENSE.txt. | ||||
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 1 | -27/+27 |
| | |||||
* | Commented a log message related to users not found, because it floods the ↵ | diva | 2009-05-26 | 1 | -4/+4 |
| | | | | log when the sims have prims from foreign users. | ||||
* | * Upped version number to 0.6.5 | lbsa71 | 2009-05-25 | 2 | -4/+4 |
| | |||||
* | Fixes map image on link-region (HG). | diva | 2009-05-24 | 1 | -1/+4 |
| | |||||
* | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵ | Adam Frisby | 2009-05-23 | 3 | -7/+7 |
| | | | | | | | | | | needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient) | ||||
* | * NetworkUtil now handles an error case in a way which is easier to debug. | Adam Frisby | 2009-05-23 | 1 | -1/+0 |
| | |||||
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-05-22 | 1 | -29/+35 |
| | | | | | | | | | | | RequestUserInventory is supposed to drive a supplied callback when it completes. In fact, it fails to do so if the user's inventory does not exist (e.g. the inventory database is unavailable for some reason), and the requestor is left sleeping forever. The code has been modified to return empty lists via the callback as an accurate reflection of what is there: nothing. | ||||
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-05-20 | 1 | -1/+1 |
| | |||||
* | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 2009-05-18 | 1 | -1/+0 |
| | |||||
* | Added a bool variable to OGS1GridServices to be able to turn off the use of ↵ | MW | 2009-05-14 | 1 | -9/+16 |
| | | | | | | | the remoteRegionInfoCache as caching region data like that stops a dynamic grid (where regions could change port or host at any time, useful for load balancing among other things) from working. The bool is currently hardcoded to be true (to use the cache). So need to hook this up to a config option later. | ||||
* | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 2009-05-12 | 3 | -2/+4 |
| | | | | | | | | | This is to handle the changes in the v1.23 viewer of LL regarding the adult rating. With this patch a region can be changed to the adult rating from LL viewer v1.23 and above. | ||||
* | * If an item creator id contains an iar loaded name, create a temporary ↵ | Justin Clarke Casey | 2009-05-05 | 2 | -5/+36 |
| | | | | profile and hashed UUID to represent the user | ||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 11 | -6/+11 |
| | |||||
* | * Resolve http://opensimulator.org/mantis/view.php?id=3573 | Justin Clarke Casey | 2009-05-04 | 1 | -0/+10 |
| | | | | | | * Override add user for HG user services to hit local services if present | ||||
* | Change of word in log message. | diva | 2009-05-02 | 1 | -1/+1 |
| | |||||
* | Another attempt at mantis #3527. | diva | 2009-04-27 | 1 | -1/+11 |
| | |||||
* | * Allow interested user data plugins to store temporary user profiles | Justin Clarke Casey | 2009-04-23 | 1 | -0/+5 |
| | | | | | | * Database and the OGS1 plugins are not interested and hence ignore these calls | ||||
* | * Add user data plugin to store temporary profiles (which are distinct from ↵ | Justin Clarke Casey | 2009-04-23 | 4 | -9/+9 |
| | | | | | | | | | cached) * Plugin not yet used * Existing functionality should not be affected in any way | ||||
* | * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices | Justin Clarke Casey | 2009-04-22 | 1 | -13/+8 |
| | |||||
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵ | Justin Clarke Casey | 2009-04-22 | 5 | -32/+48 |
| | | | | | | | | service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules | ||||
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the ↵ | Justin Clarke Casey | 2009-04-22 | 1 | -4/+4 |
| | | | | comms manager rather than null | ||||
* | * Fix windows build from last commit | Justin Clarke Casey | 2009-04-22 | 1 | -0/+1 |
| | |||||
* | * Fission OGS1UserServices into user service and OGS1 user data plugin ↵ | Justin Clarke Casey | 2009-04-22 | 6 | -774/+798 |
| | | | | | | | | | components * Make OGS1UserServices inherit from UserManagerBase * This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims | ||||
* | Thank you dslake for diagnosing and fixing a race condition in ↵ | diva | 2009-04-18 | 2 | -132/+146 |
| | | | | OGS1SecureInventoryServer (mantis #3483). The provided patch was slightly modified to narrow the locking scope to smaller portions of the functions. Applied the same locking to HGInventoryService, which suffered from the same race condition. | ||||
* | Bug fix for standalone HG login. VerifySession should be local for local users. | diva | 2009-04-18 | 2 | -1/+11 |
| | |||||
* | * Moved the DefaultConfig settings into already-existing ConfigSettings | lbsa71 | 2009-04-17 | 2 | -3/+3 |
| | |||||
* | * Some more work on refactoring configs; | lbsa71 | 2009-04-17 | 2 | -3/+3 |
| | | | | | | | * Moved the constants out into a separate DefaultConfig * Pulled configMember up * Some minor CCC | ||||
* | * minor: Eliminate redundant argument in PreloadUserCache | Justin Clarke Casey | 2009-04-16 | 1 | -1/+1 |
| | |||||
* | minor: Remove some mono compiler warnings. Uncomment code when it's ↵ | Justin Clarke Casey | 2009-04-15 | 1 | -1/+1 |
| | | | | actually being used. | ||||
* | One less vulnerability in the HG: detecting foreign users trying to come in ↵ | diva | 2009-04-14 | 1 | -1/+13 |
| | | | | with local user IDs. If that happened by accident, too bad, foreign user can't come in with that ID. This test is a consequence of not having truly global names yet. | ||||
* | Adds session authentication upon NewUserConnections. Adds user key ↵ | diva | 2009-04-14 | 3 | -73/+155 |
| | | | | authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities. | ||||
* | Fix for minor bug introduced yesterday, HG only. Can't lookup the profile ↵ | diva | 2009-04-14 | 1 | -1/+1 |
| | | | | when we're looking up the profile... | ||||
* | Making OGS1UserServices friendly to subclassing. | diva | 2009-04-14 | 1 | -29/+45 |
| | |||||
* | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 2009-04-13 | 2 | -75/+98 |
| | | | | | | | | | * Introduced preprocess step in FetchAsset (Might revert this later) * Some minor CCC * Added actual implementation of GetUserProfile( uri ) and the corresponding handler to OGS1. * Introduced non-functioning GetUserUri( userProfile) awaiting user server wireup (this might move elsewhere) | ||||
* | * Introduced some experimental code with regards to asset data substitution | lbsa71 | 2009-04-08 | 2 | -0/+11 |
| | |||||
* | Changed the asynchronous call to get inventory in HG, so that it properly ↵ | diva | 2009-04-05 | 1 | -19/+49 |
| | | | | | | | reports problems. OGS1 should also be changed, but I'm leaving it as is for now. RestSessionObjectPosterResponse is fairly broken and should not be used. Minor changes in Get inventory item in HGAssetMapper. |