Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-02 | Add tests for the cache api | mathieui | |
2019-02-02 | Add a "remove" action on the cache API | mathieui | |
2019-02-02 | Fix XEP-0335 | mathieui | |
2019-01-31 | Set @id by default on outgoing messages and presences. | Emmanuel Gil Peyrot | |
Respects RFC6120 §8.1.3’s RECOMMENDED. | |||
2019-01-31 | Release 1.4.2slix-1.4.2 | mathieui | |
2019-01-22 | Merge branch 'xep-0335' into 'master' | Link Mauve | |
Add xep_0335: JSON Containers See merge request poezio/slixmpp!5 | |||
2019-01-22 | Stop requesting avatar without the intervention of the client. | Emmanuel Gil Peyrot | |
2019-01-21 | Fix authenticating on a non-TLS socket. | Emmanuel Gil Peyrot | |
This was broken since c1562b76b273cc7aeaaa1cf8fddd3dca2c828c4d. | |||
2019-01-17 | XEP-0223: Fix default access_model, it MUST be whitelist. | Emmanuel Gil Peyrot | |
2019-01-09 | Simplify the non-CDATA path of tostring.escape. | Emmanuel Gil Peyrot | |
2019-01-09 | Split ns only once in fix_ns(). | Emmanuel Gil Peyrot | |
2019-01-09 | Split tag and attrib only once in tostring(). | Emmanuel Gil Peyrot | |
2019-01-09 | Add a default timeout to iq.send(). | Emmanuel Gil Peyrot | |
This fixes a leak of MatchIDSender in handlers, making it more and more expensive to match stanzas as more iqs have been sent. | |||
2018-12-27 | Mention that GnuPG is required for tests | Mateusz Piotrowski | |
2018-12-27 | Merge branch 'master' into 'master' | mathieui | |
Decode bytes in GSSAPI handling, as expected by the kerberos module API. See merge request poezio/slixmpp!8 | |||
2018-11-20 | XEP-0363: Use a specific exception for HTTP errors | Emmanuel Gil Peyrot | |
2018-11-20 | catch http upload errors on upload | Florian Klien | |
2018-10-30 | Decode bytes in GSSAPI handling, as expected by the kerberos module API. | Jelmer Vernooij | |
2018-10-28 | Release slixmpp 1.4.1slix-1.4.1 | mathieui | |
2018-10-28 | Merge branch 'setup_dependency_fix' into 'master' | mathieui | |
added aiohttp dependency See merge request poezio/slixmpp!6 | |||
2018-10-28 | docs: auto-set copyright year to current year | Florian Klien | |
2018-10-28 | auto set version of Slixmpp in Docs | Florian Klien | |
getting version of slixmpp from source tree for documentation | |||
2018-10-27 | typo | Florian Klien | |
2018-10-27 | examples: Add the possibility to use another HTTP File Upload domain. | Emmanuel Gil Peyrot | |
2018-10-27 | XEP-0030: Don’t call the timeout_callback on each domain which doesn’t ↵ | Emmanuel Gil Peyrot | |
reply to disco#info. | |||
2018-10-27 | XEP-0363: Also check for disco#info’s feature instead of just the identity. | Emmanuel Gil Peyrot | |
2018-10-27 | XEP-0363: Add a domain argument to discover an upload service on a specific ↵ | Emmanuel Gil Peyrot | |
domain. | |||
2018-10-27 | fixing uncaught async exceptions due to missing await | Florian Klien | |
fixes uncaught exceptions in the event loop. passing timeout and timeout_callback through. | |||
2018-10-22 | added aoihttp dependency | Florian Klien | |
slixmpp uses aiohttp in the XEP_0363 plugin. | |||
2018-10-15 | fix: failUnlessEqual -> assertEqual | Florian Klien | |
2018-10-15 | fixing deprecation warnings for pytest | Florian Klien | |
2018-10-09 | Add the loop parameters at places where it has been forgotten | mathieui | |
2018-10-09 | examples: Remove unused asyncio imports. | Emmanuel Gil Peyrot | |
2018-10-03 | stanzabase: Remove python2 legacy. | Emmanuel Gil Peyrot | |
2018-09-16 | Add xep_0335: JSON Containers | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-22 | Trigger poezio’s build if this ours succeeded | louiz’ | |
2018-08-20 | jid: Make property aliases proper aliases. | Emmanuel Gil Peyrot | |
2018-08-19 | examples, tests: Replace all @asyncio.coroutines with proper async functions. | Emmanuel Gil Peyrot | |
2018-08-12 | Release slixmpp 1.4.0slix-1.4.0 | mathieui | |
2018-08-08 | Document that slixmpp is now 3.5+ only | mathieui | |
2018-08-08 | Fix compatibility with python 3.5 and 3.6 | mathieui | |
which do not have loop.start_tls and require the old ssl implementation. | |||
2018-08-08 | xep_0092: Return <service-unavailable/> instead. Fixes #3415. | Emmanuel Gil Peyrot | |
2018-08-08 | xep_0092: Send a <forbidden/> error if we don’t want to send our version. ↵ | Emmanuel Gil Peyrot | |
(thanks lovetox!) | |||
2018-08-07 | features/starttls: handle the case where the socket is an sslobject | mathieui | |
Thanks pep. | |||
2018-08-07 | Fix TLS with python 3.7 | mathieui | |
Use the "new" sslproto API instead of the deprecated TLS API. Also remove the unused "socket" parameter in XMLStream.__init__. | |||
2018-08-07 | xep-0054: XMPP clients should not reply to vcard "get" requests | mathieui | |
2018-08-02 | tests: Fix the XEP-0323 stream test, broken since ↵ | Emmanuel Gil Peyrot | |
59d4420739db20b204bb15a2880de871316aa70f. Thanks debacle! | |||
2018-07-29 | XEP-0323: Display the requested time in addition to the current time on error. | Emmanuel Gil Peyrot | |
2018-07-24 | XEP-0009: Fix invalid function name under Python 3.7. | Emmanuel Gil Peyrot | |
2018-07-22 | Merge branch 'factor_find_identities' into 'master' | Link Mauve | |
Factor find identities See merge request poezio/slixmpp!2 |