Skip to content

Commit

Permalink
1.23.04
Browse files Browse the repository at this point in the history
  • Loading branch information
maqp committed Apr 21, 2023
1 parent eb7d94f commit 2cf4150
Show file tree
Hide file tree
Showing 133 changed files with 553 additions and 557 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
echo "deb https://deb.torproject.org/torproject.org focal main" | sudo tee -a /etc/apt/sources.list.d/torproject.list
wget -O - -o /dev/null https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --import
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
sudo apt update
sudo apt install python3-setuptools python3-tk tor -y
python -m pip install --upgrade pip
pip install pytest pytest-cov pyyaml coveralls
pip install -r requirements-dev.txt
Expand Down
20 changes: 10 additions & 10 deletions LICENSE-3RD-PARTY
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ by the TFC installer.

- The Tor application, Copyright © 2001-2004, Roger Dingledine
Copyright © 2004-2006, Roger Dingledine, Nick Mathewson
Copyright © 2007-2022, The Tor Project, Inc.
Copyright © 2007-2023, The Tor Project, Inc.
(https://torproject.org)
(See the Tor licence and 3rd party licences at https://gitweb.torproject.org/tor.git/tree/LICENSE)

Expand Down Expand Up @@ -89,17 +89,17 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- The src.common.encoding Base58 implementation, Copyright © 2015, David Keijser
(https://github.com/keis/base58)

- The cffi library, Copyright © 2012-2022, Armin Rigo, Maciej Fijalkowski
- The cffi library, Copyright © 2012-2023, Armin Rigo, Maciej Fijalkowski
(https://bitbucket.org/cffi/cffi/overview)

- The Mypy static type checker, Copyright © 2015-2016, Jukka Lehtosalo and contributors
(https://github.com/python/mypy)
(See 3rd party licenses at https://github.com/python/mypy/blob/master/LICENSE)

- The pip package installer, Copyright © 2008-2022, The pip developers (see AUTHORS.txt file)
- The pip package installer, Copyright © 2008-2023, The pip developers (see AUTHORS.txt file)
(https://github.com/pypa/pip)

- The pytest framework, Copyright © 2004-2022, Holger Krekel and others
- The pytest framework, Copyright © 2004-2023, Holger Krekel and others
(https://github.com/pytest-dev/pytest)

- The pytest-cov plugin, Copyright © 2010, Meme Dough
Expand All @@ -111,10 +111,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- The Setuptools build system, Copyright © 2016, Jason R Coombs <[email protected]>
(https://github.com/pypa/setuptools)

- The Six library, Copyright © 2010-2022, Benjamin Peterson
- The Six library, Copyright © 2010-2023, Benjamin Peterson
(https://github.com/benjaminp/six)

- The urllib3 library, Copyright © 2008-2022, Andrey Petrov and contributors (see CONTRIBUTORS.txt)
- The urllib3 library, Copyright © 2008-2023, Andrey Petrov and contributors (see CONTRIBUTORS.txt)
(https://github.com/urllib3/urllib3)

- The virtualenv tool, Copyright © 2007, Ian Bicking and Contributors
Expand Down Expand Up @@ -150,7 +150,7 @@ SOFTWARE.
ISC License

applies to:
- The libsodium library, Copyright © 2013-2022, Frank Denis <j at pureftpd dot org>
- The libsodium library, Copyright © 2013-2023, Frank Denis <j at pureftpd dot org>
(https://github.com/jedisct1/libsodium)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down Expand Up @@ -531,7 +531,7 @@ Public License instead of this License.
of this license document, but changing it is not allowed.

applies to:
- The src.relay.onion Tor class, Copyright © 2014-2022, Micah Lee <[email protected]>
- The src.relay.onion Tor class, Copyright © 2014-2023, Micah Lee <[email protected]>
(https://github.com/micahflee/onionshare)

- gnome-terminal, Copyright © Guilherme de S. Pastore <[email protected]>,
Expand Down Expand Up @@ -2488,11 +2488,11 @@ Library.
Copyright © 2000, BeOpen.com.
All Rights Reserved.

Copyright © 2001-2022, Python Software Foundation.
Copyright © 2001-2023, Python Software Foundation.
All Rights Reserved.
(https://www.python.org/)

- distlib library Copyright © 2022 [Python Packaging Authority Developers]
- distlib library Copyright © 2023 [Python Packaging Authority Developers]
(https://bitbucket.org/pypa/distlib/src/master/)

- The python3-tk library, Copyright © 2006, Matthias Klose
Expand Down
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
[![codecov](https://codecov.io/gh/maqp/tfc/branch/master/graph/badge.svg?token=RJv2hFFdnR)](https://codecov.io/gh/maqp/tfc)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/71fa9cc1da424f52a576a04c2722da26)](https://www.codacy.com/gh/maqp/tfc/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=maqp/tfc&amp;utm_campaign=Badge_Grade)
[![CodeFactor](https://www.codefactor.io/repository/github/maqp/tfc/badge)](https://www.codefactor.io/repository/github/maqp/tfc)
[![Requirements Status](https://requires.io/github/maqp/tfc/requirements.svg?branch=master)](https://requires.io/github/maqp/tfc/requirements/?branch=master)
[![Snyk Report](https://snyk.io/test/github/maqp/tfc/badge.svg)](https://snyk.io/test/github/maqp/tfc)

Tinfoil Chat (TFC) is a
Expand Down Expand Up @@ -214,21 +213,21 @@ This intermediate isolation mechanism runs on a single computer which means no h
- PureOS 10.0
- *buntu 22.04 LTS
- Pop!_OS 22.04 LTS
- Linux Mint 21
- Linux Mint 21.1
- LMDE 5
- Zorin OS 16.1
- Qubes 4.1.1 (Debian 11 VM)
- Zorin OS 16.2
- Qubes 4.1.2 (Debian 11 VM)

#### Networked Computer
- Tails 5.6
- Tails 5.12
- Debian 11
- PureOS 10.0
- *buntu 22.04 LTS
- Pop!_OS 22.04 LTS
- Linux Mint 21
- Linux Mint 21.1
- LMDE 5
- Zorin OS 16.1
- Qubes 4.1.1 (Debian 11 VM)
- Zorin OS 16.2
- Qubes 4.1.2 (Debian 11 VM)


### More information
Expand Down
4 changes: 2 additions & 2 deletions dd.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"""
TFC - Onion-routed, endpoint secure messaging system
Copyright (C) 2013-2022 Markus Ottela
Copyright (C) 2013-2023 Markus Ottela
This file is part of TFC.
Expand Down Expand Up @@ -50,7 +50,7 @@ def draw_frame(argv: str, # Arguments for the simulator position/ori
terminal_width = get_terminal_width()

def c_print(string: str) -> None:
"""Print string on the center of the screen."""
"""Print string at the center of the screen."""
print(string.center(terminal_width))

print('\n' * ((get_terminal_height() // 2) - DD_OFFSET_FROM_CENTER))
Expand Down
Loading

0 comments on commit 2cf4150

Please sign in to comment.