gatekeeper 1.0.2
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.
- Added
-
GatekeeperMock,GatekeeperIpTables:- Added option
verbose.
- Added option
-
GatekeeperClient:processCommand:- Added
list accepted. - Added
list all. - Added
acceptandunaccept
- Added
-
gatekeeper_server:- Improve console logging.
- Process:
list accepted.list all.acceptandunaccept
1.0.1 #
-
GatekeeperServer:- Added
_zoneGuardedand_onUncaughtError. - Process command
disconnect.
- Added
-
GatekeeperClient:- Added
disconnect.
- Added
-
gatekeeper: added flag-mock -
gatekeeper_client: fix call toclient.processCommand.
1.0.0 #
- Initial version.