Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-onionshare | Distribution: openSUSE Tumbleweed |
Version: 2.6.2 | Vendor: openSUSE |
Release: 1.2 | Build date: Tue May 7 02:21:33 2024 |
Group: Productivity/Networking/File-Sharing | Build host: reproducible |
Size: 4299952 | Source RPM: python-onionshare-2.6.2-1.2.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/onionshare/onionshare | |
Summary: Self-hosting Tor Onion Service based file sharing |
OnionShare lets the user share files securely and anonymously. It works by starting a web server, making it accessible as a Tor Onion Service, and generating an unguessable URL to access and download the files. It does not require setting up a separate server or using a third party file-sharing service. Files are hosted on the machine the program is run on. The receiving user just needs to open the URL in Tor Browser to download the file.
GPL-3.0-or-later
* Tue May 07 2024 Axel Braun <axel.braun@gmx.de> - version 2.6.2 * Security fix: Removes newlines from History item path * Security fix: Set a maximum length of 524288 characters for text messages in Receive mode * Security fix: Allows only specific ASCII characters for usernames and removes control characters * Security fix: Forcefully disconnect user from chat on disconnect event * Security fix: Handle username validation excpeptions to prevent silent joining * Mon Mar 04 2024 Ben Greiner <code@bnavigator.de> - Add more missing runtime requirements * Mon Mar 04 2024 Axel Braun <axel.braun@gmx.de> - Requires: python-packaging * Wed Feb 28 2024 Axel Braun <axel.braun@gmx.de> - version 2.6.1 * Release updates: Automate builds with CI, make just 64-bit Windows release, make a single universal2 release for both Intel and Apple Silicon macOS * Upgrade dependencies, including Tor, meek, and snowflake * Bug fix: Restore the primary_action mode settings in a tab after OnionShare reconnects to Tor * Bug fix: Fix issue with auto-connecting to Tor with persistent tabs open * Bug fix: Fix packaging issue where Windows version of OnionShare conflicts with Windows version of Dangerzone * Bug fix: Fix 'Use a bridge' checkbox state change * Bug fix: Raise error from waitress if not shutdown * Patches removed: fix-test-cli-web.patch onionshare-pr1677-fix-werkzeug3.patch onionshare-poetry-core.patch * Sun Jan 28 2024 Ben Greiner <code@bnavigator.de> - Use (single flavor) python_subpackages for correct package prefix - Obsolete incorrectly named packages, convince rpmlint that it is fine * Thu Nov 23 2023 Ben Greiner <code@bnavigator.de> - Fix dependencies * Add onionshare-pr1677-fix-werkzeug3.patch - PEP517: Use pyproject instead of deprecated setup.py * Wed May 31 2023 Ben Greiner <code@bnavigator.de> - Add onionshare-poetry-core.patch * poetry-core is enough to build and has a much smaller footprint * Sat Dec 10 2022 Dirk Müller <dmueller@suse.com> - update to 2.6: * Major feature: a new 'Quickstart' screen, which enables toggling on or off an animated automatic connection to Tor. This allows configuring network settings prior to automatic connection. * Major feature: Censorship circumvention. Use new features in the upstream Tor API to try to automatically obtain bridges depending on the user's location. * New feature: automatically fetch the built-in bridges from the upstream Tor API rather than hardcode them in each release of OnionShare. * New feature: keyboard shortcuts to access various modes and menus, and accessibility hints * Bug fix: Temporary Directory for serving the OnionShare web pages was broken on Windows * Packaging: Packaging is more automated, and Linux Snapcraft releases are available for amd64, arm64, and armhf * Miscellaneous: Many dependency updates and web page theming improvements * Tue Jul 26 2022 Axel Braun <axel.braun@gmx.de> - dependency on python3-PySocks added * Mon May 23 2022 Axel Braun <axel.braun@gmx.de> - desktop tests disabled. Started failing without code change.... * Fri Feb 25 2022 Axel Braun <axel.braun@gmx.de> - Additional changes: * drop python-stem in favor of python-cepa * relax-async-mode.patch added * fix-test-cli-web.patch added * fix for boo#1194866 * Thu Feb 24 2022 Ferdinand Thiessen <rpm@fthiessen.de> - Update to version 2.5.0 * CVE-2022-21696: It was possible to change the username to that of another chat participant with an additional space character at the end of the name string. * CVE-2022-21695: Authenticated users (or unauthenticated in public mode) could send messages without being visible in the list of chat participants * CVE-2022-21694: * CVE-2022-21693: An adversary with a primitive that allows for filesystem access from the context of the Onionshare process could access sensitive files in the entire user home folder. * CVE-2022-21692: anyone with access to the chat environment could write messages disguised as another chat participant * CVE-2022-21691: chat participants could spoof their channel leave message, tricking others into assuming they left the chatroom. * CVE-2022-21690: The path parameter of the requested URL was not sanitized before being passed to the QT frontend. This path is used in all components for displaying the server access history. * CVE-2022-21688, CVE-2022-21689: Use microseconds in Receive mode directory creation to avoid potential DoS * Major feature: * Obtain bridges from Moat / BridgeDB * Snowflake bridge support * New feature: * Tor connection settings, as well as general settings, are now Tabs rather than dialogs * User can customize the Content-Security-Policy header in Website mode * Built-in bridges are automatically updated from Tor's API when the user has chosen to use them * Switch to using stem fork called cepa * Various bug fixes - Drop desktop file, upstream already provides one - Install metainfo file - Adjust requirements - Added relax-async-mode.patch * Thu Oct 07 2021 Axel Braun <axel.braun@gmx.de> - runtime dependency on python-PyNaCl added * Tue Oct 05 2021 Axel Braun <axel.braun@gmx.de> - source file fixed (download) * Tue Oct 05 2021 Gabriele Sonnu <gabriele.sonnu@suse.com> - Update to 2.4: * Major feature: Private keys (v3 onion client authentication) replaces passwords and HTTP basic auth * Updated Tor to 0.4.6.7 on all platforms * Various bug fixes - CVE-2021-41867: Fixed remote information disclosure when using --chat feature (boo#1191311) - CVE-2021-41868: Fixed remote unauthenticated file upload when using the --receive functionality (boo#1191312) - Remove fix-compare-offset-naive-and-offset-aware-datetimes.patch because accepted upstream * Sun Aug 22 2021 Fusion Future <qydwhotmail@gmail.com> - Fix fix-compare-offset-naive-and-offset-aware-datetimes.patch to use the correct timezone. * Sun Aug 22 2021 Fusion Future <qydwhotmail@gmail.com> - Update to 2.3.3: * New feature: Setting for light or dark theme * Updated Tor to 0.4.6.7 for Linux, 0.4.5.10 for Windows and macOS * Various bug fixes - Add fix-compare-offset-naive-and-offset-aware-datetimes.patch to fix test errors in test_if_unmodified_since and test_firefox_like_behavior (gh#onionshare/onionshare#1398). * Tue Jun 08 2021 Axel Braun <axel.braun@gmx.de> - update to version 2.3.2 * New feature: Custom titles can be set for OnionShare's various modes * New feature: Receive mode supports notification webhooks * New feature: Receive mode supports submitting messages as well as files * New feature: New ASCII art banner and prettier verbose output * New feature: Partial support for range requests (pausing and resuming in HTTP) * Updated Tor to 0.4.5.7 * Updated built-in obfs4 bridges * Various bug fixes * 0001-adjust_tests.diff added to skip download test * Sun May 16 2021 Axel Braun <axel.braun@gmx.de> - update to version 2.3.1 * Bugfix: Fix chat mode * Bugfix: Fix –persistent in onionshare-cli * Bugfix: Fix checking for updates in Windows and macOS * Major new feature: Multiple tabs, including better support for persistent services, faster Tor connections * New feature: Chat anonymously mode * New feature: All new design * New feature: Ability to display QR codes of OnionShare addresses * New feature: Web apps have responsive design and look better on mobile * New feature: Flatpak and Snapcraft packaging for Linux * New dependencies added * package onionshare-data removed * singlespec removed * update alternatives removed (pyside2 issues with python flavours)
/usr/bin/onionshare /usr/bin/onionshare-cli /usr/lib/python3.11/site-packages/onionshare /usr/lib/python3.11/site-packages/onionshare-2.6.2.dist-info /usr/lib/python3.11/site-packages/onionshare-2.6.2.dist-info/INSTALLER /usr/lib/python3.11/site-packages/onionshare-2.6.2.dist-info/METADATA /usr/lib/python3.11/site-packages/onionshare-2.6.2.dist-info/RECORD /usr/lib/python3.11/site-packages/onionshare-2.6.2.dist-info/REQUESTED /usr/lib/python3.11/site-packages/onionshare-2.6.2.dist-info/WHEEL /usr/lib/python3.11/site-packages/onionshare-2.6.2.dist-info/entry_points.txt /usr/lib/python3.11/site-packages/onionshare/__init__.py /usr/lib/python3.11/site-packages/onionshare/__main__.py /usr/lib/python3.11/site-packages/onionshare/__pycache__ /usr/lib/python3.11/site-packages/onionshare/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/__main__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/__main__.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/connection_tab.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/connection_tab.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/gui_common.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/gui_common.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/main_window.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/main_window.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/moat_dialog.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/moat_dialog.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/settings_parent_tab.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/settings_parent_tab.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/settings_tab.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/settings_tab.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/strings.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/strings.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/tab_widget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/tab_widget.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/threads.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/threads.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/tor_connection.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/tor_connection.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/tor_settings_tab.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/tor_settings_tab.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/update_checker.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/update_checker.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/widgets.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/__pycache__/widgets.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/connection_tab.py /usr/lib/python3.11/site-packages/onionshare/gui_common.py /usr/lib/python3.11/site-packages/onionshare/main_window.py /usr/lib/python3.11/site-packages/onionshare/moat_dialog.py /usr/lib/python3.11/site-packages/onionshare/resources /usr/lib/python3.11/site-packages/onionshare/resources/__init__.py /usr/lib/python3.11/site-packages/onionshare/resources/__pycache__ /usr/lib/python3.11/site-packages/onionshare/resources/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/resources/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/resources/countries /usr/lib/python3.11/site-packages/onionshare/resources/countries/af.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/ar.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/be.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/bg.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/bn.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/ca.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/cs.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/da.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/de.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/el.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/en.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/es.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/fa.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/fi.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/fr.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/gl.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/hr.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/is.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/it.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/ja.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/km.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/lt.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/nb_NO.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/pl.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/pt_BR.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/pt_PT.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/ru.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/sn.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/sq.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/sv.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/sw.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/tr.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/uk.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/vi.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/zh_Hans.json /usr/lib/python3.11/site-packages/onionshare/resources/countries/zh_Hant.json /usr/lib/python3.11/site-packages/onionshare/resources/images /usr/lib/python3.11/site-packages/onionshare/resources/images/close_tab.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ad.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ae.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/af.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ag.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ai.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/al.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/am.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ao.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/aq.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ar.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/as.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/at.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/au.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/aw.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ax.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/az.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ba.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bb.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bd.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/be.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bf.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bg.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bh.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bi.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bj.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bl.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bm.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bn.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bo.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bq.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/br.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bs.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bt.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bv.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bw.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/by.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/bz.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ca.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/cc.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/cd.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/cf.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/cg.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ch.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ci.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ck.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/cl.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/cm.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/cn.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/co.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/cr.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/cu.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/cv.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/cw.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/cx.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/cy.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/cz.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/de.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/dj.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/dk.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/dm.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/do.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/dz.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ec.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ee.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/eg.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/eh.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/er.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/es.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/et.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/fi.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/fj.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/fk.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/fo.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/fr.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ga.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gb.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gd.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ge.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gf.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gg.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gh.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gi.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gl.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gm.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gn.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gp.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gq.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gr.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gs.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gt.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gu.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gw.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/gy.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/hk.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/hm.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/hn.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/hr.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ht.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/hu.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/id.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ie.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/il.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/im.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/in.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/io.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/iq.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ir.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/is.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/it.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/jm.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/jo.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/jp.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ke.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/kg.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/kh.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ki.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/km.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/kn.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/kp.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/kr.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/kw.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ky.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/kz.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/la.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/lb.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/lc.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/li.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/lk.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/lr.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ls.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/lt.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/lu.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/lv.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ly.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ma.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/mc.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/md.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/me.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/mf.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/mg.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/mk.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ml.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/mm.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/mn.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/mo.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/mq.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/mr.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ms.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/mt.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/mu.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/mv.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/mw.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/mx.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/my.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/mz.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/na.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/nc.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ne.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/nf.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ng.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ni.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/nl.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/no.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/np.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/nr.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/nu.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/nz.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/om.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/pa.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/pe.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/pf.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/pg.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ph.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/pk.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/pl.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/pm.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/pn.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/pr.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/pt.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/pw.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/py.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/qa.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/re.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ro.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/rs.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ru.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/rw.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/sa.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/sb.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/sc.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/sd.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/se.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/sg.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/sh.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/si.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/sj.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/sk.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/sl.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/sm.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/sn.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/so.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/sr.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ss.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/st.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/sv.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/sx.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/sy.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/sz.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/tc.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/td.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/tf.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/tg.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/th.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/tj.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/tk.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/tl.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/tm.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/tn.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/to.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/tr.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/tt.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/tw.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/tz.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ua.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ug.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/us.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/uy.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/uz.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/va.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/vc.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ve.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/vg.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/vi.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/vn.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/vu.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/wf.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ws.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/ye.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/yt.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/za.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/zm.png /usr/lib/python3.11/site-packages/onionshare/resources/images/countries/zw.png /usr/lib/python3.11/site-packages/onionshare/resources/images/dark_icon-add.png /usr/lib/python3.11/site-packages/onionshare/resources/images/dark_icon-close.png /usr/lib/python3.11/site-packages/onionshare/resources/images/dark_logo_text.png /usr/lib/python3.11/site-packages/onionshare/resources/images/dark_logo_text_bg.png /usr/lib/python3.11/site-packages/onionshare/resources/images/dark_mode_chat.png /usr/lib/python3.11/site-packages/onionshare/resources/images/dark_mode_new_tab_chat.png /usr/lib/python3.11/site-packages/onionshare/resources/images/dark_mode_new_tab_receive.png /usr/lib/python3.11/site-packages/onionshare/resources/images/dark_mode_new_tab_share.png /usr/lib/python3.11/site-packages/onionshare/resources/images/dark_mode_new_tab_website.png /usr/lib/python3.11/site-packages/onionshare/resources/images/dark_mode_receive.png /usr/lib/python3.11/site-packages/onionshare/resources/images/dark_mode_share.png /usr/lib/python3.11/site-packages/onionshare/resources/images/dark_mode_website.png /usr/lib/python3.11/site-packages/onionshare/resources/images/dark_settings.png /usr/lib/python3.11/site-packages/onionshare/resources/images/dark_tor_settings.png /usr/lib/python3.11/site-packages/onionshare/resources/images/file_delete.png /usr/lib/python3.11/site-packages/onionshare/resources/images/history_completed.png /usr/lib/python3.11/site-packages/onionshare/resources/images/history_completed_none.png /usr/lib/python3.11/site-packages/onionshare/resources/images/history_in_progress.png /usr/lib/python3.11/site-packages/onionshare/resources/images/history_in_progress_none.png /usr/lib/python3.11/site-packages/onionshare/resources/images/history_requests.png /usr/lib/python3.11/site-packages/onionshare/resources/images/history_requests_none.png /usr/lib/python3.11/site-packages/onionshare/resources/images/info.png /usr/lib/python3.11/site-packages/onionshare/resources/images/light_logo_text.png /usr/lib/python3.11/site-packages/onionshare/resources/images/light_logo_text_bg.png /usr/lib/python3.11/site-packages/onionshare/resources/images/light_mode_chat.png /usr/lib/python3.11/site-packages/onionshare/resources/images/light_mode_new_tab_chat.png /usr/lib/python3.11/site-packages/onionshare/resources/images/light_mode_new_tab_receive.png /usr/lib/python3.11/site-packages/onionshare/resources/images/light_mode_new_tab_share.png /usr/lib/python3.11/site-packages/onionshare/resources/images/light_mode_new_tab_website.png /usr/lib/python3.11/site-packages/onionshare/resources/images/light_mode_receive.png /usr/lib/python3.11/site-packages/onionshare/resources/images/light_mode_share.png /usr/lib/python3.11/site-packages/onionshare/resources/images/light_mode_website.png /usr/lib/python3.11/site-packages/onionshare/resources/images/light_settings.png /usr/lib/python3.11/site-packages/onionshare/resources/images/light_tor_settings.png /usr/lib/python3.11/site-packages/onionshare/resources/images/logo.png /usr/lib/python3.11/site-packages/onionshare/resources/images/logo_grayscale.png /usr/lib/python3.11/site-packages/onionshare/resources/images/logo_transparent.png /usr/lib/python3.11/site-packages/onionshare/resources/images/mode_chat.svg /usr/lib/python3.11/site-packages/onionshare/resources/images/mode_receive.svg /usr/lib/python3.11/site-packages/onionshare/resources/images/mode_share.svg /usr/lib/python3.11/site-packages/onionshare/resources/images/mode_website.svg /usr/lib/python3.11/site-packages/onionshare/resources/images/open_folder.png /usr/lib/python3.11/site-packages/onionshare/resources/images/open_message.png /usr/lib/python3.11/site-packages/onionshare/resources/images/persistent_enabled.png /usr/lib/python3.11/site-packages/onionshare/resources/images/receive_icon_toggle.png /usr/lib/python3.11/site-packages/onionshare/resources/images/receive_icon_toggle_selected.png /usr/lib/python3.11/site-packages/onionshare/resources/images/receive_icon_transparent.png /usr/lib/python3.11/site-packages/onionshare/resources/images/server_started.png /usr/lib/python3.11/site-packages/onionshare/resources/images/server_stopped.png /usr/lib/python3.11/site-packages/onionshare/resources/images/server_working.png /usr/lib/python3.11/site-packages/onionshare/resources/images/share_icon_toggle.png /usr/lib/python3.11/site-packages/onionshare/resources/images/share_icon_toggle_selected.png /usr/lib/python3.11/site-packages/onionshare/resources/images/share_icon_transparent.png /usr/lib/python3.11/site-packages/onionshare/resources/images/tor-connect-ship.png /usr/lib/python3.11/site-packages/onionshare/resources/images/tor-connect-smoke.png /usr/lib/python3.11/site-packages/onionshare/resources/images/tor-connect-stars.png /usr/lib/python3.11/site-packages/onionshare/resources/locale /usr/lib/python3.11/site-packages/onionshare/resources/locale/af.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/am.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/ar.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/ay.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/be.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/bg.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/bn.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/bo.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/bs.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/ca.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/ckb.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/cs.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/da.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/de.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/el.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/en.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/es.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/fa.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/fi.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/fil.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/fr.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/ga.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/gl.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/gu.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/he.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/hi.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/hr.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/hu.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/hy_AM.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/id.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/is.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/it.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/ja.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/ka.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/kab.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/km.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/ko.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/lg.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/lt.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/mk.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/ms.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/nb_NO.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/nl.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/pa.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/pl.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/pt_BR.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/pt_PT.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/ro.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/ru.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/si.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/sk.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/sl.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/sn.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/sq.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/sr_Latn.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/sv.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/sw.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/ta.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/te.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/tl.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/tr.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/ug.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/uk.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/vi.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/wo.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/yo.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/zh_Hans.json /usr/lib/python3.11/site-packages/onionshare/resources/locale/zh_Hant.json /usr/lib/python3.11/site-packages/onionshare/resources/onionshare-128.png /usr/lib/python3.11/site-packages/onionshare/resources/onionshare-16.png /usr/lib/python3.11/site-packages/onionshare/resources/onionshare-256.png /usr/lib/python3.11/site-packages/onionshare/resources/onionshare-32.png /usr/lib/python3.11/site-packages/onionshare/resources/onionshare-512.png /usr/lib/python3.11/site-packages/onionshare/resources/onionshare-64.png /usr/lib/python3.11/site-packages/onionshare/resources/onionshare.icns /usr/lib/python3.11/site-packages/onionshare/resources/onionshare.ico /usr/lib/python3.11/site-packages/onionshare/resources/onionshare.png /usr/lib/python3.11/site-packages/onionshare/settings_parent_tab.py /usr/lib/python3.11/site-packages/onionshare/settings_tab.py /usr/lib/python3.11/site-packages/onionshare/strings.py /usr/lib/python3.11/site-packages/onionshare/tab /usr/lib/python3.11/site-packages/onionshare/tab/__init__.py /usr/lib/python3.11/site-packages/onionshare/tab/__pycache__ /usr/lib/python3.11/site-packages/onionshare/tab/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/tab/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/tab/__pycache__/server_status.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/tab/__pycache__/server_status.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/tab/__pycache__/tab.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/tab/__pycache__/tab.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode /usr/lib/python3.11/site-packages/onionshare/tab/mode/__init__.py /usr/lib/python3.11/site-packages/onionshare/tab/mode/__pycache__ /usr/lib/python3.11/site-packages/onionshare/tab/mode/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/__pycache__/file_selection.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/__pycache__/file_selection.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/__pycache__/history.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/__pycache__/history.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/__pycache__/mode_settings_widget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/__pycache__/mode_settings_widget.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/chat_mode /usr/lib/python3.11/site-packages/onionshare/tab/mode/chat_mode/__init__.py /usr/lib/python3.11/site-packages/onionshare/tab/mode/chat_mode/__pycache__ /usr/lib/python3.11/site-packages/onionshare/tab/mode/chat_mode/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/chat_mode/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/file_selection.py /usr/lib/python3.11/site-packages/onionshare/tab/mode/history.py /usr/lib/python3.11/site-packages/onionshare/tab/mode/mode_settings_widget.py /usr/lib/python3.11/site-packages/onionshare/tab/mode/receive_mode /usr/lib/python3.11/site-packages/onionshare/tab/mode/receive_mode/__init__.py /usr/lib/python3.11/site-packages/onionshare/tab/mode/receive_mode/__pycache__ /usr/lib/python3.11/site-packages/onionshare/tab/mode/receive_mode/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/receive_mode/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/share_mode /usr/lib/python3.11/site-packages/onionshare/tab/mode/share_mode/__init__.py /usr/lib/python3.11/site-packages/onionshare/tab/mode/share_mode/__pycache__ /usr/lib/python3.11/site-packages/onionshare/tab/mode/share_mode/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/share_mode/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/share_mode/__pycache__/threads.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/share_mode/__pycache__/threads.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/share_mode/threads.py /usr/lib/python3.11/site-packages/onionshare/tab/mode/website_mode /usr/lib/python3.11/site-packages/onionshare/tab/mode/website_mode/__init__.py /usr/lib/python3.11/site-packages/onionshare/tab/mode/website_mode/__pycache__ /usr/lib/python3.11/site-packages/onionshare/tab/mode/website_mode/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare/tab/mode/website_mode/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare/tab/server_status.py /usr/lib/python3.11/site-packages/onionshare/tab/tab.py /usr/lib/python3.11/site-packages/onionshare/tab_widget.py /usr/lib/python3.11/site-packages/onionshare/threads.py /usr/lib/python3.11/site-packages/onionshare/tor_connection.py /usr/lib/python3.11/site-packages/onionshare/tor_settings_tab.py /usr/lib/python3.11/site-packages/onionshare/update_checker.py /usr/lib/python3.11/site-packages/onionshare/widgets.py /usr/lib/python3.11/site-packages/onionshare_cli /usr/lib/python3.11/site-packages/onionshare_cli-2.6.2.dist-info /usr/lib/python3.11/site-packages/onionshare_cli-2.6.2.dist-info/INSTALLER /usr/lib/python3.11/site-packages/onionshare_cli-2.6.2.dist-info/METADATA /usr/lib/python3.11/site-packages/onionshare_cli-2.6.2.dist-info/RECORD /usr/lib/python3.11/site-packages/onionshare_cli-2.6.2.dist-info/REQUESTED /usr/lib/python3.11/site-packages/onionshare_cli-2.6.2.dist-info/WHEEL /usr/lib/python3.11/site-packages/onionshare_cli-2.6.2.dist-info/entry_points.txt /usr/lib/python3.11/site-packages/onionshare_cli/__init__.py /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__ /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__/censorship.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__/censorship.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__/common.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__/common.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__/meek.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__/meek.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__/mode_settings.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__/mode_settings.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__/onion.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__/onion.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__/onionshare.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__/onionshare.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__/settings.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare_cli/__pycache__/settings.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare_cli/censorship.py /usr/lib/python3.11/site-packages/onionshare_cli/common.py /usr/lib/python3.11/site-packages/onionshare_cli/meek.py /usr/lib/python3.11/site-packages/onionshare_cli/mode_settings.py /usr/lib/python3.11/site-packages/onionshare_cli/onion.py /usr/lib/python3.11/site-packages/onionshare_cli/onionshare.py /usr/lib/python3.11/site-packages/onionshare_cli/resources /usr/lib/python3.11/site-packages/onionshare_cli/resources/static /usr/lib/python3.11/site-packages/onionshare_cli/resources/static/css /usr/lib/python3.11/site-packages/onionshare_cli/resources/static/css/style.css /usr/lib/python3.11/site-packages/onionshare_cli/resources/static/img /usr/lib/python3.11/site-packages/onionshare_cli/resources/static/img/ajax.gif /usr/lib/python3.11/site-packages/onionshare_cli/resources/static/img/favicon.ico /usr/lib/python3.11/site-packages/onionshare_cli/resources/static/img/logo.png /usr/lib/python3.11/site-packages/onionshare_cli/resources/static/img/logo_large.png /usr/lib/python3.11/site-packages/onionshare_cli/resources/static/img/web_file.png /usr/lib/python3.11/site-packages/onionshare_cli/resources/static/img/web_folder.png /usr/lib/python3.11/site-packages/onionshare_cli/resources/static/js /usr/lib/python3.11/site-packages/onionshare_cli/resources/static/js/chat.js /usr/lib/python3.11/site-packages/onionshare_cli/resources/static/js/jquery-3.5.1.min.js /usr/lib/python3.11/site-packages/onionshare_cli/resources/static/js/receive.js /usr/lib/python3.11/site-packages/onionshare_cli/resources/static/js/send.js /usr/lib/python3.11/site-packages/onionshare_cli/resources/static/js/socket.io.js /usr/lib/python3.11/site-packages/onionshare_cli/resources/static/js/socket.io.min.js /usr/lib/python3.11/site-packages/onionshare_cli/resources/templates /usr/lib/python3.11/site-packages/onionshare_cli/resources/templates/403.html /usr/lib/python3.11/site-packages/onionshare_cli/resources/templates/404.html /usr/lib/python3.11/site-packages/onionshare_cli/resources/templates/405.html /usr/lib/python3.11/site-packages/onionshare_cli/resources/templates/500.html /usr/lib/python3.11/site-packages/onionshare_cli/resources/templates/chat.html /usr/lib/python3.11/site-packages/onionshare_cli/resources/templates/denied.html /usr/lib/python3.11/site-packages/onionshare_cli/resources/templates/listing.html /usr/lib/python3.11/site-packages/onionshare_cli/resources/templates/receive.html /usr/lib/python3.11/site-packages/onionshare_cli/resources/templates/send.html /usr/lib/python3.11/site-packages/onionshare_cli/resources/templates/thankyou.html /usr/lib/python3.11/site-packages/onionshare_cli/resources/torrc_template /usr/lib/python3.11/site-packages/onionshare_cli/resources/torrc_template-meek_lite_azure /usr/lib/python3.11/site-packages/onionshare_cli/resources/torrc_template-obfs4 /usr/lib/python3.11/site-packages/onionshare_cli/resources/torrc_template-snowflake /usr/lib/python3.11/site-packages/onionshare_cli/resources/version.txt /usr/lib/python3.11/site-packages/onionshare_cli/resources/wordlist.txt /usr/lib/python3.11/site-packages/onionshare_cli/settings.py /usr/lib/python3.11/site-packages/onionshare_cli/web /usr/lib/python3.11/site-packages/onionshare_cli/web/__init__.py /usr/lib/python3.11/site-packages/onionshare_cli/web/__pycache__ /usr/lib/python3.11/site-packages/onionshare_cli/web/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare_cli/web/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare_cli/web/__pycache__/chat_mode.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare_cli/web/__pycache__/chat_mode.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare_cli/web/__pycache__/receive_mode.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare_cli/web/__pycache__/receive_mode.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare_cli/web/__pycache__/send_base_mode.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare_cli/web/__pycache__/send_base_mode.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare_cli/web/__pycache__/share_mode.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare_cli/web/__pycache__/share_mode.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare_cli/web/__pycache__/web.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare_cli/web/__pycache__/web.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare_cli/web/__pycache__/website_mode.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/onionshare_cli/web/__pycache__/website_mode.cpython-311.pyc /usr/lib/python3.11/site-packages/onionshare_cli/web/chat_mode.py /usr/lib/python3.11/site-packages/onionshare_cli/web/receive_mode.py /usr/lib/python3.11/site-packages/onionshare_cli/web/send_base_mode.py /usr/lib/python3.11/site-packages/onionshare_cli/web/share_mode.py /usr/lib/python3.11/site-packages/onionshare_cli/web/web.py /usr/lib/python3.11/site-packages/onionshare_cli/web/website_mode.py /usr/share/applications/org.onionshare.OnionShare.desktop /usr/share/doc/packages/python3-onionshare /usr/share/doc/packages/python3-onionshare/README.md /usr/share/icons/hicolor/scalable/apps/org.onionshare.OnionShare.svg /usr/share/licenses/python3-onionshare /usr/share/licenses/python3-onionshare/LICENSE.txt /usr/share/metainfo/org.onionshare.OnionShare.metainfo.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Feb 9 01:37:00 2025