Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-01-08 | A few more inches... Old friends things removed. Less references to ↵ | Diva Canto | 4 | -6/+1 | |
UserProfileService. | |||||
2009-12-11 | A few more guards along the path to user server. | Diva Canto | 1 | -3/+6 | |
2009-11-10 | Updated HGUserServices with AuthenticateUserByPassword, so that iar works. | Diva Canto | 1 | -0/+8 | |
2009-10-01 | Formatting cleanup. | Jeff Ames | 8 | -22/+22 | |
2009-09-26 | Poof! on LocalBackend. CommsManager.GridServices deleted. | Diva Canto | 2 | -412/+0 | |
2009-09-26 | Poof! on OGS1 GridServices. | Diva Canto | 2 | -939/+0 | |
2009-09-26 | Poof! on Region.Communications.Hypergrid. Grid code deleted. | Diva Canto | 5 | -1456/+0 | |
2009-09-26 | Moved all HG1 operations to HGGridConnector.cs and ↵ | Diva Canto | 1 | -24/+26 | |
HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions. | |||||
2009-09-24 | re-enable registration of user service authentication method I accidentally ↵ | Justin Clark-Casey (justincc) | 1 | -11/+1 | |
disabled a few commits ago load/save iar on a grid should now work, provided that the user service is this revision or newer | |||||
2009-09-24 | Produce a different error message if the user service does not have the ↵ | Justin Clark-Casey (justincc) | 1 | -23/+23 | |
authenticate method available | |||||
2009-09-24 | Allow load/save iar password checks to be done in grid mode | Justin Clark-Casey (justincc) | 2 | -3/+59 | |
This should allow load/save iar to work for grid mode as long as the grid user service is later than this revision Grid services of earlier revisions will always erroneously report incorrect password. This will be addressed shortly. | |||||
2009-09-12 | Guarding the unpacking of the email field introduced by Robsmart. Most ↵ | Diva Canto | 1 | -1/+2 | |
profiles don't have it. This may fix mantis #4134. | |||||
2009-09-10 | The stubs for an authorization service, at the moment the service will ↵ | Rob Smart | 1 | -0/+1 | |
always grant access to an avatar entering the region if requested. | |||||
2009-09-05 | uh-hum. It might help if I remembered to save the file. | Diva Canto | 1 | -1/+1 | |
2009-09-05 | This should get rid of the infinite loop upon looking up users/agents by ↵ | Diva Canto | 1 | -1/+1 | |
UUID in grid mode. Grr. | |||||
2009-09-04 | Fixed some long-standing issues with appearance in HG1. | Diva Canto | 5 | -6/+82 | |
2009-08-17 | Add System.Xml reference to the console project | Melanie | 1 | -1/+1 | |
2009-08-13 | Formatting cleanup. Fix some compiler warnings. | Jeff Ames | 1 | -3/+0 | |
2009-08-10 | Et voila! - Old inventory code removed. | Diva Canto | 4 | -1353/+0 | |
2009-08-10 | First pass at cleaning up old OGS1 and Local Inventory: removed ↵ | Diva Canto | 4 | -72/+1 | |
everything-inventory in CommsManager, which wasn't actively used anymore. | |||||
2009-08-10 | Removed IAssetCache. | Diva Canto | 2 | -2/+1 | |
WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml | |||||
2009-07-10 | * minor format changes and message additions | Justin Clarke Casey | 1 | -3/+3 | |
2009-07-10 | * minor: standardize some logging messages | Justin Clarke Casey | 1 | -2/+1 | |
2009-07-10 | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 8 | -41/+24 | |
Change all uses of the HttpServer properties to use the new singleton | |||||
2009-06-14 | Factoring out "land_data" / RequestLandData that was hanging off of ↵ | diva | 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. | |||||
2009-06-10 | Small bug fix in HG. | diva | 1 | -1/+2 | |
2009-06-10 | Heart surgery no.2: the inventory service hooks. | diva | 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. | |||||
2009-06-10 | Formatting cleanup. | Jeff Ames | 3 | -3/+3 | |
2009-06-01 | * Allow for lowercase searching in standalone mode, when case sensitive | Arthur Valadares | 1 | -1/+15 | |
search fails. This allows compability to libOMV bots, that always lowercase region names. * Uncertain if this should/could propagate to grids | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 19 | -19/+19 | |
LICENSE.txt. | |||||
2009-05-31 | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 1 | -27/+27 | |
2009-05-26 | Commented a log message related to users not found, because it floods the ↵ | diva | 1 | -4/+4 | |
log when the sims have prims from foreign users. | |||||
2009-05-25 | * Upped version number to 0.6.5 | lbsa71 | 2 | -4/+4 | |
2009-05-24 | Fixes map image on link-region (HG). | diva | 1 | -1/+4 | |
2009-05-23 | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵ | Adam Frisby | 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) | |||||
2009-05-23 | * NetworkUtil now handles an error case in a way which is easier to debug. | Adam Frisby | 1 | -1/+0 | |
2009-05-22 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 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. | |||||
2009-05-20 | Add copyright headers, formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-05-18 | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 1 | -1/+0 | |
2009-05-14 | Added a bool variable to OGS1GridServices to be able to turn off the use of ↵ | MW | 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. | |||||
2009-05-12 | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 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. | |||||
2009-05-05 | * If an item creator id contains an iar loaded name, create a temporary ↵ | Justin Clarke Casey | 2 | -5/+36 | |
profile and hashed UUID to represent the user | |||||
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 11 | -6/+11 | |
2009-05-04 | * Resolve http://opensimulator.org/mantis/view.php?id=3573 | Justin Clarke Casey | 1 | -0/+10 | |
* Override add user for HG user services to hit local services if present | |||||
2009-05-02 | Change of word in log message. | diva | 1 | -1/+1 | |
2009-04-27 | Another attempt at mantis #3527. | diva | 1 | -1/+11 | |
2009-04-23 | * Allow interested user data plugins to store temporary user profiles | Justin Clarke Casey | 1 | -0/+5 | |
* Database and the OGS1 plugins are not interested and hence ignore these calls | |||||
2009-04-23 | * Add user data plugin to store temporary profiles (which are distinct from ↵ | Justin Clarke Casey | 4 | -9/+9 | |
cached) * Plugin not yet used * Existing functionality should not be affected in any way | |||||
2009-04-22 | * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices | Justin Clarke Casey | 1 | -13/+8 | |
2009-04-22 | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵ | Justin Clarke Casey | 5 | -32/+48 | |
service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules |