Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-05 | Pass in useful value when raising InvalidCABundle | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-04-01 | Merge branch 'fix-old-session' into 'master' | mathieui | |
stream features: fix old "session" establishment Closes #3468 See merge request poezio/slixmpp!193 | |||
2022-04-01 | stream features: fix old "session" establishment | mathieui | |
As it is and old and deprecated code path, nobody noticed that it was broken by the new filtering code. Fix #3468 | |||
2022-03-21 | Merge branch 'upload-encrypt' into 'master' | Maxime Buquet | |
XEP-0454: OMEMO Media Sharing See merge request poezio/slixmpp!189 | |||
2022-03-20 | xep_0454: str.removeprefix is available since 3.9 | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-20 | Merge branch 'release-version-1.8.1' into 'master'slix-1.8.1 | mathieui | |
Update version to 1.8.1 See merge request poezio/slixmpp!192 | |||
2022-03-20 | Update version to 1.8.1 | mathieui | |
2022-03-20 | Merge branch 'allow-disabling-defusedxml' into 'master' | mathieui | |
Do not use defusedxml by default if available See merge request poezio/slixmpp!190 | |||
2022-03-20 | xep_0454: keep original filename extension if available | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-20 | xep_0454: use staticmethods where possible | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-20 | setup.py: add cryptography in extras_require; update example | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-19 | Only defuse stdlib through an env var | mathieui | |
https://github.com/inducer/relate/issues/905 | |||
2022-03-19 | doap: add 454 entry | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-19 | xep_0454: also include finalize's result in the payload | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-19 | xep_0454: Don't force content-type to application/octect-stream | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-19 | examples/http_upload.py: Add --encrypt parameter to send encrypted files | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-19 | xep_0454: Ensure format_url returns a str | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-19 | tests: XEP-0454 | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-19 | xep_0454: implement decrypt method | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-19 | xep_0454: use streaming API from CipherContext | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-19 | xep_0454: Add wrapper to xep_363's upload_file | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-19 | xep_0454: new plugin. OMEMO Media Sharing | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-19 | xep_0363: change filename to Path | Maxime “pep” Buquet | |
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 | examples/http_upload: Add some typing | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-19 | Merge branch 'fix-mypy' into 'master' | mathieui | |
Fix mypy in CI See merge request poezio/slixmpp!191 | |||
2022-03-19 | Fix mypy in CI | mathieui | |
2022-03-16 | xep_0045: Require JID when setting outcast affiliation | Maxime “pep” Buquet | |
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-07 | Fix the XEP-0444 stanza test | mathieui | |
2022-02-27 | Merge branch 'release-1.8.0' into 'master'slix-1.8.0 | mathieui | |
Release 1.8.0 See merge request poezio/slixmpp!187 | |||
2022-02-27 | doap: add a 1.8.0 entry | mathieui | |
2022-02-27 | version: increment to 1.8.0 | mathieui | |
2022-02-27 | Merge branch 'doc-update' into 'master' | mathieui | |
Add documentation on how to replace proces() See merge request poezio/slixmpp!186 | |||
2022-02-27 | docs: add a page on how to remove process() | mathieui | |
2022-02-27 | docs: Fix some wrong references | mathieui | |
2022-02-27 | Merge branch 'fix-join-muc-wait' into 'master' | mathieui | |
Fix join_muc_wait: end join only upon receiving the room subject See merge request poezio/slixmpp!185 | |||
2022-02-27 | XEP-0045: return occupants and history when join is complete | mathieui | |
2022-02-27 | Fix join_muc_wait: end join only upon receiving the room subject | mathieui | |
2022-02-18 | Merge branch 'end-filter-run' into 'master' | mathieui | |
fix: allow cancelling the run_filters coroutine See merge request poezio/slixmpp!184 | |||
2022-02-16 | fix: allow cancelling the run_filters coroutine | mathieui | |
otherwise it will leak forever into the event loop and generate tracebacks when closing it | |||
2022-02-16 | Merge branch 'deprecate-xmpp-process' into 'master' | mathieui | |
deprecate XMLStream.process() See merge request poezio/slixmpp!183 | |||
2022-02-15 | deprecate XMLStream.process() | mathieui | |
2022-02-15 | Merge branch 'update-doc-yieldfrom' into 'master' | mathieui | |
docs: remove yield from and fix some old changes See merge request poezio/slixmpp!182 | |||
2022-02-15 | docs: remove yield from and fix some old changes | mathieui | |
2022-02-15 | Merge branch 'fix-doap' into 'master' | mathieui | |
doap: add missing 1.7.1 release and fix 1.7.0 link See merge request poezio/slixmpp!181 | |||
2022-02-07 | Merge branch 'ibb-fix-races' into 'master' | mathieui | |
fix: specific cases in xep-0047 with network race conditions See merge request poezio/slixmpp!179 | |||
2022-02-05 | doap: add missing 1.7.1 release and fix 1.7.0 link | mathieui | |
2022-02-05 | fix: specific cases in xep-0047 with network race conditions | mathieui | |
2022-02-04 | Merge branch 'bugfix/xep_0009' into 'master' | mathieui | |
xep-0009: fixed bugs See merge request poezio/slixmpp!172 | |||
2022-02-04 | Merge branch 'better-jid-errors' into 'master' | mathieui | |
jid: Improve error reporting on IDNA validation failure See merge request poezio/slixmpp!170 | |||
2022-02-04 | Merge branch 'ca-cert-compat' into 'master' | mathieui | |
Don't break ca-bundle API just yet See merge request poezio/slixmpp!178 |