aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* 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-182-10/+10
|
* Mantis#1965. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-161-0/+101
| | | | | | | | | | | | | | | | | | | | | | | 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-151-6/+8
|
* 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-141-1/+3
| | | | | | | 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-081-20/+44
| | | | | | | 'Available', which would lead to intermittent failures on parallell teleport requests. * Solidified CheckRegion somewhat, adding a second try if the first failed.
* * minor: log message twiddlingJustin Clarke Casey2008-08-011-6/+2
|
* * 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-242-2/+2
| | | | than inter grid
* * refactor: break out inter grid inventory services furtherJustin Clarke Casey2008-07-232-2/+2
| | | | | | * 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
|
* thanks lulurun for a security patch that blocks unathorized access to the ↵Johan Berntsson2008-07-231-0/+1
| | | | inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service)
* * refactor: move new inventory service call by user server to OGS1 with all ↵Justin Clarke Casey2008-07-221-2/+3
| | | | | | | | the other service calls * will post to mailing list about moving this shortly
* Mantis#1797. Thank you kindly, StrawberryFride for a patch that solves:Charles Krinke2008-07-201-1/+1
| | | | | | Shutdown command on region server was presenting an error, failing to send detach region for all regions, and failing to shut down
* Patch #9151Melanie Thielker2008-07-181-2/+2
| | | | | | Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans.
* Patch #9150Melanie Thielker2008-07-141-1/+1
| | | | | | Patch 7 of the region patches. Finish off the region parts of the estate dialog. Full user functionality. Terrain textures, heights, water, avatar counts, prim bonus, debug settings and region toggles can now be set from the dialog on a per-region basis. Estate stuff defaults to sane values where there are no defaults, to estate_settings.xml otherwise. Sun still b0rked :(
* Renaming UserManagerBase.SetUserProfile(UserProfileData) to Dr Scofield2008-07-041-0/+6
| | | | | | | | | | | UserManager.UpdateUserProfile(UserProfileData). Adding UpdateUserProfile(UserProfileData) to IUserService interface. Adding RemoteAdminPlugin.XmlRpcUpdateUserAccountMethod(...) to provide a remote update capability.
* mini-warnings-safari, plus cleanup of IUserServices method naming.Dr Scofield2008-07-041-1/+1
|
* Mantis#1626. Thank you kindly, Melanie for a patch that:Charles Krinke2008-06-281-1/+1
| | | | | Fixes IAvatarService for grid and standalone modes
* Extracted the Avatar appearance functions out of the IUserService interface ↵MW2008-06-281-0/+1
| | | | | | | and moved them into a IAvatarService Although "out of the box", there is no actual functional change to behavior
* plumbing for multiple inventory servers. Mostly done on the region server side. MW2008-06-282-1/+17
| | | | | | TODO next is to make the login server read/write a users inventory from the correct server (the inventory url set in a userprofile) On the region side, although not tested with multiple servers it should work if that inventory url was set, and the inventory servers urls have been added to the CommunicationsManager, using CommunicationsManager.AddInventoryService(string hostUrl)
* dr scofield's continuing warnings safari:Dr Scofield2008-06-271-16/+17
| | | | | | | * code caught lingering around with no real purpose other than causing warnings will be taken down.
* * Adds Region ban capability to Regions. You access this by going to ↵Teravus Ovares2008-06-211-4/+66
| | | | | | | | World->Region/Estate. Then on the Estate tab, at the lower right hand corner, clicking the 'Add' button and picking an avatar. * It only persists across reboots for the mySQL datastore currently. * Currently have stubs in the other datastores.
* * Temporary workaround for mantis 1568. If the avatar apperance factory now ↵Justin Clarke Casey2008-06-191-9/+7
| | | | throws any exception, we will carry on with the default appearance rather than terminating the client login
* * minor: A few miscellaneous doc comments before I break and start on ↵Justin Clarke Casey2008-06-141-2/+2
| | | | something else
* * Double timeout on region registration XMLRPC call to the grid serviceJustin Clarke Casey2008-06-131-1/+4
|
* Mantis#1514. Thank you kindly, Boscata for an InventoryServer patchCharles Krinke2008-06-111-0/+20
| | | | | | to allow the InventoryServer to work with MSSQL..
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-042-10/+10
|
* * This update enables grid wide presence updates.Teravus Ovares2008-06-021-1/+7
| | | | | | | * You'll need to start-up the MessageingServer and set it up. It sets up like any of the other grid servers. * All user presence data is kept in memory for speed, while the agent is online. That means if you shutdown the messaging server or the messaging server crashes, it forgets who's online/offline. * Occasionally the region-cache will get stale if regions move around a lot. if it gets stale, run clear-cache on the messaging server console to clear the region cache.
* * Committing more unfinished stuff. Nothing significant at the moment. IM ↵Teravus Ovares2008-06-011-0/+53
| | | | related.
* * Made UpdateUserCurrentRegion a bit more forgiving.lbsa712008-05-311-9/+35
|
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-312-0/+56
| | | | | | | * User tries to log-in but is already logged in. Userserver will send message to simulator user was in to log the user out there. * From the UserServer, admin types 'logoff-user firstname lastname message'. * Some regions may not get the message because they're not updated yet.
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-301-2/+4
|
* Mantis#1411. Thank you kindly for Dataserver.cs and a patchCharles Krinke2008-05-291-2/+6
| | | | | | that adds function stub to request region info by name and adds llRequestSimulatorData() and the dataserver event
* we should be return null in these 2 places, though this won'tSean Dague2008-05-221-2/+2
| | | | | | help with the timeouts.
* Formatting cleanup.Jeff Ames2008-05-171-3/+3
|