gatekeeper 1.0.2 copy "gatekeeper: ^1.0.2" to clipboard
gatekeeper: ^1.0.2 copied to clipboard

Gatekeeper is a Dart package for managing TCP ports with a manager, server, and client. Control ports programmatically, via IPC, or remotely for efficient port management.

1.0.2 #

  • Gatekeeper, GatekeeperDriver, GatekeeperClient, GatekeeperMock, GatekeeperIpTables:

    • Added listAcceptedAddressesOnTCPPorts, acceptAddressOnTCPPort, unacceptAddressOnTCPPort, isAcceptedAddressOnPort.
  • GatekeeperMock, GatekeeperIpTables:

    • Added option verbose.
  • GatekeeperClient:

    • processCommand:
      • Added list accepted.
      • Added list all.
      • Added accept and unaccept
  • gatekeeper_server:

    • Improve console logging.
    • Process:
      • list accepted.
      • list all.
      • accept and unaccept

1.0.1 #

  • GatekeeperServer:

    • Added _zoneGuarded and _onUncaughtError.
    • Process command disconnect.
  • GatekeeperClient:

    • Added disconnect.
  • gatekeeper: added flag -mock

  • gatekeeper_client: fix call to client.processCommand.

1.0.0 #

  • Initial version.
2
likes
0
points
76
downloads

Publisher

unverified uploader

Weekly Downloads

Gatekeeper is a Dart package for managing TCP ports with a manager, server, and client. Control ports programmatically, via IPC, or remotely for efficient port management.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args_simple, dependency_validator

More

Packages that depend on gatekeeper