Philipp Hörist pushed to branch omemo_integration at gajim / gajim


Commits:
59fd8466 by Daniel Brötzmann at 2023-01-24T08:18:40+00:00
chore: Update test section in Readme
- - - - -
e2e40a35 by Philipp Hörist at 2023-01-27T00:32:20+01:00
fix: HTTPUpload: Don’t cache temp path

The cache is on the class for staticmethods and is not reseted
when we create a new instance.

Fixes #11373

- - - - -
f0f0f2e8 by lovetox at 2023-01-28T11:47:17+00:00
Omemo Start

- - - - -
3811b44b by wurstsalat at 2023-01-28T11:47:17+00:00
cq: OMEMO: Add type annotations

- - - - -
f6e5be3d by wurstsalat at 2023-01-28T11:47:17+00:00
cq: OMEMO: Fix linting errors

- - - - -
e09de4a8 by wurstsalat at 2023-01-28T11:47:17+00:00
cq: Add type stubs for python-qrcode

- - - - -
938a2ee6 by wurstsalat at 2023-01-28T11:47:17+00:00
chore: Adapt dependencies for OMEMO

- - - - -
5ca99239 by wurstsalat at 2023-01-28T11:47:17+00:00
chore: OMEMO: Remove unused methods

'activate' has a replacement in the 'signled-in' event

- - - - -
85e36e73 by wurstsalat at 2023-01-28T11:47:17+00:00
new: Add OMEMO_TEMP_DL to caps

- - - - -
2267d2ec by wurstsalat at 2023-01-28T11:47:17+00:00
new: Add OMEMOTrustManager

- - - - -
d1b06a8d by wurstsalat at 2023-01-28T11:47:17+00:00
new: OMEMO: Add file encryption

- - - - -
b64ccdc3 by Philipp Hörist at 2023-01-28T11:47:17+00:00
chore: Update dependencies

- - - - -
6bcce21e by Philipp Hörist at 2023-01-28T11:47:17+00:00
new: Block omemo plugin

- - - - -
278f2c80 by wurstsalat at 2023-01-28T11:47:17+00:00
chore: OMEMO: Remove obsolete qrcode version check

- - - - -
5778b1d3 by Philipp Hörist at 2023-01-28T11:47:17+00:00
refactor: Move omemo storage to storage module

- - - - -
3c87867a by Philipp Hörist at 2023-01-28T11:47:17+00:00
refactor: Move omemo code into common

- - - - -
1149abcc by Philipp Hörist at 2023-01-28T11:47:17+00:00
cq: Fix linter errors

- - - - -
96e59f88 by wurstsalat at 2023-01-28T11:47:17+00:00
new: OMEMO: Add handling of MucAdded signal

- - - - -
a5ee7f9f by wurstsalat at 2023-01-28T11:47:17+00:00
new: OMEMO: Add EncryptionAnnouncementRow

- - - - -
6c52a25c by Philipp Hörist at 2023-01-28T11:47:17+00:00
fix: check preconditions

- - - - -
59fb8ecc by Philipp Hörist at 2023-01-28T11:47:17+00:00
refactor: Rename methods

- - - - -
bb89bef5 by Philipp Hörist at 2023-01-28T11:47:17+00:00
cq: Remove blank line

- - - - -
838c8d80 by Philipp Hörist at 2023-01-28T11:47:17+00:00
refactor: Remove unused code

- - - - -
bb0751d6 by Philipp Hörist at 2023-01-28T11:47:17+00:00
refactor: Use send_stanza method

- - - - -
b429d6f0 by Philipp Hörist at 2023-01-28T11:47:17+00:00
refactor: Remove devices module

- - - - -
d28d5f2b by Philipp Hörist at 2023-01-28T11:47:17+00:00
cq: Remove unused imports

- - - - -
809228c4 by Philipp Hörist at 2023-01-28T11:47:17+00:00
refactor: Switch to new library

- - - - -
3434cdf9 by Philipp Hörist at 2023-01-28T11:47:17+00:00
cq: Fix storage annotations

- - - - -
95329fe1 by Philipp Hörist at 2023-01-28T11:47:17+00:00
fix: Fix import

- - - - -


30 changed files:

- README.md
- debian/control
- flatpak/org.gajim.Gajim.Devel.yaml
- flatpak/org.gajim.Gajim.yaml
- gajim/common/client.py
- gajim/common/const.py
- gajim/common/events.py
- gajim/common/modules/httpupload.py
- + gajim/common/modules/omemo.py
- gajim/common/modules/util.py
- + gajim/common/omemo/__init__.py
- + gajim/common/omemo/aes.py
- + gajim/common/omemo/state.py
- + gajim/common/omemo/util.py
- gajim/common/setting_values.py
- + gajim/common/storage/omemo.py
- gajim/data/gui/contact_info.ui
- gajim/data/gui/groupchat_details.ui
- + gajim/data/gui/omemo_trust_manager.ui
- + gajim/data/icons/hicolor/scalable/categories/qr-code-scan-symbolic.svg
- gajim/data/style/gajim.css
- gajim/gtk/accounts.py
- gajim/gtk/builder.pyi
- gajim/gtk/chat_stack.py
- gajim/gtk/contact_info.py
- gajim/gtk/control.py
- + gajim/gtk/conversation/rows/encryption_info.py
- gajim/gtk/conversation/view.py
- gajim/gtk/groupchat_details.py
- gajim/gtk/message_actions_box.py


The diff was not included because it is too large.


View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/81571e527fad61fcf61669305093582a50661215...95329fe13e146bc4c287aa8cc16917e921b92807

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/81571e527fad61fcf61669305093582a50661215...95329fe13e146bc4c287aa8cc16917e921b92807
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to