UbitUmarov
|
07d3d51c3b
|
Robust: only create shared webclients after reading config
|
2024-04-12 20:40:16 +01:00 |
|
UbitUmarov
|
d00dbe11c0
|
set gc memory high pressure to 50% of total memory (sadly it may decide to ignore); change show stats memory report; let robust also show memory on show stats
|
2024-04-04 17:45:38 +01:00 |
|
UbitUmarov
|
0d1b14c78f
|
do not do chained hg teleports
|
2024-03-31 00:44:50 +00:00 |
|
UbitUmarov
|
19229aff64
|
replace HttpWebRequest by HttpClient on another place
|
2023-05-16 22:57:23 +01:00 |
|
UbitUmarov
|
1b354ce77e
|
cosmetics
|
2023-02-08 03:01:05 +00:00 |
|
UbitUmarov
|
4358ab54b0
|
add automatic copy of System.Drawing.Common.dll for the current platform, that is still needed
|
2023-01-26 18:52:02 +00:00 |
|
UbitUmarov
|
d9380c9b83
|
clean some spurius chars and a few other things. Thanks Vincent Sylvester
|
2022-11-12 02:49:01 +00:00 |
|
UbitUmarov
|
022ea478d1
|
... cosmetics
|
2022-11-10 11:29:30 +00:00 |
|
UbitUmarov
|
4cac42ab98
|
remove a lock on hginventorybroker; cosmetics
|
2022-11-10 09:44:36 +00:00 |
|
UbitUmarov
|
70e50a4769
|
some more cosmetics on http server
|
2022-11-10 01:11:17 +00:00 |
|
UbitUmarov
|
aa572df663
|
add some missing default group owner powers on xmlrpc groups module
plus more dotnet6 code style changes
|
2022-10-28 20:08:54 +01:00 |
|
UbitUmarov
|
47e120a1de
|
fix a typo
|
2022-10-15 03:13:31 +01:00 |
|
UbitUmarov
|
d459bec18d
|
set System.Globalization.UseNls. new ICU is a stupid breaking change on string.indexof, etc
|
2022-10-02 22:54:02 +01:00 |
|
UbitUmarov
|
cf26e5ed8d
|
add some runtime configuration settings
|
2022-10-02 20:19:35 +01:00 |
|
UbitUmarov
|
f6a47a9f47
|
thread.abort is gone. Coment out so things compile
|
2022-10-02 11:30:41 +01:00 |
|
UbitUmarov
|
5ef7878613
|
cosmetics
|
2022-09-24 17:14:46 +01:00 |
|
UbitUmarov
|
38cb0fd6cf
|
change robust assets contenttype when answer is xml
|
2022-08-23 22:00:22 +01:00 |
|
UbitUmarov
|
28f99ce3b5
|
a few mostly cosmetics to map connectors and handlers. the .../map url will also remove map if data field is not present, ../removemap is just pollution in urls space, if fact both remove map are useless, since they are api for regions and regions can not do it, keeping just because..
|
2022-04-03 16:01:27 +01: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
|
e1ce7408da
|
a few more use array.Empty<byte>
|
2022-03-13 02:05:56 +00:00 |
|
UbitUmarov
|
e043d8a2eb
|
use array.Empty<byte>
|
2022-03-12 15:21:24 +00:00 |
|
UbitUmarov
|
2637656176
|
almost cosmetics
|
2022-03-10 13:55:15 +00:00 |
|
UbitUmarov
|
fbbcc1edd7
|
== string.Empty is .Lenght == 0
|
2022-01-13 20:31:52 +00:00 |
|
UbitUmarov
|
94adb4f86e
|
update libomv with a few changes on uuid
|
2022-01-09 21:50:14 +00:00 |
|
UbitUmarov
|
da928d6099
|
!= UUID.Zero is slow
|
2022-01-09 02:28:51 +00:00 |
|
UbitUmarov
|
7e0fc95c3a
|
== UUID.Zero is slow
|
2022-01-09 00:33:16 +00:00 |
|
UbitUmarov
|
8557f31f73
|
minor cpu savings
|
2021-12-20 17:00:42 +00:00 |
|
UbitUmarov
|
3f584dbf12
|
add auxiliar httpresponse.Redirect(string url, [HttpStatusCode redirStatusCode = HttpStatusCode.Redirect])
|
2021-12-20 11:07:26 +00:00 |
|
UbitUmarov
|
bc590c2fc4
|
NeighbourHandler child agents distances control
|
2021-12-19 01:54:29 +00:00 |
|
UbitUmarov
|
eaadb889d5
|
fix NeighbourHandler
|
2021-12-18 10:44:43 +00:00 |
|
UbitUmarov
|
21896fc8da
|
fix a log message
|
2021-12-07 02:10:44 +00:00 |
|
UbitUmarov
|
131455b107
|
add gridservice GetOnlineRegions()
|
2021-12-07 00:34:40 +00:00 |
|
UbitUmarov
|
d48aaee5d9
|
change filename to robuststartuplogo.txt on last commit, also in code
|
2021-10-17 23:51:25 +01:00 |
|
Vincent Sylvester
|
ac83b0244a
|
Load startuplogo_server.txt as logo for Robust
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2021-10-17 23:29:31 +01:00 |
|
UbitUmarov
|
eeb6e67802
|
MapAddServerConnector: revert last commit. Those checks can fail just because map upload still happens at the wrong time on region start
|
2021-08-18 18:19:59 +01:00 |
|
UbitUmarov
|
5439b072bc
|
MapAddServerConnector: do abort on severe error
|
2021-08-18 18:09:57 +01:00 |
|
UbitUmarov
|
4e8c87fbd1
|
set Expect100Continue false again
|
2021-05-29 23:19:40 +01:00 |
|
UbitUmarov
|
f13836b846
|
try tune keepalive on region agent create
|
2021-02-13 11:59:38 +00:00 |
|
UbitUmarov
|
2266483ce7
|
also do it grid side, like original commit, so older regions get the fix
|
2021-01-30 02:01:57 +00:00 |
|
UbitUmarov
|
5361045641
|
add a debug message on agenthandlers processRequest
|
2020-12-29 04:27:20 +00:00 |
|
UbitUmarov
|
0957317790
|
xbakes, we even avoid another array copy since httpRequest.InputStream is a memorystream with origin = 0
|
2020-12-29 02:05:44 +00:00 |
|
UbitUmarov
|
5ecc264082
|
simplify xbakes service a bit more
|
2020-12-28 21:44:26 +00:00 |
|
UbitUmarov
|
e169b1b074
|
simplify xbakes service
|
2020-12-28 21:05:26 +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 |
|
UbitUmarov
|
8316b9ff35
|
simplify HeloServiceInConnector a bit
|
2020-12-26 03:12:08 +00:00 |
|
UbitUmarov
|
d3e5b3d769
|
changes on some robust map, connectors, map file read, etc
|
2020-12-24 00:06:10 +00:00 |
|