c68e7b6621change child agents close control; disablesimulator is not a caps event message
UbitUmarov
2017-05-31 23:31:02 +0100
5c156508e2mantis 8182: update/fix GenerateRandomAnimation(). not updating libomv avatar data bc have no idea why do do have it, so leave it to who does know
UbitUmarov
2017-05-31 12:33:35 +0100
55babdc160Merge branch 'master' into httptests
UbitUmarov
2017-05-31 07:21:21 +0100
7217c20291we don't need to keep refs to baked textures assets
UbitUmarov
2017-05-31 07:12:03 +0100
f5f0fa5d1fwe don't need to keep refs to baked textures assets
UbitUmarov
2017-05-31 06:18:05 +0100
e5991124ddmerge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector in single NeighbourServicesOutConnector
UbitUmarov
2017-05-31 01:29:38 +0100
0fa3af96a4remove anoying crossing messages on open borders
UbitUmarov
2017-05-30 16:51:49 +0100
79b2926ce1do another dns request via new cache. My problems bf wheren't mono after all, but ubuntu systemd.resolver and google public dns, killing one and not using other did improve dns a lot
UbitUmarov
2017-05-30 15:34:22 +0100
90da5280afput back soft http close
UbitUmarov
2017-05-30 09:01:39 +0100
e5bebe3a32webrequests serialiazation per endpoint its now ServicePointManager job
UbitUmarov
2017-05-30 08:20:58 +0100
91caf98308change servicePoint dns expire also to 5min, let the endpoints expire slide. This should reduce impact of absurd dns fails observed on my test ubuntu VM
UbitUmarov
2017-05-29 07:48:09 +0100
a317bba8cfcache endpoints (and other paths) dns requests for 5min, this delay should be acceptable in all cases ?
UbitUmarov
2017-05-29 07:11:13 +0100
0f0673552cremove a unnecessary dns check
UbitUmarov
2017-05-29 06:50:55 +0100
8f86de265csome cleanup and assume Linux/mono DNS is just broken...
UbitUmarov
2017-05-29 05:22:21 +0100
7be6e16555no.. still a fail
UbitUmarov
2017-05-29 03:41:09 +0100
27afe136d4mono is a total crap
UbitUmarov
2017-05-29 03:13:56 +0100
2c19d08448cleanup util.cs get dns
UbitUmarov
2017-05-29 02:07:53 +0100
d94b2e6f6dremove a now anoying message..
UbitUmarov
2017-05-29 00:19:51 +0100
5274a3181eenclose GetRequestStream on try/catch
UbitUmarov
2017-05-28 23:54:43 +0100
99111e5052enclose GetRequestStream on try/catch
UbitUmarov
2017-05-28 23:51:13 +0100
687c01b29eneed to delay even more agent close after teleport to compensate for slow machines and user connections. This one of current tp teleport protocol flaws
UbitUmarov
2017-05-28 03:17:34 +0100
d1306c8976a null ref check left behind on previus commits
UbitUmarov
2017-05-28 02:11:40 +0100
572e84c822make use of a rare thing called StringBuilder on LSL_List. LSL_List uses may need a revision to make sure they are passed by ref and not by value, with necessary adjustments. This does not have much impact on AppDomains, since if they cross, they are always serialized. Since lists are important parts of LSL, the AppDomainLoading option needs to be replaced by something else
UbitUmarov
2017-05-28 01:56:52 +0100
18f1ea1086make LSL_list a CLASS again. Now we need to it allover again. Scripts need to be recompiled ( delete contents of bin/ScriptEngines)
UbitUmarov
2017-05-28 01:11:53 +0100
6a0eba3d7bdisable llhttprequests secure con, since it still collides with main ssl settings
UbitUmarov
2017-05-27 14:39:56 +0100
a2c824e124get back to .net4.0 for now
UbitUmarov
2017-05-27 13:56:28 +0100
2603363e3eupdate test httpserver, be more tolerant on protocols
UbitUmarov
2017-05-27 12:51:32 +0100
a7db505cafstupid mono5 doesn't know about Subject Alternative Name IPAddress
UbitUmarov
2017-05-27 12:38:31 +0100
117e6ec266fix wrong cert ip compare
UbitUmarov
2017-05-27 08:30:12 +0100
6609965f6eops no
UbitUmarov
2017-05-27 06:50:45 +0100
d5d09253bcadd test cert
UbitUmarov
2017-05-27 06:47:54 +0100
582dc75381remove a accent from a method name
UbitUmarov
2017-05-27 06:30:23 +0100
c54985f8a1Merge branch 'master' into httptests
UbitUmarov
2017-05-27 05:47:05 +0100
2be362bd67lose a ref
UbitUmarov
2017-05-26 21:30:06 +0100
e7c2674deccleanup (grid)region info endpoint; add log to try to find some xml decode issues
UbitUmarov
2017-05-26 21:26:51 +0100
8f10db0a6amantis 8181: don't try to delete contents of a non exitent folder
UbitUmarov
2017-05-26 05:32:59 +0100
426f2130fcchange opensim-ode.sh to use the ode engine defined on opensim.ini
UbitUmarov
2017-05-26 01:50:54 +0100
5287489a3cavoid some wrong watchdog timeouts
UbitUmarov
2017-05-26 00:53:21 +0100
7a82c7c5b2make BlockingQueue.Dequeue timeouts more coerent (just less than watchdog timeout)
UbitUmarov
2017-05-26 00:47:08 +0100
8d8236cfb2missing file change.. actually use watchdog threads on assetsconnector and avoid null refs on JobEngine
UbitUmarov
2017-05-26 00:34:04 +0100
d90b68c2a6change wrong watchdog stopped thread check code, and don't log it
UbitUmarov
2017-05-26 00:05:35 +0100
2777995331Merge branch 'master' into httptests
UbitUmarov
2017-05-25 10:23:52 +0100
31b4a31246add some checks for valid endpoints
UbitUmarov
2017-05-25 09:46:29 +0100
772c5b7db0move assetsconnector threads to whatchdog; Abort all alive threads known to watchdog before exit
UbitUmarov
2017-05-25 06:05:02 +0100
0d31898fd6Update macOS version of libode to 0.13.2. The library is build as a fat library with both 32 and 64 bit code. O3 optimization and built with macOS 10.11 SDK.
Geir Nøklebye
2017-05-24 15:20:37 +0200
e5377eb839use threads from main pool on assetsconnector
UbitUmarov
2017-05-25 04:51:45 +0100
8195cd5153another one
UbitUmarov
2017-05-25 02:24:15 +0100
b6c23fe911make a few more threads background ones
UbitUmarov
2017-05-25 02:01:36 +0100
4286ae43f2make some threads background ones
UbitUmarov
2017-05-25 01:51:53 +0100
9a1d94f455remove use of libomv BlockingQueue
UbitUmarov
2017-05-25 01:28:02 +0100
dca3a45803add a bit more pre exit cleanup
UbitUmarov
2017-05-24 22:17:04 +0100
2008e65695mantis 8780 replace ode bins for linux with ones compiled against older Glibc, Thanks Jak
UbitUmarov
2017-05-24 21:08:21 +0100
8989e8ef3agive up on the code to stop AsyncCommandManager. It fails with many scripts running, and its only done deep on exit code. It is a backgroud thread should not block exit and never did
UbitUmarov
2017-05-24 02:19:25 +0100
7b80bcc57ano all mono versions know DnsRefreshTimeout
UbitUmarov
2017-05-23 00:52:40 +0100
c080d9fa23remember mono about the default for DnsRefreshTimeout
UbitUmarov
2017-05-23 00:10:11 +0100
24885819fccheck XFF headers of caller, but be quiet about them
UbitUmarov
2017-05-22 22:04:20 +0100
4da5d249d8receivers can't tell if there where proxies on path unless they look
UbitUmarov
2017-05-22 21:22:04 +0100
ea88927a65remove some code for NAT that was disabled by its author Adam Frisby since 2009, and i don't see how to mk work with current viewers at that point at least
UbitUmarov
2017-05-22 20:15:02 +0100
73222e4dd4fix IClientIPEndpoint broken by justin long ago.. but stop using it except on SceneBanner, later it my be also removed from there and everywhere
UbitUmarov
2017-05-22 19:14:19 +0100
8f9256ea1cPGSQL: Another missing cast in XInventoryData
Geir Nøklebye
2017-05-22 15:31:39 +0200
fcb435deb4make sure we drop requests if DoHTTPGruntWork fails
UbitUmarov
2017-05-22 05:53:59 +0100
bad00670a9disable keepalive on llHttpRequest
UbitUmarov
2017-05-22 05:02:42 +0100
0320225ca8reenqueue poll events while conn is open, and not expired
UbitUmarov
2017-05-21 07:02:35 +0100
7c3200b393cross avatar group info also if title is empty string
UbitUmarov
2017-05-21 05:16:18 +0100
e520dba717Merge branch 'master' into httptests
UbitUmarov
2017-05-21 02:20:40 +0100
a2c2456076remove LongPoll type and queues. Events should now have reduced latency also. About previus commit, it maybe a modified ingen-e3s-v1.33 script that is broken, and not the original version, can't tell
UbitUmarov
2017-05-21 02:11:53 +0100
319ccf17c8add a bit more protection for broken scripts like ingen-e3s-v1.33
UbitUmarov
2017-05-21 01:52:27 +0100
c7fdb2ec53on recover form nom finite avatar pos, don't add it physics it it had none
UbitUmarov
2017-05-21 00:52:18 +0100
a5e3aab575fix a null ref in ubOde character
UbitUmarov
2017-05-20 23:37:14 +0100
046ec66ff9fix a cast that makes LitJson unhappy
UbitUmarov
2017-05-20 22:21:27 +0100
02a4298b02mantis 8172: fix llList2Json() in case of vector or rotation types
UbitUmarov
2017-05-20 21:29:33 +0100
49d42ee08amantis 8171 fix redirection on llHttpRequest
UbitUmarov
2017-05-20 17:56:04 +0100
78c4f8000eMerge branch 'master' into httptests
UbitUmarov
2017-05-20 14:30:49 +0100
9397b358d3mantis 8170: let physics know Always_run on adding the avatar
UbitUmarov
2017-05-19 19:51:23 +0100
52dd683326fix a null ref on parcels join
UbitUmarov
2017-05-19 18:03:02 +0100
7c9615f000fix land parcel group been lost on region upload
UbitUmarov
2017-05-19 17:35:49 +0100
2717ef5da9change some confusing comands help
UbitUmarov
2017-05-19 05:34:49 +0100
40091f9be5Merge branch 'master' into httptests
UbitUmarov
2017-05-19 03:23:57 +0100
ef35805176reWrite lsl json functions, forward slash is not escaped as LitJson spec; code can use some cleanup. Scripts need to be recompiled
UbitUmarov
2017-05-19 03:08:35 +0100