- 16 Jul, 2022 1 commit
-
-
Maxime Buquet authored
XEP-0115: Make get_caps() async See merge request poezio/slixmpp!203
-
- 12 Jul, 2022 10 commits
-
-
Maxime Buquet authored
Remove mini_dateutil and replace it with datetime See merge request poezio/slixmpp!210
-
Maxime Buquet authored
XEP-0203: Prevent naïve datetime from being passed Closes #3471 See merge request poezio/slixmpp!211
-
Link Mauve authored
xep_0045: Require JID when setting outcast affiliation See merge request poezio/slixmpp!188
-
Link Mauve authored
Add xep_0356 to plugins.__all__ See merge request poezio/slixmpp!201
-
Link Mauve authored
XEP-0356: namespace version bump See merge request poezio/slixmpp!206
-
Link Mauve authored
xmlstream: load default CA store by default See merge request poezio/slixmpp!209
-
Link Mauve authored
The specification says “The format MUST adhere to the dateTime format specified in XEP-0082 and MUST be expressed in UTC.” We now respect this requirement, by rejecting naïve datetimes with a ValueError exception, and converting the passed datetime to UTC. Fixes #3471.
-
Link Mauve authored
The builtin datetime module already provides the same features, there is no need to carry that code any longer.
-
Link Mauve authored
Like the previous commit, we now use the builtin datetime module always.
-
Link Mauve authored
Since datetime got merged into Python (probably around py3k), it’s now usable for all of our needs and so we can do away with the old fallback.
-
- 11 Jul, 2022 1 commit
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 22 Jun, 2022 2 commits
-
-
Link Mauve authored
Fix delayed reconnect after DNS failure See merge request poezio/slixmpp!208
-
ge0rg authored
The XML stream will re-schedule a reconnect on socket errors, except for DNS failures. If a user has no uplink connection, then DNS will also fail, preventing an automatic reconnection. This patch consolidates the two code paths and sets a maximum back-off time of 5min (300s).
-
- 09 Jun, 2022 2 commits
-
-
Nicolas Cedilnik authored
-
Nicolas Cedilnik authored
-
- 28 May, 2022 2 commits
-
-
Link Mauve authored
Change origin-id defaults to False See merge request poezio/slixmpp!202
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 19 May, 2022 1 commit
-
-
Nicoco K authored
-
- 15 May, 2022 2 commits
-
-
mathieui authored
Fix typo in chat markers (fixes #3469) Closes #3469 See merge request poezio/slixmpp!199
-
Nicoco K authored
-
- 06 Apr, 2022 2 commits
-
-
mathieui authored
Update version to 1.8.2 See merge request poezio/slixmpp!197
-
mathieui authored
-
- 05 Apr, 2022 3 commits
-
-
mathieui authored
features_starttls/Proceed: raise exception on InvalidCABundle See merge request poezio/slixmpp!196
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
mathieui authored
Pass in useful value when raising InvalidCABundle See merge request poezio/slixmpp!195
-
- 04 Apr, 2022 1 commit
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 01 Apr, 2022 2 commits
-
-
mathieui authored
stream features: fix old "session" establishment Closes #3468 See merge request poezio/slixmpp!193
-
mathieui authored
As it is and old and deprecated code path, nobody noticed that it was broken by the new filtering code. Fix #3468
-
- 21 Mar, 2022 1 commit
-
-
Maxime Buquet authored
XEP-0454: OMEMO Media Sharing See merge request poezio/slixmpp!189
-
- 20 Mar, 2022 7 commits
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
mathieui authored
Update version to 1.8.1 See merge request poezio/slixmpp!192
-
mathieui authored
-
mathieui authored
Do not use defusedxml by default if available See merge request poezio/slixmpp!190
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 19 Mar, 2022 3 commits
-
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-