This is an automated email from the git hooks/post-receive script.
meskio pushed a change to branch main in repository bridgedb.
from 9f73973 Prepare for version 0.13.0 new 161de41 Add description about telegram and settings distributors new 2465221 Prepare for version 0.13.1
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: CHANGELOG | 4 ++++ bridgedb/distributors/https/templates/info.html | 16 +++++++++++++--- bridgedb/strings.py | 15 ++++++++++++--- 3 files changed, 29 insertions(+), 6 deletions(-)
This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository bridgedb.
commit 161de41718b93cfc46d3932059b8d690e98cf504 Author: meskio meskio@torproject.org AuthorDate: Thu Mar 31 12:16:18 2022 +0200
Add description about telegram and settings distributors
The /info website now describes what those distributors are.
Closes: #40046 --- bridgedb/distributors/https/templates/info.html | 16 +++++++++++++--- bridgedb/strings.py | 15 ++++++++++++--- 2 files changed, 25 insertions(+), 6 deletions(-)
diff --git a/bridgedb/distributors/https/templates/info.html b/bridgedb/distributors/https/templates/info.html index 32f9e0a..8740a74 100644 --- a/bridgedb/distributors/https/templates/info.html +++ b/bridgedb/distributors/https/templates/info.html @@ -27,13 +27,23 @@ ("""<a href="mailto:bridges@torproject.org">""", """</a>""")}</p>
- <h4><a name="reserved">${_(strings.BRIDGEDB_INFO[5])}</a></h4> + <h4><a name="settings">Settings</a></h4> + <p>${_(strings.BRIDGEDB_INFO[5]) % \ + ("""<a href="https://gitlab.torproject.org/tpo/anti-censorship/rdsys-admin/-/blob/main/conf/circumvention.json">""", + """</a>""")}</p> + + <h4><a name="telegram">Telegram</a></h4> <p>${_(strings.BRIDGEDB_INFO[6]) % \ + ("""<a href="https://t.me/GetBridgesBot">""", + """</a>""")}</p> + + <h4><a name="reserved">${_(strings.BRIDGEDB_INFO[7])}</a></h4> + <p>${_(strings.BRIDGEDB_INFO[8]) % \ ("""<a href="https://collector.torproject.org/archive/bridge-pool-assignments/">""", """</a>""")}</p>
- <h4><a name="none">${_(strings.BRIDGEDB_INFO[7])}</a></h4> - <p>${_(strings.BRIDGEDB_INFO[8])}</p> + <h4><a name="none">${_(strings.BRIDGEDB_INFO[9])}</a></h4> + <p>${_(strings.BRIDGEDB_INFO[10])}</p> </div> </p> </div> diff --git a/bridgedb/strings.py b/bridgedb/strings.py index 8310be6..cc66d1a 100644 --- a/bridgedb/strings.py +++ b/bridgedb/strings.py @@ -131,16 +131,25 @@ bridges."""), Users can request bridges from the "Email" distribution mechanism by sending an email to %sbridges@torproject.org%s and writing "get transport obfs4" in the email body."""), - 5: _("Reserved"), + 5: _("""\ +The "Settings" distributor is used by Tor Browser and other clients to +autoconfigure the circumvention settings depending on the location of the user. +It uses a %smap of countries and what cicumvention mechanism works on each%s to +to provide the right kind of bridge for each country."""), 6: _("""\ +Users can request bridges from the "Telegram" distribution mechanism by sending +the '\bridges' command to %s@GetBridgesBot%s over the Telegram instant +messaging network."""), + 7: _("Reserved"), + 8: _("""\ BridgeDB maintains a small number of bridges that are not distributed automatically. Instead, we reserve these bridges for manual distribution and hand them out to NGOs and other organizations and individuals that need bridges. Bridges that are distributed over the "Reserved" mechanism may not see users for a long time. Note that the "Reserved" distribution mechanism is called "Unallocated" in %sbridge pool assignment%s files."""), - 7: _("None"), - 8: _("""\ + 9: _("None"), + 10: _("""\ Bridges whose distribution mechanism is "None" are not distributed by BridgeDB. It is the bridge operator's responsibility to distribute their bridges to users. Note that on Relay Search, a freshly set up bridge's distribution
This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository bridgedb.
commit 2465221b0fd262324a73d798f3c2842391ba5ad0 Author: meskio meskio@torproject.org AuthorDate: Fri Apr 29 11:13:01 2022 +0200
Prepare for version 0.13.1 --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG index 145f301..befc3e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Changes in version 0.13.1 - 2022-04-29 + + * Add description of the new distribution mechanisms in /info + Changes in version 0.13.0 - 2022-02-25
* FIXES https://gitlab.torproject.org/tpo/anti-censorship/bridgedb/-/issues/40031
tor-commits@lists.torproject.org