Skip to content

Commit 2cf4150

Browse files
committed
1.23.04
1 parent eb7d94f commit 2cf4150

File tree

133 files changed

+553
-557
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+553
-557
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install dependencies
2424
run: |
25+
python -m pip install --upgrade pip
2526
echo "deb https://deb.torproject.org/torproject.org focal main" | sudo tee -a /etc/apt/sources.list.d/torproject.list
2627
wget -O - -o /dev/null https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --import
2728
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
2829
sudo apt update
2930
sudo apt install python3-setuptools python3-tk tor -y
30-
python -m pip install --upgrade pip
3131
pip install pytest pytest-cov pyyaml coveralls
3232
pip install -r requirements-dev.txt
3333

LICENSE-3RD-PARTY

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ by the TFC installer.
3939

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

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

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

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

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

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

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

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

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

120120
- The virtualenv tool, Copyright © 2007, Ian Bicking and Contributors
@@ -150,7 +150,7 @@ SOFTWARE.
150150
ISC License
151151

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

156156
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -531,7 +531,7 @@ Public License instead of this License.
531531
of this license document, but changing it is not allowed.
532532

533533
applies to:
534-
- The src.relay.onion Tor class, Copyright © 2014-2022, Micah Lee <micah@micahflee.com>
534+
- The src.relay.onion Tor class, Copyright © 2014-2023, Micah Lee <micah@micahflee.com>
535535
(https://github.com/micahflee/onionshare)
536536

537537
- gnome-terminal, Copyright © Guilherme de S. Pastore <gpastore@gnome.org>,
@@ -2488,11 +2488,11 @@ Library.
24882488
Copyright © 2000, BeOpen.com.
24892489
All Rights Reserved.
24902490

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

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

24982498
- The python3-tk library, Copyright © 2006, Matthias Klose

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
[![codecov](https://codecov.io/gh/maqp/tfc/branch/master/graph/badge.svg?token=RJv2hFFdnR)](https://codecov.io/gh/maqp/tfc)
1010
[![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)
1111
[![CodeFactor](https://www.codefactor.io/repository/github/maqp/tfc/badge)](https://www.codefactor.io/repository/github/maqp/tfc)
12-
[![Requirements Status](https://requires.io/github/maqp/tfc/requirements.svg?branch=master)](https://requires.io/github/maqp/tfc/requirements/?branch=master)
1312
[![Snyk Report](https://snyk.io/test/github/maqp/tfc/badge.svg)](https://snyk.io/test/github/maqp/tfc)
1413

1514
Tinfoil Chat (TFC) is a
@@ -214,21 +213,21 @@ This intermediate isolation mechanism runs on a single computer which means no h
214213
- PureOS 10.0
215214
- *buntu 22.04 LTS
216215
- Pop!_OS 22.04 LTS
217-
- Linux Mint 21
216+
- Linux Mint 21.1
218217
- LMDE 5
219-
- Zorin OS 16.1
220-
- Qubes 4.1.1 (Debian 11 VM)
218+
- Zorin OS 16.2
219+
- Qubes 4.1.2 (Debian 11 VM)
221220

222221
#### Networked Computer
223-
- Tails 5.6
222+
- Tails 5.12
224223
- Debian 11
225224
- PureOS 10.0
226225
- *buntu 22.04 LTS
227226
- Pop!_OS 22.04 LTS
228-
- Linux Mint 21
227+
- Linux Mint 21.1
229228
- LMDE 5
230-
- Zorin OS 16.1
231-
- Qubes 4.1.1 (Debian 11 VM)
229+
- Zorin OS 16.2
230+
- Qubes 4.1.2 (Debian 11 VM)
232231

233232

234233
### More information

dd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

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

5656
print('\n' * ((get_terminal_height() // 2) - DD_OFFSET_FROM_CENTER))

0 commit comments

Comments
 (0)