Age | Commit message (Expand) | Author |
2018-12-27 | Merge branch 'master' into 'master' | mathieui |
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 |
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 |
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 re... | Emmanuel Gil Peyrot |
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 d... | Emmanuel Gil Peyrot |
2018-10-27 | fixing uncaught async exceptions due to missing await | Florian Klien |
2018-10-22 | added aoihttp dependency | Florian Klien |
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 |
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 |
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 |
2018-08-07 | features/starttls: handle the case where the socket is an sslobject | mathieui |
2018-08-07 | Fix TLS with python 3.7 | mathieui |
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 59d4420739db20b204bb15a2880... | Emmanuel Gil Peyrot |
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 |
2018-07-02 | Fix missing async def in function. | Emmanuel Gil Peyrot |
2018-07-01 | Switch from @asyncio.coroutine to async def everywhere. | Emmanuel Gil Peyrot |
2018-07-01 | xep_0030: rename find_identities; return all domain infos and let caller filt... | Maxime “pep” Buquet |
2018-07-01 | xep_0030: Add callback parameter to find_identities | Maxime “pep” Buquet |
2018-07-01 | xep_0030: Add cached parameter to find_identities, defaults to True | Maxime “pep” Buquet |
2018-07-01 | xep_0030: Pass kwargs down in find_identities | Maxime “pep” Buquet |
2018-07-01 | xep_0030: Use self directly as we're already in disco | Maxime “pep” Buquet |
2018-07-01 | Factor out fetching of identities in xep_0363 to xep_0030 | Maxime “pep” Buquet |
2018-07-01 | xep_0363: Remove unused parameters to find_upload_services | Maxime “pep” Buquet |
2018-06-23 | XEP-0153: Prevent a panic when the BINVAL is invalid. | Emmanuel Gil Peyrot |
2018-06-10 | apt install gpg before running the ci tests | louiz’ |
2018-05-13 | examples: Display only the form, and not the entire stanza. | Emmanuel Gil Peyrot |
2018-05-13 | examples: Display the actual cause for a failed command. | Emmanuel Gil Peyrot |
2018-05-13 | examples: Use the existing get_node_config function. | Emmanuel Gil Peyrot |