Loading src/interface/connections/connEntry.py +1 −1 Original line number Diff line number Diff line Loading @@ -368,7 +368,7 @@ class ConnectionLine(entries.ConnectionPanelLine): # known relay then it might be client traffic conn = torTools.getConn() if "Guard" in conn.getMyFlags() or conn.getOption("BridgeRelay") == "1": if "Guard" in conn.getMyFlags([]) or conn.getOption("BridgeRelay") == "1": allMatches = conn.getRelayFingerprint(self.foreign.getIpAddr(), getAllMatches = True) return allMatches == [] elif myType == Category.EXIT: Loading src/version.py +2 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,6 @@ Provides arm's version and release date. """ VERSION = '1.4.2.2' LAST_MODIFIED = "April 6, 2011" VERSION = '1.4.2.3' LAST_MODIFIED = "April 13, 2011" Loading
src/interface/connections/connEntry.py +1 −1 Original line number Diff line number Diff line Loading @@ -368,7 +368,7 @@ class ConnectionLine(entries.ConnectionPanelLine): # known relay then it might be client traffic conn = torTools.getConn() if "Guard" in conn.getMyFlags() or conn.getOption("BridgeRelay") == "1": if "Guard" in conn.getMyFlags([]) or conn.getOption("BridgeRelay") == "1": allMatches = conn.getRelayFingerprint(self.foreign.getIpAddr(), getAllMatches = True) return allMatches == [] elif myType == Category.EXIT: Loading
src/version.py +2 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,6 @@ Provides arm's version and release date. """ VERSION = '1.4.2.2' LAST_MODIFIED = "April 6, 2011" VERSION = '1.4.2.3' LAST_MODIFIED = "April 13, 2011"