Re: Why is livecode sniffing around my network

2021-03-11 Thread doc hawk via use-livecode
The only process that I have anything to do with that could have reached 
off-machine would have been reaching to the Postgres server, but that doesn’t 
use a local address (although the server is indeed local).

This is the business edition, but it has never had an iOS or android 
stack/configuration/anything.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Why is livecode sniffing around my network

2021-03-11 Thread Richard Gaskin via use-livecode

doc hawk wrote:

> Little Snitch just reported,
>
>> LiveCode Business 9.6.2 (rc 1) (LiveCode-Business) wants
>> to connect to docs-12-pro-max.local on TCP port 62078
>
> Why in the world is livecode sniffing about my localnet?

Is it sniffing when it's attempting to connect to a specific process on 
a specific port?


I'd guess it's likely either LC's remote debugger or possibly the 
Dictionary.


The Dict is heavily JavaScript-dependent, and JS doesn't execute in many 
browsers from "file://", requiring localhost instead.


On the other hand, "12-pro-max" sounds like an iPhone model.

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Why is livecode sniffing around my network

2021-03-11 Thread panagiotis merakos via use-livecode
Probably this is the remote debugger (Business edition only), it uses
sockets.

Kind regards,
Panos
--

On Thu, 11 Mar 2021 at 19:43, doc hawk via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Little Snitch just reported,
>
> > LiveCode Business 9.6.2 (rc 1) (LiveCode-Business)
> wants to connect to docs-12-pro-max.local on TCP port 62078
>
>
> Why in the world is livecode sniffing about my localnet?
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode