aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie2010-12-313-4/+4
| | | | properly
* Merge branch 'master' into careminster-presence-refactorMelanie2010-12-304-81/+65
|\
| * Bug fix in neighbors: serverURI now always has a trailing '/'... neighbors ↵Diva Canto2010-12-291-1/+1
| | | | | | | | were not getting notified.
| * fixes a problem with ending slashes in GatekeeperService to verify ↵Myan Thor2010-12-291-3/+5
| | | | | | | | session-addresses
| * Update SimianGridServicesConnector to work more likeMic Bowman2010-12-271-68/+50
| | | | | | | | | | a connector so we can take advantage of the logic in RemoteGridServicesConnector.
| * No need for these methods to be virtual now.Diva Canto2010-12-271-9/+9
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-201-3/+3
|\ \ | |/
| * More changes to the long help text for console command link-region.Marck2010-12-201-3/+3
| |
| * Make long help text for new link-region command syntax more explicit.Marck2010-12-191-1/+1
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-141-2/+3
|\ \ | |/
| * More on mantis #5270Diva Canto2010-12-141-2/+3
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-133-65/+71
|\ \ | |/
| * Changed logging level for message about failure to retrieve a map image from ↵Marck2010-12-131-1/+1
| | | | | | | | a linked region.
| * Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.Marck2010-12-133-64/+70
| | | | | | | | | | | | Configuration option AssetService in section [GridService] must be set to enable this functionality. Map tiles do currently not show for hyperlinks set in simulators that are connected to grids, see Mantis #5270.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-126-68/+53
|\ \ | |/
| * Adjust hypergrid console commands to latest changes.Marck2010-12-101-64/+41
| |
| * minor: remove some compiler warningsJustin Clark-Casey (justincc)2010-12-101-1/+1
| |
| * Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks ↵Diva Canto2010-12-094-2/+8
| | | | | | | | command. mantis #5259
| * Minor bug fixes. Hunting down mantis #5259Diva Canto2010-12-092-2/+4
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-091-1/+1
|\ \ | |/
| * Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-092-0/+61
| | | | | | | | whether or not an agent is allowed there as a root agent.
| * Removed extraneous left-/ on /object/ subpath. Bug introduced during region ↵Diva Canto2010-12-071-1/+1
| | | | | | | | URLs clean up.
* | Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-092-0/+61
| | | | | | | | whether or not an agent is allowed there as a root agent.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-0613-150/+154
|\ \ | |/
| * Fixed some inconsistency with trailing /. Made debug messages consistent. ↵Diva Canto2010-12-055-23/+29
| | | | | | | | Changed the stored region names of HG regions. Increased the size of regionName in DB.
| * Merge branch 'master-core' into mantis5110Jonathan Freedman2010-12-056-42/+354
| |\
| * \ Merge branch 'master-core' into mantis5110Jonathan Freedman2010-11-231-1/+8
| |\ \
| * \ \ Merge branch 'master-core' into mantis5110Jonathan Freedman2010-11-219-16/+538
| |\ \ \
| * \ \ \ Merge https://github.com/opensim/opensim into mantis5110Jonathan Freedman2010-11-211-3/+3
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs
| * \ \ \ \ Merge git://github.com/opensim/opensim into mantis5110Jonathan Freedman2010-11-053-1/+45
| |\ \ \ \ \
| * | | | | | * better semantics for link-region commandJonathan Freedman2010-10-301-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * actually parse name for new link-region command
| * | | | | | Merge branch 'master' into mantis5110Jonathan Freedman2010-10-301-28/+80
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-304-112/+153
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
| * \ \ \ \ \ \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-291-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-291-23/+29
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Services/GridService/HypergridLinker.cs
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-295-24/+142
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/ScenePresence.cs
| * | | | | | | | | | | * a bit of additional debugging:Jonathan Freedman2010-10-232-8/+6
| | | | | | | | | | | |
* | | | | | | | | | | | Add a missing interface memeber to the new HG stuffMelanie2010-12-031-0/+5
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-035-41/+352
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Also prevent god takes from ending up in Lost and Found
| * | | | | | | | | | | Added some comments. Better than listening to the boring speaker...Diva Canto2010-12-012-0/+12
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2010-11-291-1/+2
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Make gatekeeper's address check case-insensitive.Marck2010-11-271-1/+2
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Preservation of creator information now also working in IARs. Cleaned up ↵Diva Canto2010-11-292-42/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
| * | | | | | | | | | | Creator information preserved upon HG transfers.Diva Canto2010-11-261-1/+0
| | | | | | | | | | | |
| * | | | | | | | | | | WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵Diva Canto2010-11-254-41/+276
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs.
| * | | | | | | | | | Fix some crashes caused by the addition of the CreatorData columnMelanie2010-11-231-1/+8
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Make gatekeeper's address check case-insensitive.Marck2010-11-281-1/+2
| | | | | | | | | |
* | | | | | | | | | Add the ability for gods to impersonate users. For this, bit 6 needs to beMelanie2010-11-258-8/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set in the target's UserFlags and the impersonator must have UserLevel 200 or above. The user can then log in using the target's name and their own password.
* | | | | | | | | | Fix some crashes caused by the addition of the CreatorData columnMelanie2010-11-221-1/+8
| | | | | | | | | |
* | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-223-2/+7
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /