aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/GridService/HypergridLinker.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-10Various map generation tweaks.onefang1-10/+7
Fix up Warp3DCachedImageModule to work with my directory structure. Remove some excess code from it. Clean up maptile directory creation code. When the generate map command is given, generate the map. The month check seems a bit dodgy, but I'll let it ride for now.
2020-09-09Remove various limits.onefang1-62/+0
Silly 4096 sim TP check for a client bug that was fixed long ago, seems they removed it themselves. Upgrade sim height. Allow menu items longer than 24 characters once more. Allow sitting on attachments, and attaching things with people sitting on them. Revert don't wear vegetables. Remove some script distance limits. Gods can do anything they want, including bypassing OhSilly threat levels. Low Y regions are no longer reserved for HG links. Varregions don't have to be square. Both now report a warning, but continue anyway. Cool VL Viewer handles non square regions, Singularity crashes. Not tested on others.
2020-09-08Move various paths out of the bin directory.onefang1-1/+2
2019-10-06Remove a no longer used property that used ScopeID in an improper wayMelanie1-28/+0
2019-09-07fix a HG to local grid tp extra checkUbitUmarov1-3/+1
2019-09-02mantis 8580: make some changes on regions find code. (only gatekeeperUbitUmarov1-22/+19
host is used on local grid detection, not its port)
2019-07-25Gatekeeper -> GatekeeperURIonefang1-1/+1
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s.
2019-05-19Clean up maptile directory creation code.onefang1-10/+7
2019-05-19Remove silly 4096 sim TP check for a client bug that was fixed long ago.onefang1-62/+0
2019-05-19Move cache, config, logs out of tree, and various related clean ups.onefang1-1/+2
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-86/+103
2018-12-28now break several things at same time... sog/sop updates, threads options,...UbitUmarov1-1/+2
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-8/+8
2016-12-16ok.. another try on the HG uriUbitUmarov1-117/+4
2016-12-15GetRegionsByName and GetHypergridRegionByName: detect that provided url is ↵UbitUmarov1-0/+10
for local grid, and make it a local by region name local search
2016-12-10HG regions URI need to include also the default ports for compatibilityUbitUmarov1-5/+6
2016-11-28increase HG mapsearch spargetti; add more flexibility on input uri formats. ↵UbitUmarov1-49/+99
To find regions in memory for a grid the http format needs to be used, because aditional compares made by viewers
2016-11-27HG on links request build the URI in http format with a / at end, this ↵UbitUmarov1-3/+6
should not be needed but is coerent with current serverURI
2016-11-21fix type bug on hyperlinksUbitUmarov1-1/+1
2016-11-20HG LinkRegion receive region size also. Useless since olde r gatekeepers ↵UbitUmarov1-2/+6
dont send it
2016-11-07More caches directory fixes, including moving console history there.David Walter Seikel1-1/+2
2016-11-07Excess white space removal.David Walter Seikel1-3/+3
2016-11-05Fix up maptiles location.David Walter Seikel1-12/+8
2016-11-05White space removal.David Walter Seikel1-4/+4
2016-11-03No, we don't need to enshrine viewer bugs in the server, we need to fix the ↵David Walter Seikel1-61/+0
viewer, which is half done. Less to delete this time.
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-65/+171
2015-09-28 ... merge issueUbitUmarov1-5/+3
2015-09-02seems to compile ( tests comented out)UbitUmarov1-32/+1
2015-08-01Mantis #7664: Added IHypergridLinker interface to establish a contract about ↵Diva Canto1-2/+2
what implementers need to provide publicly. This is used by 3rd-party addons such as Wifi.
2015-07-22Added locking to HypergridLinker, to prevent problems if multiple linking ↵Oren Hurvitz1-6/+14
requests for the same region are handled simultaneously
2015-07-22Added logging in places where regions are searched for by their locationOren Hurvitz1-5/+6
This commit also fixes the log message "Region already exists in coordinates <{0},{1}>": it was actually showing the *requested* coordinates, instead of the coordinates of the previously-existing link.
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-26/+29
Util.cs routines to convert region coords to and from world coords or handles.
2014-05-08minor: Capitalize Hypergrid help category like othersJustin Clark-Casey (justincc)1-5/+5
2014-04-24Revert "When linking a Hypergrid region, set the region's flags on the ↵Oren Hurvitz1-4/+4
in-memory GridRegion immediately." This reverts commit 463d0b2f8f0cd5f02c14391b763680b23c16e438.
2014-04-24When linking a Hypergrid region, set the region's flags on the in-memory ↵Oren Hurvitz1-8/+4
GridRegion immediately. (When using llTeleportAgent() this *specific* object is used for the teleport, so it should have the correct flags.)
2014-04-24Fixed: hypergrid-linking stopped accepting the following format: ↵Oren Hurvitz1-11/+21
"http://grid.example.com" (without a region name) Fixes http://opensimulator.org/mantis/view.php?id=7128
2014-04-13Better error checking when creating hyperlinks: a) Reject invalid strings; ↵Oren Hurvitz1-17/+36
b) Default port is 80, not 0 The change of default port may fix http://opensimulator.org/mantis/view.php?id=7108 , where a user was able to create a Hyperlink to OSGrid from inside OSGrid.
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams1-27/+34
with a passed region size. This time in the map code and grid services code.
2013-09-02Allow one to specify a DefaultHGRegion flag in [GridService] in order to ↵Justin Clark-Casey (justincc)1-1/+1
allow different default regions for HG and direct grid logins. This requires a new GridService.GetDefaultHypergridRegions() so ROBUST services require updating but not simulators. This method still returns regions flagged with just DefaultRegion after any DefaultHGRegions, so if no DefaultHGRegions are specified then existing configured defaults will still work. Immediate use is for conference where we need to be able to specify different defaults However, this is also generally useful to send experienced HG users to one default location and local users whose specified region fails (e.g. no "home" or "last") to another.
2013-02-27Switched to using the other Util function with a default value.Diva Canto1-1/+2
2013-02-27Moved the HG default variables out of [Startup] and into their own section ↵Diva Canto1-1/+1
[Hypergrid] in *Common.ini.example. Backwards compatible for now.
2013-02-22Added new Util function for reading config vars that's more generic than the ↵Diva Canto1-1/+1
one I added yesterday -- this is for helping move config vars out of [Startup]
2013-02-23No, we don't need to enshrine viewer bugs in the server, we need to fix the ↵David Walter Seikel1-62/+0
viewer, which is half done.
2013-02-21Simplification of HG configs: HomeURI and GatekeeperURI now are defined as ↵Diva Canto1-1/+3
default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency.
2013-01-02Allow registering regions whose names are equivalent under LIKE but not ↵Oren Hurvitz1-1/+1
truly equal
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ↵teravus1-3/+3
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
2012-10-09Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it ↵Justin Clark-Casey (justincc)1-3/+3
easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this.
2012-03-27Replace HG linker with core versionMelanie1-13/+49
2011-12-30Bring back the Hyperlinker to the Robust console. Moved the config to ↵Diva Canto1-30/+25
[GridService]. Changed all HG-related .inis, including HyperSimianGrid. No changes in user-facing inis.
2011-10-12Make it possible to disable the HG linker. On non-HG systems it spits yellowMelanie1-0/+7
spam, so it should not load unless HG is desired.