aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-01Formatting cleanup.Jeff Ames8-22/+22
2009-09-26Poof! on LocalBackend. CommsManager.GridServices deleted.Diva Canto2-412/+0
2009-09-26Poof! on OGS1 GridServices.Diva Canto2-939/+0
2009-09-26Poof! on Region.Communications.Hypergrid. Grid code deleted.Diva Canto5-1456/+0
2009-09-26Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto1-24/+26
HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
2009-09-24re-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-24Produce a different error message if the user service does not have the ↵Justin Clark-Casey (justincc)1-23/+23
authenticate method available
2009-09-24Allow load/save iar password checks to be done in grid modeJustin 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-12Guarding the unpacking of the email field introduced by Robsmart. Most ↵Diva Canto1-1/+2
profiles don't have it. This may fix mantis #4134.
2009-09-10The stubs for an authorization service, at the moment the service will ↵Rob Smart1-0/+1
always grant access to an avatar entering the region if requested.
2009-09-05uh-hum. It might help if I remembered to save the file.Diva Canto1-1/+1
2009-09-05This should get rid of the infinite loop upon looking up users/agents by ↵Diva Canto1-1/+1
UUID in grid mode. Grr.
2009-09-04Fixed some long-standing issues with appearance in HG1.Diva Canto5-6/+82
2009-08-17Add System.Xml reference to the console projectMelanie1-1/+1
2009-08-13Formatting cleanup. Fix some compiler warnings.Jeff Ames1-3/+0
2009-08-10Et voila! - Old inventory code removed.Diva Canto4-1353/+0
2009-08-10First pass at cleaning up old OGS1 and Local Inventory: removed ↵Diva Canto4-72/+1
everything-inventory in CommsManager, which wasn't actively used anymore.
2009-08-10Removed IAssetCache.Diva Canto2-2/+1
WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml
2009-07-10* minor format changes and message additionsJustin Clarke Casey1-3/+3
2009-07-10* minor: standardize some logging messagesJustin Clarke Casey1-2/+1
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker8-41/+24
Change all uses of the HttpServer properties to use the new singleton
2009-06-14Factoring out "land_data" / RequestLandData that was hanging off of ↵diva1-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-10Small bug fix in HG.diva1-1/+2
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-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-10Formatting cleanup.Jeff Ames3-3/+3
2009-06-01* Allow for lowercase searching in standalone mode, when case sensitiveArthur Valadares1-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-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames19-19/+19
LICENSE.txt.
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames1-27/+27
2009-05-26Commented a log message related to users not found, because it floods the ↵diva1-4/+4
log when the sims have prims from foreign users.
2009-05-25* Upped version number to 0.6.5lbsa712-4/+4
2009-05-24Fixes map image on link-region (HG).diva1-1/+4
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby3-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 Frisby1-1/+0
2009-05-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-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-20Add copyright headers, formatting cleanup.Jeff Ames1-1/+1
2009-05-18Remove the old asset cache and local services and the configurations for themMelanie Thielker1-1/+0
2009-05-14Added a bool variable to OGS1GridServices to be able to turn off the use of ↵MW1-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-12Thank you kindly, Patnad, for a patch that:Charles Krinke3-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 Casey2-5/+36
profile and hashed UUID to represent the user
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker11-6/+11
2009-05-04* Resolve http://opensimulator.org/mantis/view.php?id=3573Justin Clarke Casey1-0/+10
* Override add user for HG user services to hit local services if present
2009-05-02Change of word in log message.diva1-1/+1
2009-04-27Another attempt at mantis #3527.diva1-1/+11
2009-04-23* Allow interested user data plugins to store temporary user profilesJustin Clarke Casey1-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 Casey4-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 HGUserServicesJustin Clarke Casey1-13/+8
2009-04-22* Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵Justin Clarke Casey5-32/+48
service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules
2009-04-22* Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the ↵Justin Clarke Casey1-4/+4
comms manager rather than null
2009-04-22* Fix windows build from last commitJustin Clarke Casey1-0/+1
2009-04-22* Fission OGS1UserServices into user service and OGS1 user data plugin ↵Justin Clarke Casey6-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