summaryrefslogtreecommitdiff
path: root/poezio/xhtml.py
AgeCommit message (Collapse)Author
2016-11-26XHTML-IM: Check for the existence of elements manually.Emmanuel Gil Peyrot
This fixes part of #3186, slixmpp was previously adding a new XHTML-IM payload whenever we just wanted to check for its presence. Also makes the code abort faster in the common case where no XHTML-IM element is present.
2016-08-26Fix #3194 (don’t highlight on embedded XHTML image)mathieui
Remove the link, which wasn’t really useful anyway
2016-07-26Make sure the color values are integers, in xhtml.pylouiz’
2016-06-12Convert some genexprs into regular list comprehension.Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot