[Pkg-privacy-commits] [Git][pkg-privacy-team/snowflake][debian/sid] 50 commits: Update snowflake CI to test with go 1.18
meskio (@meskio-guest)
gitlab at salsa.debian.org
Mon Nov 14 16:35:41 GMT 2022
meskio pushed to branch debian/sid at Privacy Maintainers / snowflake
Commits:
4e7f8975 by Cecylia Bocovich at 2022-05-26T12:51:54-04:00
Update snowflake CI to test with go 1.18
- - - - -
6310ca43 by Cecylia Bocovich at 2022-05-27T10:01:19-04:00
Avoid performing two NAT probe tests at startup
After the initial NAT probe test, a full interval before starting the
recurring NAT retests.
- - - - -
e4c01f05 by itchyonion at 2022-05-31T08:52:23-07:00
Wrap client NAT log
- - - - -
f38c91f9 by meskio at 2022-06-02T17:24:54+02:00
Don't use entropy for test
Use math/rand instead of crypto/rand, so entropy is not a blocker when
running the tests.
- - - - -
3d4f2942 by Shelikhoo at 2022-06-16T13:56:56+01:00
Add Bridge List Definition
- - - - -
0822c5f8 by Shelikhoo at 2022-06-16T13:56:59+01:00
Add Bridge List Holder
- - - - -
5578b4dd by Shelikhoo at 2022-06-16T13:57:00+01:00
Add Bridge List Holder Test
- - - - -
38f0e00e by Shelikhoo at 2022-06-16T13:57:33+01:00
Add Domain Name Matcher
Design difference from original vision: Skipped FQDN step to make it more generalized
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/issues/28651#note_2787394
- - - - -
613ceaf9 by Shelikhoo at 2022-06-16T13:57:33+01:00
Add RelayURL and AllowedRelayPattern to snowflake signaling
- - - - -
863a8296 by Shelikhoo at 2022-06-16T13:57:33+01:00
Add RelayURL support in proxy
- - - - -
d5a87c3c by Shelikhoo at 2022-06-16T13:57:33+01:00
Guard Proxy Relay URL Acceptance with Pattern Check
- - - - -
5d7a3766 by Shelikhoo at 2022-06-16T13:57:34+01:00
Add Relay Info Forwarding for Snowflake
- - - - -
c7549d88 by Shelikhoo at 2022-06-16T14:06:56+01:00
Update default snowflake server address
Change snowflake broker test for updated address
Amend DefaultBridges Value
Add Default Fingerprint Info for Snowflake
- - - - -
50c0d64e by Shelikhoo at 2022-06-16T14:06:56+01:00
Add Detailed Error Output for proxyPolls, proxyAnswers
- - - - -
c961b074 by Shelikhoo at 2022-06-16T14:06:56+01:00
Add Detailed Error Output for datachannelHandler
- - - - -
02c6f764 by Shelikhoo at 2022-06-16T14:06:56+01:00
Add support for specifying bridge list file
- - - - -
b09a2e09 by Shelikhoo at 2022-06-16T14:06:56+01:00
Add Relay URL Check in Snowflake Proxy
- - - - -
2ebdc89c by Shelikhoo at 2022-06-16T14:06:57+01:00
Add Allowed Relay Hostname Pattern Indication
- - - - -
b18a9431 by Shelikhoo at 2022-06-16T14:06:57+01:00
Add Broker Allowed Relay Pattern Indication Rejection for Proxy
- - - - -
3ebb5a41 by Shelikhoo at 2022-06-16T14:06:57+01:00
Show relay URL when connecting to relay
- - - - -
6e8fbe54 by Shelikhoo at 2022-06-16T14:06:57+01:00
Rejection reason feedback
- - - - -
1b48ee14 by Shelikhoo at 2022-06-16T14:06:57+01:00
Add test for proxy poll with Relay URL
- - - - -
b391d986 by Shelikhoo at 2022-06-16T14:06:57+01:00
Add Proxy Relay URL Support Counting Metrics Output
- - - - -
7caab017 by Shelikhoo at 2022-06-16T14:06:57+01:00
Fixed desynchronized comment and behavior for log interval
In 64ce7dff1b38ecda027d67c8ba54d8290755afa0, the log interval is modified while the comment is left unchanged.
- - - - -
b78eb74e by Shelikhoo at 2022-06-16T14:06:57+01:00
Add Proxy Relay URL Rejection Metrics
- - - - -
dd61e2be by Shelikhoo at 2022-06-16T14:06:57+01:00
Add Proxy Relay URL Metrics Collection
- - - - -
f789dce6 by Shelikhoo at 2022-06-16T14:06:58+01:00
Represent Bridge Fingerprint As String
- - - - -
c5e5b45b by Shelikhoo at 2022-06-16T14:06:58+01:00
Update message protocol version to 1.3 for RelayURL
- - - - -
8ab45651 by Shelikhoo at 2022-06-16T14:06:58+01:00
Disallow unknown bridge list file field
- - - - -
8ba89179 by Shelikhoo at 2022-06-16T14:06:58+01:00
Add document for LoadBridgeInfo input
- - - - -
a4bbb728 by Shelikhoo at 2022-06-16T14:06:58+01:00
Fix not zero metrics for 1.3 values
- - - - -
0ae4d821 by Shelikhoo at 2022-06-16T14:06:58+01:00
Move ErrExtraInfo to ipc.go
- - - - -
e5b799d6 by Shelikhoo at 2022-06-16T14:06:58+01:00
Update documents for broker messages
- - - - -
ddf72025 by Shelikhoo at 2022-06-16T14:06:58+01:00
Restrict Allowed Relay to Tor Pool by default
- - - - -
97dea533 by Shelikhoo at 2022-06-16T14:06:58+01:00
Update Relay Pattern format to include dollar sign
- - - - -
211254fa by Shelikhoo at 2022-06-16T14:58:12+01:00
Add distinct IP counter
- - - - -
fa7d1e2b by Shelikhoo at 2022-06-16T14:58:12+01:00
Add distinct IP counter to metrics
- - - - -
2541b131 by Shelikhoo at 2022-06-16T15:00:10+01:00
Add distinct IP counter to broker
- - - - -
be40b623 by Shelikhoo at 2022-06-16T15:00:12+01:00
Add go sum for hyperloglog
- - - - -
af113436 by Shelikhoo at 2022-06-16T15:00:12+01:00
Update distinct counter interface
- - - - -
b18e6fcf by Shelikhoo at 2022-06-16T15:00:12+01:00
Add document for Distinct IP file
- - - - -
35e9ab8c by Shelikhoo at 2022-06-16T15:00:12+01:00
Use truncated hash instead crc64 for counted hash
- - - - -
c983c13a by Shelikhoo at 2022-06-23T11:40:29+01:00
Updated ChangeLog for v2.3.0 release
- - - - -
03b2b56f by itchyonion at 2022-07-19T18:25:27-07:00
Fix broker race condition
- - - - -
36f03dfd by Shelikhoo at 2022-09-23T13:08:13+01:00
Record proxy type for proxy relay stats
- - - - -
6a298eef by meskio at 2022-11-14T16:36:31+01:00
Merge tag 'upstream/2.3.1' into debian/sid
- - - - -
1d0e7929 by meskio at 2022-11-14T16:37:21+01:00
New 2.3.1 version
- - - - -
af59ae61 by meskio at 2022-11-14T16:37:35+01:00
Remove the test entropy patch
It was included upstream
- - - - -
ad30ff55 by meskio at 2022-11-14T17:28:42+01:00
Remove unused dependencies from the sourcecode
Remove geoip, hyperloop and the vendor folder, as those dependencies are
only used by the broker and not needed in the package.
- - - - -
15aaf49e by meskio at 2022-11-14T17:28:52+01:00
Bump debian policy
- - - - -
30 changed files:
- .gitlab-ci.yml
- ChangeLog
- + broker/bridge-list.go
- + broker/bridge-list_test.go
- broker/broker.go
- broker/http.go
- broker/ipc.go
- broker/metrics.go
- broker/snowflake-broker_test.go
- client/lib/snowflake.go
- common/amp/armor_test.go
- + common/bridgefingerprint/fingerprint.go
- + common/ipsetsink/sink.go
- + common/ipsetsink/sink_test.go
- + common/ipsetsink/sinkcluster/common.go
- + common/ipsetsink/sinkcluster/reader.go
- + common/ipsetsink/sinkcluster/writer.go
- + common/ipsetsink/sinkcluster/writer_test.go
- common/messages/client.go
- common/messages/ipc.go
- common/messages/messages_test.go
- common/messages/proxy.go
- + common/namematcher/matcher.go
- + common/namematcher/matcher_test.go
- common/nat/nat.go
- common/utls/roundtripper_test.go
- debian/changelog
- debian/control
- debian/copyright
- − debian/patches/0002-Don-t-use-entropy-for-test.patch
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/snowflake/-/compare/b7f01d25b2ba60eb82a6a7f491c9de2a4ce3077e...15aaf49e50a5afb51abb83d54330fdb4bb43aac4
--
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/snowflake/-/compare/b7f01d25b2ba60eb82a6a7f491c9de2a4ce3077e...15aaf49e50a5afb51abb83d54330fdb4bb43aac4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20221114/b93525d8/attachment-0001.htm>
More information about the Pkg-privacy-commits
mailing list