UbitUmarov
4833652d9b
let osNpcPlayAnimation play any animation from asset service, if a uuid is provided, instead of only default animations
2026-01-14 02:46:18 +00:00
UbitUmarov
aed3df84a7
try to improve wquivalent regions count for standalones case on grid stats. Thx Tampa
2026-01-13 19:07:43 +00:00
UbitUmarov
26a8c5e712
fix grid stats configuraton check
2025-03-18 22:48:04 +00:00
UbitUmarov
8ec10f9ca8
remove the new xmlrpc grid stats. xmlrcp is obsolete; change refresh time to 15minutes; cosmetics
2025-02-18 12:37:25 +00:00
Vincent Sylvester
898cc22b22
Grid Stats as part of GridInfoService
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt >
2025-02-18 11:36:06 +00:00
UbitUmarov
c11827e1e2
add a bit more info to robust grid_info replies and do cache them
2022-03-29 20:48:02 +01:00
UbitUmarov
1eb74cd6be
add content-type to grid info
2022-03-22 19:55:34 +00:00
UbitUmarov
5728d634b5
cosmetics
2022-03-14 21:12:53 +00:00
UbitUmarov
0c87215c13
no keepalive on gridinfo
2020-12-28 14:55:59 +00:00
UbitUmarov
98e69d9015
simplify RestGetGridInfoMethod a bit more
2020-12-26 03:58:22 +00:00
UbitUmarov
18402bc667
simplify GridInfoHandlers a bit
2020-12-26 03:34:07 +00:00
Melanie Thielker
b16abc8166
Massive tab and trailing space cleanup
2017-01-05 19:07:37 +00:00
Diva Canto
bb44758179
Switched to using the other Util function with a default value.
2013-02-27 20:59:16 -08:00
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.
2013-02-27 20:49:41 -08:00
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]
2013-02-22 15:57:33 -08:00
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.
2013-02-21 17:26:19 -08:00
BlueWall
edb2e4c5b3
Change URI to lowercase to match existing
2012-01-19 13:55:53 -05:00
BlueWall
bf9ce4709f
Add fetching of SRV_HomeURI to "/json_grid_info"
...
Make SRV_HomeURI available on the GridInfoService through the "/json_grid_info" URI. This i s mainly to service OSSL, but can be seen externally via the URI.
2012-01-19 13:48:31 -05:00
BlueWall
ef5575be1b
Add json handler for GridInfo
2012-01-17 21:09:46 -05:00
Justin Clark-Casey (justincc)
4567555c49
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead of OSHttpRequest/OSHttpResponse.
...
This is required for the substitution of different HTTP servers or the newer HttpServer.dll without having to commit to a particular implementation.
This is also required to write regression tests that involve the HTTP layer.
If you need to recompile, all you need to do is replace OSHttpRequest/OSHttpResponse references with IOSHttpRequest/IOSHttpResponse.
2011-12-05 20:44:20 +00:00
Justin Clark-Casey (justincc)
631d5e16ef
Get rid of some traces of the old pre-ROBUST grid architecture config
2011-10-12 21:51:34 +01:00
SignpostMarv Martin
cb6cd3714e
The get_grid_info REST call now encodes XML Entities
2011-05-14 00:31:54 +01:00
Justin Clark-Casey (justincc)
576faee203
minor: change some logging levels
2010-08-11 23:17:29 +01:00
Justin Clark-Casey (justincc)
686f44c575
minor: change "no [GridInfo] config" warning to refer to "configuration files" rather than "OpenSim.ini"
2010-08-11 23:16:33 +01:00
Diva Canto
49618dc102
Moved GridInfo service from where it was to Handlers/Grid
2010-01-10 19:19:34 -08:00