summaryrefslogtreecommitdiff
path: root/slixmpp
AgeCommit message (Expand)Author
2015-09-23Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-mergesleek-mergemathieui
2015-09-19Fix connecting to a custom host/portmathieui
2015-09-14(Temporary) fix for python 3.5mathieui
2015-09-14Bump the requirements to aiodns 1.0mathieui
2015-09-05xep_0231: Fix a traceback on result serialization.Emmanuel Gil Peyrot
2015-09-04vcard-temp: add some checks against wrong inputmathieui
2015-09-04Add timeout_callback to a bunch of plugins as a parametermathieui
2015-08-23Merge branch 'socks5' of http://git.linkmauve.fr/slixmppmathieui
2015-08-23xep_0065: Remove an unused variable.Emmanuel Gil Peyrot
2015-08-23xep_0065: Remove the last useless threading locks.Emmanuel Gil Peyrot
2015-08-23Fix the xep_0065 plugin, by rewriting its socks5 implementation.Emmanuel Gil Peyrot
2015-08-22Fix the order in which <identity/> and <feature/> tags are sent on disco#infoFlorent Le Coz
2015-08-20Add a function to convert a domain name to punycode.Emmanuel Gil Peyrot
2015-08-08Add a format() method to XMPPError which returns a readable string.Emmanuel Gil Peyrot
2015-08-08Fix docstring of unsubscribe method in the PubSub plugin.Emmanuel Gil Peyrot
2015-08-08Strip strings after pygments, so we don’t include an needless newline.Emmanuel Gil Peyrot
2015-08-08slixmpp v1.0mathieui
2015-08-08Fix the test suitemathieui
2015-08-08Reset the connect future after a disconnectmathieui
2015-08-08Properly answer an error instead of tracebacking on unknown command execution.Emmanuel Gil Peyrot
2015-07-21Add a waiting time before reconnecting automaticallymathieui
2015-07-21Fix componentsmathieui
2015-06-22Merge branch 'jid' of http://git.linkmauve.fr/slixmppmathieui
2015-06-22Store None instead of '' for unset parts of a JID.Emmanuel Gil Peyrot
2015-06-21Add a wrapper to get_info/get_items functionsmathieui
2015-06-20Rework slixmpp.jid’s JID classes to make them more efficient.Emmanuel Gil Peyrot
2015-06-20Add a Cython version of slixmpp.stringprep, using libidn.Emmanuel Gil Peyrot
2015-06-20Move stringprep and idna support in a different module than slixmpp.jid.Emmanuel Gil Peyrot
2015-06-20Remove JID cache, to better test for performance.Emmanuel Gil Peyrot
2015-06-14XEP-0030: return the iq.send() future when sending a disco#info or disco#items.Emmanuel Gil Peyrot
2015-06-12Properly consider malformed IPv6 domains as invalid.Emmanuel Gil Peyrot
2015-05-12Allow the use of a custom loop instead of asyncio.get_event_loop()mathieui
2015-05-08Advertize the disco#info feature in our disco#infomathieui
2015-05-06Make syntax highlighting for XML lazy, to only call pygments when debug logs ...Emmanuel Gil Peyrot
2015-04-19Merge branch 'ibb' of http://linkmauve.fr/git/slixmppmathieui
2015-04-19XEP-0047: use coroutines for send(), sendall() and the new sendfile().Emmanuel Gil Peyrot
2015-04-19XEP-0047: prevent any unneededly large or useless bytes slice.Emmanuel Gil Peyrot
2015-04-19XEP-0047: use asyncio’s Queue implementation, to prevent any possibility of...Emmanuel Gil Peyrot
2015-04-14XEP-0047: make open_stream() return a future that will be set to the stream o...Emmanuel Gil Peyrot
2015-04-14XEP-0047: replace threading events with simple booleans.Emmanuel Gil Peyrot
2015-04-14XEP-0047: allow only one window over the stream.Emmanuel Gil Peyrot
2015-04-14XEP-0047: announce the correct stanza type if message is selected.Emmanuel Gil Peyrot
2015-04-14XEP-0047: return the correct error type on not-acceptable (example 5).Emmanuel Gil Peyrot
2015-04-14XEP-0047: don’t answer with an unauthorized error when block-size is too big.Emmanuel Gil Peyrot
2015-04-14XEP-0047: remove now-useless threading locks.Emmanuel Gil Peyrot
2015-04-14XEP-0047: prevent tracebacks in stanza reading.Emmanuel Gil Peyrot
2015-04-13basexmpp: Add a message_error eventmathieui
2015-04-04Use a full JID for testing.Emmanuel Gil Peyrot
2015-04-04Iq.send: set the timeout even when no timeout_callback is setEmmanuel Gil Peyrot
2015-04-04XMLStream: add a forever parameter to process(), defaulting to True, to selec...Emmanuel Gil Peyrot