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 |
|
UbitUmarov
|
8c0994a367
|
Ooops, agentposthandler as a variable path
|
2020-12-23 15:54:53 +00:00 |
|
UbitUmarov
|
3732677972
|
changes on agenthandlers: simplify HG only agentposthandler, etc
|
2020-12-23 15:36:51 +00:00 |
|
UbitUmarov
|
a8b4c359d9
|
do not start log before knowing where to log
|
2020-12-12 02:48:44 +00:00 |
|
UbitUmarov
|
ff1302f8c8
|
update xmlrpc.dll with a fix for empty base64 case
|
2020-12-01 13:09:53 +00:00 |
|
UbitUmarov
|
4f2936259d
|
ofc i forgot a file
|
2020-11-26 23:54:20 +00:00 |
|
UbitUmarov
|
6d77f65aa3
|
comment out robust HandleWebSocketLoginEvents listenner and handler, Tell us if you use it, bc its candidate to total removal
|
2020-11-26 23:52:25 +00:00 |
|
UbitUmarov
|
e86bd042bb
|
dont let webrequests keep copies of all put/post. should not, but may impact some connections like redirection
|
2020-10-28 00:09:32 +00:00 |
|
UbitUmarov
|
69e12f537f
|
test: try handle cntr-c another way
|
2020-09-30 02:28:40 +01:00 |
|
UbitUmarov
|
650e6bbe55
|
try reduce number of this webrequest will keep alive anf gc will possible forget to release. this higher numbers should be only relative to robuts, generic connectiosn should have a lot less. But hard to control on current code
|
2020-09-07 18:08:20 +01:00 |
|
UbitUmarov
|
f32c0ead05
|
avoid c# fun things, plus cosmetics
|
2020-07-14 17:54:58 +01:00 |
|
UbitUmarov
|
8fe2cd6c46
|
save/load environments to/from oars
|
2020-06-22 15:46:39 +01:00 |
|
UbitUmarov
|
84a3ff37ab
|
don't load a full xml doc when we just want a single forward parse
|
2020-06-04 02:37:27 +01:00 |
|
UbitUmarov
|
0bfacb7892
|
change hg link request log message
|
2020-05-20 03:02:01 +01:00 |
|
UbitUmarov
|
6c49f16132
|
minor changes
|
2020-05-07 02:15:25 +01:00 |
|
UbitUmarov
|
c07f4f3c41
|
change NeighbourHandlers whatever they are...
|
2020-04-26 19:13:35 +01:00 |
|
UbitUmarov
|
05f098be56
|
change region objecthandlers
|
2020-04-26 18:11:34 +01:00 |
|
UbitUmarov
|
e0418da6e1
|
change region avatarhandlers
|
2020-04-26 16:54:58 +01:00 |
|
UbitUmarov
|
92518129ee
|
remove redundant code
|
2020-04-23 13:24:08 +01:00 |
|
UbitUmarov
|
c99014991b
|
cosmetics
|
2020-04-09 13:41:41 +01:00 |
|
UbitUmarov
|
97cb6254ef
|
cosmetics, rename a few vars, etc
|
2020-03-02 01:32:33 +00:00 |
|
UbitUmarov
|
31aef4e82b
|
work on previus 2 patchs
|
2019-11-14 06:34:44 +00:00 |
|
UbitUmarov
|
46e36601cb
|
remove some more useless NULL arguments
|
2019-10-22 13:04:01 +01:00 |
|