mathieui
914ce40fd5
stream features: fix old "session" establishment
...
As it is and old and deprecated code path, nobody noticed that it was
broken by the new filtering code.
Fix #3468
2022-04-01 20:56:02 +02:00
82ff68cfac
Merge branch 'upload-encrypt' into 'master'
...
XEP-0454: OMEMO Media Sharing
See merge request poezio/slixmpp!189
2022-03-21 17:01:40 +01:00
28d44ecf74
xep_0454: str.removeprefix is available since 3.9
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-20 21:34:55 +01:00
mathieui
fcec6742cf
Merge branch 'release-version-1.8.1' into 'master'
...
Update version to 1.8.1
See merge request poezio/slixmpp!192
2022-03-20 20:26:25 +01:00
mathieui
fedbb248ec
Update version to 1.8.1
2022-03-20 20:22:52 +01:00
mathieui
e8679fe32b
Merge branch 'allow-disabling-defusedxml' into 'master'
...
Do not use defusedxml by default if available
See merge request poezio/slixmpp!190
2022-03-20 20:19:54 +01:00
06e4e480c1
xep_0454: keep original filename extension if available
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-20 01:02:14 +01:00
82ee250295
xep_0454: use staticmethods where possible
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-20 01:02:14 +01:00
53d38a8115
setup.py: add cryptography in extras_require; update example
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-20 01:02:14 +01:00
mathieui
41d733e77f
Only defuse stdlib through an env var
...
https://github.com/inducer/relate/issues/905
2022-03-19 16:15:03 +01:00
0fba8fd7f8
doap: add 454 entry
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-19 10:31:34 +01:00
b899baabd8
xep_0454: also include finalize's result in the payload
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-19 10:31:34 +01:00
acad41f3b7
xep_0454: Don't force content-type to application/octect-stream
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-19 10:31:34 +01:00
bde5aaaf3e
examples/http_upload.py: Add --encrypt parameter to send encrypted files
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-19 10:31:34 +01:00
7222ade0dd
xep_0454: Ensure format_url returns a str
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-19 10:31:34 +01:00
14a6c7801d
tests: XEP-0454
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-19 10:31:34 +01:00
b52540e49f
xep_0454: implement decrypt method
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-19 10:31:34 +01:00
c1aeab328b
xep_0454: use streaming API from CipherContext
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-19 10:31:34 +01:00
51644e301b
xep_0454: Add wrapper to xep_363's upload_file
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-19 10:31:34 +01:00
bc8af3cc61
xep_0454: new plugin. OMEMO Media Sharing
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-19 10:31:34 +01:00
3c08f471cf
xep_0363: change filename to Path
...
This shouldn't break anything as I'm not using Path specific APIs
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-19 10:31:34 +01:00
54b724c28b
examples/http_upload: Add some typing
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-19 10:31:34 +01:00
mathieui
abd699593f
Merge branch 'fix-mypy' into 'master'
...
Fix mypy in CI
See merge request poezio/slixmpp!191
2022-03-19 00:07:55 +01:00
mathieui
4202ed4cd5
Fix mypy in CI
2022-03-19 00:04:56 +01:00
60df4ef7aa
xep_0045: Require JID when setting outcast affiliation
...
Found out when reading poezio/poezio#3536 .
“An admin or owner can ban one or more users from a room. The ban MUST
be performed based on the occupant's bare JID.”
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-16 16:12:20 +01:00
mathieui
ad610c7ded
Fix the XEP-0444 stanza test
2022-03-07 21:31:13 +01:00
mathieui
e8f45dedfe
Merge branch 'release-1.8.0' into 'master'
...
Release 1.8.0
See merge request poezio/slixmpp!187
2022-02-27 22:25:34 +01:00
mathieui
51a7cad7e1
doap: add a 1.8.0 entry
2022-02-27 22:21:35 +01:00
mathieui
389a358996
version: increment to 1.8.0
2022-02-27 22:20:02 +01:00
mathieui
001e0c7060
Merge branch 'doc-update' into 'master'
...
Add documentation on how to replace proces()
See merge request poezio/slixmpp!186
2022-02-27 20:48:48 +01:00
mathieui
5c4c867dee
docs: add a page on how to remove process()
2022-02-27 20:33:26 +01:00
mathieui
b23b805dc5
docs: Fix some wrong references
2022-02-27 20:32:48 +01:00
mathieui
11b555af20
Merge branch 'fix-join-muc-wait' into 'master'
...
Fix join_muc_wait: end join only upon receiving the room subject
See merge request poezio/slixmpp!185
2022-02-27 20:30:12 +01:00
mathieui
06172ea896
XEP-0045: return occupants and history when join is complete
2022-02-27 18:11:10 +01:00
mathieui
815b7d5af7
Fix join_muc_wait: end join only upon receiving the room subject
2022-02-27 16:22:59 +01:00
mathieui
28fe68c7d3
Merge branch 'end-filter-run' into 'master'
...
fix: allow cancelling the run_filters coroutine
See merge request poezio/slixmpp!184
2022-02-18 22:29:02 +01:00
mathieui
d15a37e146
fix: allow cancelling the run_filters coroutine
...
otherwise it will leak forever into the event loop and generate
tracebacks when closing it
2022-02-16 22:11:19 +01:00
mathieui
98dba869c7
Merge branch 'deprecate-xmpp-process' into 'master'
...
deprecate XMLStream.process()
See merge request poezio/slixmpp!183
2022-02-16 21:26:03 +01:00
mathieui
bcb4495c6d
deprecate XMLStream.process()
2022-02-15 21:57:49 +01:00
mathieui
22b00c6073
Merge branch 'update-doc-yieldfrom' into 'master'
...
docs: remove yield from and fix some old changes
See merge request poezio/slixmpp!182
2022-02-15 20:58:20 +01:00
mathieui
a50bffae89
docs: remove yield from and fix some old changes
2022-02-15 20:54:36 +01:00
mathieui
92c3f69829
Merge branch 'fix-doap' into 'master'
...
doap: add missing 1.7.1 release and fix 1.7.0 link
See merge request poezio/slixmpp!181
2022-02-15 20:53:48 +01:00
mathieui
1e7d7bf8cb
Merge branch 'ibb-fix-races' into 'master'
...
fix: specific cases in xep-0047 with network race conditions
See merge request poezio/slixmpp!179
2022-02-07 19:03:31 +01:00
mathieui
53f0971fd0
doap: add missing 1.7.1 release and fix 1.7.0 link
2022-02-05 13:19:09 +01:00
mathieui
e543e22e78
fix: specific cases in xep-0047 with network race conditions
2022-02-05 12:38:48 +01:00
mathieui
714f9aae0d
Merge branch 'bugfix/xep_0009' into 'master'
...
xep-0009: fixed bugs
See merge request poezio/slixmpp!172
2022-02-04 23:11:28 +01:00
mathieui
9eb4462acc
Merge branch 'better-jid-errors' into 'master'
...
jid: Improve error reporting on IDNA validation failure
See merge request poezio/slixmpp!170
2022-02-04 23:07:51 +01:00
mathieui
d5502c9be7
Merge branch 'ca-cert-compat' into 'master'
...
Don't break ca-bundle API just yet
See merge request poezio/slixmpp!178
2022-02-04 23:07:00 +01:00
mathieui
33efbd4d7b
Merge branch 'fix-moderation-bug' into 'master'
...
fix: missing <retract/> on moderate
See merge request poezio/slixmpp!180
2022-02-04 23:06:41 +01:00
mathieui
e344c0c303
fix: missing <retract/> on moderate
2022-02-04 19:25:53 +01:00