summaryrefslogtreecommitdiff
path: root/poezio/fixes.py
AgeCommit message (Collapse)Author
2021-02-27misc: wrap some calls in ensure_future to prepare for slix API changemathieui
Some things need to be rewritten in a cleaner way, and other need to be directly deleted, but that will need to wait for the slix api change merge.
2021-02-03muc: remove get_room_form hack and callbacksmathieui
2020-06-01mypy: Reduce errors on muctab.py by a lotmathieui
2018-03-14Factorise the /version callback and make it handle errorsEmmanuel Gil Peyrot
Fixes #3376.
2017-11-12yapf -irmathieui
2017-10-08Change all “not … in …” into “… not in …”.Emmanuel Gil Peyrot
2016-09-20Stop using deprecated aliases from slixmpp.Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot