UbitUmarov
|
4a73cc81dc
now break several things at same time... sog/sop updates, threads options,...
|
5 yıl önce |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
7 yıl önce |
UbitUmarov
|
e2d46c060c
ok.. another try on the HG uri
|
8 yıl önce |
UbitUmarov
|
c0a23d36df
GetRegionsByName and GetHypergridRegionByName: detect that provided url is for local grid, and make it a local by region name local search
|
8 yıl önce |
UbitUmarov
|
a3e2a42f0d
HG regions URI need to include also the default ports for compatibility
|
8 yıl önce |
UbitUmarov
|
1aa4dbdb3f
increase HG mapsearch spargetti; add more flexibility on input uri formats. To find regions in memory for a grid the http format needs to be used, because aditional compares made by viewers
|
8 yıl önce |
UbitUmarov
|
d3cd323f0c
HG on links request build the URI in http format with a / at end, this should not be needed but is coerent with current serverURI
|
8 yıl önce |
UbitUmarov
|
81ef04c9fd
fix type bug on hyperlinks
|
8 yıl önce |
UbitUmarov
|
4c2ece3bcb
HG LinkRegion receive region size also. Useless since olde r gatekeepers dont send it
|
8 yıl önce |
UbitUmarov
|
6ded1da9f2
... merge issue
|
9 yıl önce |
UbitUmarov
|
a11edceb00
seems to compile ( tests comented out)
|
9 yıl önce |
UbitUmarov
|
371c9dd2af
bad merge?
|
9 yıl önce |
Diva Canto
|
32d87aa168
Mantis #7664: Added IHypergridLinker interface to establish a contract about what implementers need to provide publicly. This is used by 3rd-party addons such as Wifi.
|
9 yıl önce |
Oren Hurvitz
|
43c8e2396e
Added locking to HypergridLinker, to prevent problems if multiple linking requests for the same region are handled simultaneously
|
9 yıl önce |
Oren Hurvitz
|
3a2d4c8b05
Added logging in places where regions are searched for by their location
|
9 yıl önce |
Robert Adams
|
07dead7dcb
varregion: any conversions of use of Constants.RegionSize converted into
|
9 yıl önce |
Justin Clark-Casey (justincc)
|
f41809e07d
minor: Capitalize Hypergrid help category like others
|
10 yıl önce |
Oren Hurvitz
|
0d898d8d8a
Revert "When linking a Hypergrid region, set the region's flags on the in-memory GridRegion immediately."
|
10 yıl önce |
Oren Hurvitz
|
463d0b2f8f
When linking a Hypergrid region, set the region's flags on the in-memory GridRegion immediately.
|
10 yıl önce |
Oren Hurvitz
|
6efc203ce8
Fixed: hypergrid-linking stopped accepting the following format: "http://grid.example.com" (without a region name)
|
10 yıl önce |
Oren Hurvitz
|
e1dd228f18
Better error checking when creating hyperlinks: a) Reject invalid strings; b) Default port is 80, not 0
|
10 yıl önce |
Robert Adams
|
2d2bea4aa7
varregion: many more updates removing the constant RegionSize and replacing
|
11 yıl önce |
Justin Clark-Casey (justincc)
|
4cbadc3c49
Allow one to specify a DefaultHGRegion flag in [GridService] in order to allow different default regions for HG and direct grid logins.
|
11 yıl önce |
Diva Canto
|
bb44758179
Switched to using the other Util function with a default value.
|
11 yıl önce |
Diva Canto
|
f1010d7b15
Moved the HG default variables out of [Startup] and into their own section [Hypergrid] in *Common.ini.example. Backwards compatible for now.
|
11 yıl önce |
Diva Canto
|
0e8289cd00
Added new Util function for reading config vars that's more generic than the one I added yesterday -- this is for helping move config vars out of [Startup]
|
11 yıl önce |
Diva Canto
|
e515cdddec
Simplification of HG configs: HomeURI and GatekeeperURI now are defined as 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.
|
11 yıl önce |
Oren Hurvitz
|
1b826b4877
Allow registering regions whose names are equivalent under LIKE but not truly equal
|
12 yıl önce |
Justin Clark-Casey (justincc)
|
73c9abf5f2
Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this.
|
12 yıl önce |
Diva Canto
|
5d8ed077bc
Bring back the Hyperlinker to the Robust console. Moved the config to [GridService]. Changed all HG-related .inis, including HyperSimianGrid. No changes in user-facing inis.
|
13 yıl önce |