aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A few more guards along the path to user server.Diva Canto2009-12-111-3/+6
|
* Updated HGUserServices with AuthenticateUserByPassword, so that iar works.Diva Canto2009-11-101-0/+8
|
* Formatting cleanup.Jeff Ames2009-10-018-22/+22
|
* Poof! on LocalBackend. CommsManager.GridServices deleted.Diva Canto2009-09-262-412/+0
|
* Poof! on OGS1 GridServices.Diva Canto2009-09-262-939/+0
|
* Poof! on Region.Communications.Hypergrid. Grid code deleted.Diva Canto2009-09-265-1456/+0
|
* Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto2009-09-261-24/+26
| | | | | | HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
* re-enable registration of user service authentication method I accidentally ↵Justin Clark-Casey (justincc)2009-09-241-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
* Produce a different error message if the user service does not have the ↵Justin Clark-Casey (justincc)2009-09-241-23/+23
| | | | authenticate method available
* Allow load/save iar password checks to be done in grid modeJustin Clark-Casey (justincc)2009-09-242-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.
* Guarding the unpacking of the email field introduced by Robsmart. Most ↵Diva Canto2009-09-121-1/+2
| | | | profiles don't have it. This may fix mantis #4134.
* The stubs for an authorization service, at the moment the service will ↵Rob Smart2009-09-101-0/+1
| | | | always grant access to an avatar entering the region if requested.
* uh-hum. It might help if I remembered to save the file.Diva Canto2009-09-051-1/+1
|
* This should get rid of the infinite loop upon looking up users/agents by ↵Diva Canto2009-09-051-1/+1
| | | | UUID in grid mode. Grr.
* Fixed some long-standing issues with appearance in HG1.Diva Canto2009-09-045-6/+82
|
* Add System.Xml reference to the console projectMelanie2009-08-171-1/+1
|
* Formatting cleanup. Fix some compiler warnings.Jeff Ames2009-08-131-3/+0
|
* Et voila! - Old inventory code removed.Diva Canto2009-08-104-1353/+0
|
* First pass at cleaning up old OGS1 and Local Inventory: removed ↵Diva Canto2009-08-104-72/+1
| | | | everything-inventory in CommsManager, which wasn't actively used anymore.
* Removed IAssetCache.Diva Canto2009-08-102-2/+1
| | | | WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml
* * minor format changes and message additionsJustin Clarke Casey2009-07-101-3/+3
|
* * minor: standardize some logging messagesJustin Clarke Casey2009-07-101-2/+1
|
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-108-41/+24
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* Factoring out "land_data" / RequestLandData that was hanging off of ↵diva2009-06-141-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.diva2009-06-101-1/+2
|
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-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 Ames2009-06-103-3/+3
|
* * Allow for lowercase searching in standalone mode, when case sensitiveArthur Valadares2009-06-011-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 Ames2009-06-0119-19/+19
| | | | LICENSE.txt.
* Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2009-05-311-27/+27
|
* Commented a log message related to users not found, because it floods the ↵diva2009-05-261-4/+4
| | | | log when the sims have prims from foreign users.
* * Upped version number to 0.6.5lbsa712009-05-252-4/+4
|
* Fixes map image on link-region (HG).diva2009-05-241-1/+4
|
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2009-05-233-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 Frisby2009-05-231-1/+0
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-221-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 Ames2009-05-201-1/+1
|
* Remove the old asset cache and local services and the configurations for themMelanie Thielker2009-05-181-1/+0
|
* Added a bool variable to OGS1GridServices to be able to turn off the use of ↵MW2009-05-141-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 Krinke2009-05-123-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 Casey2009-05-052-5/+36
| | | | profile and hashed UUID to represent the user
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-0411-6/+11
|
* * Resolve http://opensimulator.org/mantis/view.php?id=3573Justin Clarke Casey2009-05-041-0/+10
| | | | | | * Override add user for HG user services to hit local services if present
* Change of word in log message.diva2009-05-021-1/+1
|
* Another attempt at mantis #3527.diva2009-04-271-1/+11
|
* * Allow interested user data plugins to store temporary user profilesJustin Clarke Casey2009-04-231-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 Casey2009-04-234-9/+9
| | | | | | | | | cached) * Plugin not yet used * Existing functionality should not be affected in any way
* * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServicesJustin Clarke Casey2009-04-221-13/+8
|
* * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵Justin Clarke Casey2009-04-225-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 Casey2009-04-221-4/+4
| | | | comms manager rather than null