Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chain Edit should allow different Exec Modes for Local and Remote #1581

Open
ericpareja opened this issue Feb 11, 2023 · 2 comments
Open

Chain Edit should allow different Exec Modes for Local and Remote #1581

ericpareja opened this issue Feb 11, 2023 · 2 comments

Comments

@ericpareja
Copy link
Contributor

In Chain Edit, Exec Mode is one of STDIO, Listen Socket Port, Listen UNIX Socket, DOOR32 on Linux. I'm assuming this applies to both Remote and Local modes.

Exec mode should be different and selectable for Remote and for Local so IO doesn't get clobbered.

I want to be able to use the Chains in either mode. Of course it is possible to just make a different entry for a local only chain.

Should Local Only be changed to Local only, Remote Only, Both?

@wwiv
Copy link
Contributor

wwiv commented Feb 11, 2023

Oh that's a good idea, external editors have two commandlines (one for remote and one for local), doing the same for chains makes sense. I think in the past doors all worked with COM0 meaning local mode or something, and batch files would do magic there.

@wwiv
Copy link
Contributor

wwiv commented Feb 11, 2023

We could easily upgrade the JSON now that we're not tied to the legacy binary format,.

@wwiv wwiv added this to the 5.9: Modern Retro 2023-2024 milestone May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants