summaryrefslogtreecommitdiff
path: root/src/xhtml.py
AgeCommit message (Expand)Author
2014-12-08Improve the xhtml_to_poezio_colors sanitizationmathieui
2014-12-08Sanitize the XHTML output by removing useless formatting charsmathieui
2014-10-31Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-10-16Extract XHTML-IM inline imags by defaultmathieui
2014-07-24Use slixmppFlorent Le Coz
2014-04-30Fix #2447 (OTR & HTML) -- partial WONTFIXmathieui
2014-04-30Fix #2510 (link displayed twice in xhtml-im)mathieui
2014-03-23Fix formatting, some typos, and unused code, and add docstringsmathieui
2014-02-22Remove the dependency on poezio from xhtml.pyEmmanuel Gil Peyrot
2014-02-22Move the XHTML-IM parser to SAX, to make it output a correct formatting, fixe...Emmanuel Gil Peyrot
2013-10-20Improve the input a lotFlorent Le Coz
2013-08-03Logs errors by default, in a dedicated filemathieui
2013-06-08Fix the regex for text attributesmathieui
2013-06-06Do not traceback when receiving malformed XML in a xhtml-im bodyFlorent Le Coz
2013-05-16Fix the parser for the rainbow pluginmathieui
2013-05-14Rewrite the poezio colors parser (also Fix #2279)mathieui
2013-04-19Actually use the deprecated method for versions INFERIOR to 3.2mathieui
2013-04-18Use ''.join(str) instead of str += …mathieui
2013-03-06FIX XHTML ISSUES DUE TO A SLEEKXMPP UPDATEmathieui
2013-03-04Fix /xhtmlmathieui
2013-02-28Fix a traceback due to a sleekxmpp API changemathieui
2013-01-17Move to the upstream SleekXMPPmathieui
2012-07-29Implement the sending of underlined text in xhtml-im messages (C-c u).Florent Le Coz
2012-05-21Docstrings, and small cleanupmathieui
2012-05-13Catch a possible exception when trying to retrieve the rgb value in cursesmathieui
2012-02-07Fixed #2328mathieui
2012-01-30Do not crash when given a link without textmathieui
2011-11-11Fix the xhtml parser (do not add wrong colors)mathieui
2011-11-08Merge branch 'master' into pluginsFlorent Le Coz
2011-11-08escape <, > and & in xhtml-im bodies.Florent Le Coz
2011-11-08poezio_colors_to_html now takes full colors (\x19xxx}) to generate the xhtml ...Florent Le Coz
2011-11-08Fix the curses -> html color conversionFlorent Le Coz
2011-11-08Add a function to convert ncurses colors to HTML color code.Florent Le Coz
2011-11-07poezio_colors_to_html now takes full colors (\x19xxx}) to generate the xhtml ...Florent Le Coz
2011-11-07Little cleanupFlorent Le Coz
2011-11-07Fix the curses -> html color conversionFlorent Le Coz
2011-11-07Add a function to convert ncurses colors to HTML color code.Florent Le Coz
2011-11-06Fix the sending of colors in private.Florent Le Coz
2011-10-20Fix crash on completion of recent words containing xhtml-im attributesFlorent Le Coz
2011-09-29use getiterator if python < 3.2Florent Le Coz
2011-09-24tgFlorent Le Coz
2011-09-24mergeFlorent Le Coz
2011-09-23Really, really fix whitespace handling.Emmanuel Gil Peyrot
2011-09-23Really fix whitespace handling, and malformed CSS.Emmanuel Gil Peyrot
2011-09-23Do not remove trailing spaces in an XHTML-IM element’s text.Florent Le Coz
2011-09-23make colors work with 3-digits color numbersFlorent Le Coz
2011-09-23Fix whitespace handling in XHTML.Emmanuel Gil Peyrot
2011-09-23Add support for 256 colors in XHTML messages, and fix a stupid bug with img w...Emmanuel Gil Peyrot
2011-09-19Remove Elinks support and add a pure python XHTML/CSS parser.Emmanuel Gil Peyrot
2011-09-11Change license to zlib (MIT sucks :()Florent Le Coz