commit af9537d86218449c6eb5ef4a2564dc22257c2b25
Author: Sukhbir Singh
Date: Mon Mar 23 11:24:16 2015 +0530
Update permissions for start-tor-mail in build script
---
projects/tor-mail/build |1 +
1 file changed, 1 insertion(+)
diff --git a/projects/tor-mail/build b/projects/tor-mail/bu
commit d1a698c6bc15ead24e1598e64979f9ab7d1b0211
Author: Sukhbir Singh
Date: Mon Mar 23 10:53:41 2015 +0530
Revert topdir.patch merged upstream as it is not in 0.2.7.2
---
projects/tor-launcher/build|1 +
projects/tor-launcher/config |1 +
projects/tor-launcher/topdir.
commit 8e92e75ab777632203dd370a9361a8217de5ca84
Author: Sukhbir Singh
Date: Mon Mar 23 10:21:12 2015 +0530
Fix Tor Launcher version
---
projects/tor-launcher/config |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/tor-launcher/config b/projects/tor-launcher/c
commit 78ac3163ddea34b1f652d183d31ee8d9f50704fd
Author: Sukhbir Singh
Date: Mon Mar 23 10:17:04 2015 +0530
Patch for adding TorBirdy's logo to Tor Launcher
---
projects/tor-launcher/build |4
projects/tor-launcher/config |2 ++
projects/tor-launcher/
commit fdb856065dd5a42d537b57bb61077bedaf475c1a
Author: Sukhbir Singh
Date: Mon Mar 23 10:10:16 2015 +0530
Make start-tor-mail an executable script
---
0 files changed
diff --git a/projects/tor-mail/start-tor-mail b/projects/tor-mail/start-tor-mail
old mode 100644
new mode 100755
___
commit 76a18b245a034ea95ad95f25562190e16942fd71
Author: Sukhbir Singh
Date: Mon Mar 23 10:08:39 2015 +0530
Update Tor Launcher to latest release
---
projects/tor-launcher/config |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/tor-launcher/config b/projects/t
commit a5161d881b651531b1748ce3540c290b746f3b4a
Author: Sukhbir Singh
Date: Mon Mar 23 09:46:04 2015 +0530
Fix a typo in tor-mail/build script
---
projects/tor-mail/build |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/projects/tor-mail/build b/projects/tor-mail/
commit 6f5fc867388cd714ada9b021c1c653a72551529a
Author: Sukhbir Singh
Date: Mon Mar 23 09:28:35 2015 +0530
Update start-tor-mail script
- Add support for starting script in offline mode by setting
TOR_SKIP_LAUNCH variable to skip Tor Launcher (and Tor)
---
projects/tor-mail/
commit bf82257246e4a8159ba6577ee3d7a602bc19d93b
Author: Sukhbir Singh
Date: Mon Mar 23 09:27:28 2015 +0530
Add TorBirdy patch for Tor Mail bundle
---
projects/torbirdy/build |1 +
projects/torbirdy/config |2 +
projects/torbirdy/tormailbundle.patch | 74
commit f1e3464c75eb3c6456a5fcc755d206efbbfb29c1
Author: Sukhbir Singh
Date: Mon Mar 23 09:24:43 2015 +0530
Update Tor Mail build file with TorBirdy settings
---
projects/tor-mail/build |8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/projects/tor-mail/build b/
commit f394f29c2221e88b124620382a190d50072d46bd
Author: Sukhbir Singh
Date: Mon Mar 23 09:18:38 2015 +0530
Remove Tor Launcher patch merged upstream (#13983)
---
projects/tor-launcher/config |1 -
projects/tor-launcher/topdir.patch | 12
2 files changed, 13 deletio
commit 50f2c6eb47bbf487a9c3b85e872e62b8a6675e9a
Author: Sukhbir Singh
Date: Mon Mar 23 09:21:36 2015 +0530
Also remove the earlier patch from the build file
---
projects/tor-launcher/build |1 -
1 file changed, 1 deletion(-)
diff --git a/projects/tor-launcher/build b/projects/tor-laun
commit ad272e692f8cc4003b0b72f5b6bc5cb994217f24
Author: Sebastian Hahn
Date: Sat Mar 21 16:05:08 2015 +0100
Create empty /net directory
This means setting CHUTNEY_PATH to the git checkout just works from
inside Tor.
---
.gitignore |2 +-
1 file changed, 1 insertion(+), 1 d
commit 3ef37df6ca94679ff3b76df6a713231d5e7b4f21
Author: Isis Lovecruft
Date: Mon Mar 23 02:02:49 2015 +
Revert change in addressClass check in filterBridgesByTransport().
The `addressClass` passed to `filterBridgesByTransport()` is either
`ipaddr.IPv4Address` or `ipaddr.IPv
commit c1a3d4692270b592a3a2efb7d5a14af357f6f91c
Author: Isis Lovecruft
Date: Mon Mar 23 00:14:57 2015 +
Add test for vanilla IPv6 addresses in test_https.py.
---
lib/bridgedb/test/test_https.py | 23 +++
1 file changed, 23 insertions(+)
diff --git a/lib/bridgedb/
commit 8507fa30378e85e90b71b54de2bcb2f9537936f4
Author: Isis Lovecruft
Date: Mon Mar 23 00:32:04 2015 +
Fix BridgeRequestBase.addressClass check.
* CHANGE `bridgedb.bridgerequest.BridgeRequestBase.__init__()` to check
that the `addressClass` *is* either an `ipaddr.IPv4A
commit 0449560f737fb71fb2fafe8691f018dc9cc6d362
Author: Isis Lovecruft
Date: Mon Mar 23 00:40:21 2015 +
Log whether a Bridge is attempting to answer a request for IPv6 or IPv4.
---
lib/bridgedb/bridges.py |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/bri
commit 332ca3fb678bf47ec3fdb100ac6dea6081a37b6e
Author: Isis Lovecruft
Date: Mon Mar 23 01:41:02 2015 +
Revert back to using Bridge.getID() in filterAssignBridgesToRing().
Bridge.getID() returns the Bridge's identity key digest in binary, and
Bridge.fingerprint return the d
commit 481d36868e8c1e5a430b82ccd1d17ecfb0ed0837
Merge: 332ca3f 0449560
Author: Isis Lovecruft
Date: Mon Mar 23 01:52:38 2015 +
Merge branch 'fix/14065-vanilla-ipv6' into develop
lib/bridgedb/bridgerequest.py |4 ++--
lib/bridgedb/bridges.py |4 +++-
lib/bridgedb/test
commit f363591d9658f63385a0d32c7d30eecfa659a50b
Author: Cristóbal
Date: Thu Mar 12 00:28:50 2015 -0300
Report to the user new capabilities found in Tor
---
run_tests.py | 18 +++---
test/integ/descriptor/server_descriptor.py | 16 ++---
commit 4d5291895595c2ffbb59032f1865db6aa0f18851
Author: Damian Johnson
Date: Sun Mar 22 17:17:35 2015 -0700
Provide '[type] description' for new capabilities
For descriptors we just provided the keyword rather than the whole line.
Might
as well show something like...
commit 90465332c74f3acaa101dd2f30c3d5a7c55b9691
Merge: d55b4ab d1e3210
Author: Damian Johnson
Date: Sun Mar 22 18:23:51 2015 -0700
Check for new tor capabilities while testing
Testing improvement from clv. As part of testing we now check to see if tor
supports capabilities stem
commit ddfeb6bd5892dc8e40e0c67bd5b4dd6751899c1e
Author: Damian Johnson
Date: Sun Mar 22 17:36:35 2015 -0700
Check for new event types, signals, or features
Taking advantage of our new register_new_capability() util to note when tor
supports new events, signals, or features that
commit c5acd3043a4a467039ff3377cf9a472b2d24addb
Author: Cristóbal
Date: Sat Mar 7 16:12:57 2015 -0300
Initial approach to keep track of new Tor capabilities
---
run_tests.py | 14 ++
test/integ/descriptor/server_descriptor.py |8 +++-
te
commit 22d1c1bccaa99814d621c840bc13fe6470442589
Author: Cristóbal
Date: Fri Mar 20 21:25:45 2015 -0300
Register unrecognized lines as new Tor capabilities
---
test/integ/control/controller.py |9 +++-
test/integ/descriptor/extrainfo_descriptor.py | 14 +++-
commit d1e3210829d0aadc011e7375f64829b134ba48b3
Author: Damian Johnson
Date: Sun Mar 22 17:52:15 2015 -0700
Adding missing event types
Turns out we have parsing support for all the missing events, just forgot to
add it to the enum.
---
stem/control.py | 72 ++
commit 414e6a577441a3ceaa207ccb771b839370ff456c
Author: Isis Lovecruft
Date: Mon Mar 23 00:13:54 2015 +
Add better checks for vanilla IPv4 bridge lines in test_https.py.
---
lib/bridgedb/test/test_https.py |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/br
commit e5874651a275739fc47fa96b4bab5cb2e723aec0
Author: Nicolas Vigier
Date: Sun Mar 22 23:35:17 2015 +0100
Use different port numbers for Tor Mail and Tor Messenger
---
projects/tor-launcher/build |2 ++
projects/tor-launcher/config |3 +++
project
commit d4eb01184237c63a6bef897e84dae9f6205301a9
Author: Damian Johnson
Date: Sun Mar 22 14:57:37 2015 -0700
Set NodeFamily to a random fingerprint
Each 'SETCONF NodeFamily' needed a unique fingerprint. What we had was well
and
good, but it would be handy if new tests didn't ne
commit 6d4d4816ff5cea7611bde36256d1f1b5e9eab5e9
Author: Sebastian Hahn
Date: Sat Mar 21 04:37:03 2015 +0100
Speed up event receipt tests
Use CONF_CHANGED instead of BW events, they arrive much quicker and
don't require us to wait so long. Execution time for the controller
t
commit fd4e8f536c6efddabbece151bd26f2835e0d2f53
Author: Damian Johnson
Date: Sun Mar 22 14:53:36 2015 -0700
get_tor_controller() is already authenticated
Unless you specify 'authenticate = False' the controller this provides is
already connected and authenticated. Also, it's wi
commit 40f87950078a1e167c454ecb52a4754c948d68df
Author: Damian Johnson
Date: Sun Mar 22 13:54:43 2015 -0700
Provide stacktrace when test encounter a syntax error
Sebastian spotted that we swallow exceptions when loadTestsFromName() fails,
often due to syntax errors and the like
commit 02bc032060b34f4ba150f3dc4a8bf1e2bab91640
Author: Sebastian Hahn
Date: Sat Mar 21 04:00:05 2015 +0100
Print the stacktraces when running tests failed
---
run_tests.py |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/run_tests.py b/run_tests.py
index ce732f
commit d55b4ab91f4c5298614454d8dd1e97fd5bab6006
Merge: 7f1ca39 d4eb011
Author: Damian Johnson
Date: Sun Mar 22 15:28:24 2015 -0700
Using triggerable events to speed integ tests
Shaving several seconds off our controller's integ test by manually
triggering
events rather than wa
commit 04338cc258018d02db7606d58a4965bf4da9a697
Author: Translation commit bot
Date: Sun Mar 22 18:15:46 2015 +
Update translations for torbutton-torbuttondtd
---
fr/torbutton.dtd |8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/fr/torbutton.dtd b/fr/torbu
commit 77d85889b8b8456daac73d39c89e83b656e6b6f6
Author: Translation commit bot
Date: Sun Mar 22 14:45:50 2015 +
Update translations for torbutton-torbuttondtd
---
tr/torbutton.dtd | 52 ++--
1 file changed, 26 insertions(+), 26 deletion
commit 5dbaacff898db08af7a58cd6068a0ab13166f895
Author: Translation commit bot
Date: Sun Mar 22 14:45:45 2015 +
Update translations for torbutton-torbuttonproperties
---
tr/torbutton.properties | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/tr/torbut
commit ced244c09f46d60715d17b8e09c609e08cac87ae
Author: Daniel MartÃ
Date: Wed Mar 18 13:43:48 2015 +0100
Reduce some if err != nil logic lines
---
obfs4proxy/obfs4proxy.go |6 ++
transports/obfs4/framing/framing.go|6 ++
transports/scramb
commit 594d45be021144f1297b62d150842aa042e734ec
Author: Yawning Angel
Date: Sun Mar 22 12:57:55 2015 +
Update the ChangeLog (No functional changes).
---
ChangeLog |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index b5bcb41..9b6c0b5 100644
commit 398b795c87387d25c889a3bf700b387cd120520e
Author: Daniel MartÃ
Date: Sat Mar 21 21:48:36 2015 +0100
Simplify some err and return logic
---
transports/obfs2/obfs2.go | 70 ++--
transports/obfs3/obfs3.go | 54 ++
commit c63717cc02330d7515cdec083aa0208b22f1cf85
Author: Translation commit bot
Date: Sun Mar 22 12:45:55 2015 +
Update translations for torbutton-torbuttondtd
---
is/torbutton.dtd | 62 +++---
1 file changed, 31 insertions(+), 31 deleti
commit 25358524338f6dab024ae34bb9db7fe5e87d36e3
Author: Translation commit bot
Date: Sun Mar 22 12:45:20 2015 +
Update translations for liveusb-creator
---
is/is.po | 54 +++---
1 file changed, 27 insertions(+), 27 deletions(-)
diff --
commit 1f1763e1c52ae49c012168994c4a113d3478a031
Author: Translation commit bot
Date: Sun Mar 22 12:15:54 2015 +
Update translations for torbutton-torbuttondtd
---
is/torbutton.dtd |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/is/torbutton.dtd b/is/torbutton.dtd
commit 3bd5548255fc9f96fee1a790b323e77bebde70b6
Author: Translation commit bot
Date: Sun Mar 22 12:15:14 2015 +
Update translations for https_everywhere
---
is/https-everywhere.dtd |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/is/https-everywhere.dtd b/is/h
commit acd25cc68a122f09c39afeffa82c0164a3bd5025
Author: Translation commit bot
Date: Sun Mar 22 12:15:20 2015 +
Update translations for https_everywhere_completed
---
is/https-everywhere.dtd |2 ++
1 file changed, 2 insertions(+)
diff --git a/is/https-everywhere.dtd b/is/https-eve
45 matches
Mail list logo