aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Remove some old libsecondlife workarounds as suggested by jhurliman in ↵Justin Clarke Casey2008-09-221-5/+4
| | | | http://opensimulator.org/mantis/view.php?id=2236
* * Fix http://opensimulator.org/mantis/view.php?id=2189Justin Clarke Casey2008-09-211-5/+25
| | | | | | * Allow a grid mode region simulator to properly shutdown even if the grid service is offline
* * Tidy up OGS1GridServicesJustin Clarke Casey2008-09-201-101/+39
| | | | | | * Remove what should be unnecessary RemoteException catches when executing local backend calls
* * Enables logins to regions on a grid once they have finished starting up ↵Justin Clarke Casey2008-09-191-29/+46
| | | | (this does not include script startup).
* * Only allow logins on standalone when the sim has completed it's initial ↵Justin Clarke Casey2008-09-195-34/+68
| | | | | | | | | startup (script startup doesn't count here) * There was a small window where region logins were allowed before modules were loaded - avatars logins that hit this window could have caused bad things to happen. * A similar change will follow for grid mode sometime soon
* * refactor: collapse UpdateUserProfileProperties() into existing ↵Justin Clarke Casey2008-09-151-28/+23
| | | | | | | | UpdateUserProfile * the methods were identical except that the Properties one did a check for the user profile beforehand. However, every caller was doing this already anyway.
* * refactor: Break out IUserServiceAdmin out of IUserService since admin ↵Justin Clarke Casey2008-09-151-0/+2
| | | | methods don't need to be implemented on Grid hosted region servers
* * Add "reset user password" command to standalone region consoleJustin Clarke Casey2008-09-151-0/+5
| | | | | | * Grid user server implementation to follow shortly
* * Converted a number of methods within the login processes from private to ↵Adam Frisby2008-09-141-8/+8
| | | | | | | | protected. * Made several methods virtual to allow derivative overrides. * Minor cleanups.
* * Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey2008-09-122-138/+154
| | | | | | | | | * This patch aims to introduce look at direction persistence between logins. It won't be active until the second part of the patch is committed in about two weeks time. At this point, region servers that haven't upgraded past this revision may run into problems * This checkin upgrades the user database. As always, we recommend you have backups in case something goes wrong. * Many thanks to tyre for this patch.
* Update svn properties, formatting cleanup.Jeff Ames2008-09-092-6/+6
|
* Mantis #2142Melanie Thielker2008-09-071-30/+33
| | | | | | | Thank you, HomerHorwitz, for a patch that fixes landmark teleport and about landmarks with the new OMV types.
* * Improve login failure handling.Justin Clarke Casey2008-09-072-2/+5
| | | | | | * 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)
* * minor: Clean up of logging messages to make following the client login ↵Justin Clarke Casey2008-09-071-12/+10
| | | | | | | | process easier * documentation
* * This changes gridcomms types back to our home grown wholy controlled types. Teravus Ovares2008-09-063-17/+17
| | | | | | * These are different types then the OMV types because changing them causes just about all grid comms to break. If these were the libOMV types, then libOMV couldn't change them ever again after that.. or we'd have a breakage whenever they changed them. * This might introduce a map issue. Still checking it out.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-069-145/+145
| | | | | | | * 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.
* Mantis #1903Melanie Thielker2008-08-281-0/+1
| | | | | | Thank you, cmickeyb, for a patch that fixes inventory folder retrieval.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-7/+7
|
* * Fixed a bug that occurred if your home region wasn't logged in, in ↵Teravus Ovares2008-08-261-12/+30
| | | | | | | | standalone. It wouldn't let you in even if your destination region is online with a 'region x not found' message. * The purpose of the check was to ensure that your home region was sent to your client properly when you connected. However, the desired result is that if the home region is down, but the destination region is online, the user should still get in. * Changes: if the home region isn't available, set the message to the client so that the home region is the destination region.
* * minor: some logging conformance, code documentingJustin Clarke Casey2008-08-251-5/+21
|
* * Deal with a WebException thrown if a grid server cannot be contacted for ↵Justin Clarke Casey2008-08-251-6/+23
| | | | region information
* * This commit incorporates the heart of the OpenGridProtocol patch that is ↵Teravus Ovares2008-08-252-1/+4
| | | | | | | | 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)
* Mantis#904. Thank you kindly, Jonc for a patch that solves:Charles Krinke2008-08-211-3/+9
| | | | | | LocalLoginService does not send the last position coords in the login response. This patch fixes the issue.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-191-2/+2
| | | | | Remove old comment in SnapshotStore pointed out by ChrisDown (bug #2000)
* * This reverts a change where m_regions[RegionHandle] was replaced instead ↵Teravus Ovares2008-08-191-2/+7
| | | | of removed in LocalBackEndServices It used to be like the change above a long long time ago but we found that it caused intermittent neighbor connectivity issues. I added comments above it so that it's looked at more closely next time.
* Attachment persistence!!! Patch #9169 (Mantis #1171)Melanie Thielker2008-08-191-16/+0
| | | | | | Attachments now save to MySQL. No reattach on login yet.
* Formatting cleanup.Jeff Ames2008-08-183-12/+12
|
* Mantis#1965. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-162-0/+116
| | | | | | | | | | | | | | | | | | | | | | | Places touched: - Added two events for in-packets to LLCLientView: RegionHandleRequest and ParcelInfoRequest - Added sending of two out-packets to LLCLientView: RegionIDAndHandleReply and ParcelInfoReply. - Scene handles the RegionHandleRequest, LandManagementModule the ParcelInfoRequest - Added inter-region request for LandData by RegionHandle and local position. This was implemented as XML-RPC request. The returned LandData isn't complete, it only contains the data necessary for answering the ParcelInfoRequest - Added new CAPS (0009) for RemoteParcelRequest and some methods for LandData handling to LandManagementModule - Added methods for fake parcelID creation and parsing to Util - Fixed missing implementation of interface methods. - Added new file: OpenSim/Framework/Communications/Capabilities/LLSDRemoteParcelResponse.cs NOTE: This is part of the patch, too. Due to the many places touched, I would consider this patch as experimental.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-162-2/+2
|
* Plumb in the partner and the account title fields for profile info.Melanie Thielker2008-08-151-0/+14
|
* Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker2008-08-151-9/+4
| | | | | | | | | hierarchical rights structure. MasterAvatar: Owner of the region server (may be null), net gods (users with GodLevel 200), Estate owner (from database). Look at Opensim.ini.example to enable net gods. Estate owner will default to master avatar.
* Minor formatting cleanup.Jeff Ames2008-08-151-6/+6
|
* Fixes a case where neighboring region info cannot be obtainedMelanie Thielker2008-08-151-3/+6
| | | | | | | | and the region server tries to output the region information using the unobtainable RegionInfo. Caused a crash in GS1GridServices.cs, line 928
* Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames2008-08-152-9/+13
|
* Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker2008-08-141-0/+7
| | | | | | | This will have no effect unless both the UGAI and the region are this revision or later
* Mantis #1946Melanie Thielker2008-08-142-1/+13
| | | | | | | Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling.
* Patch #9024Melanie Thielker2008-08-101-1/+1
| | | | | | | | Bringing in an old private patch, increasing region registration timeout to 90 seconds. That allows regions witj > 10000 prims to register successfully. Running them.... well, YMMV
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-101-2/+0
|
* Patch #9161Melanie Thielker2008-08-081-2/+2
| | | | | | | | | | Increase GetUserProfile timeout from 6 to 30 seconds. Because the worker thread fo the XMLRPC data pump sits on a lock while the system starts, regions with upwards of 6000 prims throw and exception when that thread gets blocked for more than 6 seconds, due to this timeout, and won't start.
* * Removed unused m_bAvailablelbsa712008-08-081-1/+1
|
* * All CheckRegion within an instance would use the same, global, bool for ↵lbsa712008-08-082-29/+46
| | | | | | | 'Available', which would lead to intermittent failures on parallell teleport requests. * Solidified CheckRegion somewhat, adding a second try if the first failed.
* Mantis#1894. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-071-1/+2
| | | | | | | | When a region is re-registered (e.g. because of region restart), it is removed from m_regions. If I understood that correctly, the old entry should be replaced, instead.
* * minor: log message twiddlingJustin Clarke Casey2008-08-011-6/+2
|
* * refactor: Remove now redundant inventory server url being passed to ↵Justin Clarke Casey2008-07-241-1/+1
| | | | GetInventorySkeleton
* * Separate out OGS1 calls used between services (rather than from region to ↵Justin Clarke Casey2008-07-242-29/+2
| | | | services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1
* * Fix spelling mistake in OGS1SecureInvenotryServiceJustin Clarke Casey2008-07-241-0/+0
|
* * minor: Rename IInterGridInventoryServices since it's inter service rather ↵Justin Clarke Casey2008-07-245-11/+11
| | | | than inter grid
* * refactor: break out inter grid inventory services furtherJustin Clarke Casey2008-07-235-11/+12
| | | | | | * more to follow
* The new secure inventory server mode (in r5590) can now be disabled from ↵Johan Berntsson2008-07-231-4/+18
| | | | OpenSim.ini. Default is to use the new mode.
* adding files that were not included in r5589Johan Berntsson2008-07-231-0/+324
|