summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0325/control.py
AgeCommit message (Expand)Author
2021-06-28refactor: remove the now obsolete future_wrapper and asyncio-related modulemathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2018-01-10Fix typos, thanks `codespell`!Emmanuel Gil Peyrot
2016-10-22sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-09-20ElementBase: Remove deprecated find() and findall() methods.discoEmmanuel Gil Peyrot
2015-10-02Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-mergemathieui
2015-05-12Allow the use of a custom loop instead of asyncio.get_event_loop()mathieui
2015-02-28XEP-0325: Don’t use threadingmathieui
2015-02-12Remove more threaded= and block= options from the pluginsmathieui
2015-02-12Fix the uses of stanza.reply()mathieui
2014-09-28Remove all deprecated alias in the core of slixmpp, and wherever they were used.Emmanuel Gil Peyrot
2014-09-01Remove all trailing semicolons.Emmanuel Gil Peyrot
2014-09-01Remove all trailing whitespaces.Emmanuel Gil Peyrot
2014-07-17Rename to slixmppFlorent Le Coz