Changeset b21b953
- Timestamp:
- Aug 12, 2016 4:34:44 PM (5 years ago)
- Branches:
- master
- Children:
- cdab6f8b
- Parents:
- 0d5cf46
- Location:
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/i2ptunnel/java/src/net/i2p/i2ptunnel/TunnelController.java
r0d5cf46 rb21b953 667 667 if (!isClient(type) || 668 668 type.equals(TYPE_IRC_CLIENT) || type.equals(TYPE_STD_CLIENT) || 669 type.equals(TYPE_SOCKS) || 669 670 type.equals(TYPE_SOCKS_IRC) || type.equals(TYPE_STREAMR_CLIENT) || 670 671 (type.equals(TYPE_HTTP_CLIENT) && Boolean.valueOf(getSharedClient()))) { -
apps/i2ptunnel/java/src/net/i2p/i2ptunnel/ui/GeneralHelper.java
r0d5cf46 rb21b953 453 453 TunnelController.TYPE_IRC_CLIENT.equals(ttype) || 454 454 TunnelController.TYPE_SOCKS_IRC.equals(ttype) || 455 TunnelController.TYPE_SOCKS.equals(ttype) || 455 456 TunnelController.TYPE_STREAMR_CLIENT.equals(ttype) || 456 457 TunnelController.TYPE_STD_CLIENT.equals(ttype) ||
Note: See TracChangeset
for help on using the changeset viewer.