Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-08 | Fix the regex for text attributes | mathieui | |
2013-06-06 | Do not traceback when receiving malformed XML in a xhtml-im body | Florent Le Coz | |
2013-05-16 | Fix the parser for the rainbow plugin | mathieui | |
2013-05-14 | Rewrite the poezio colors parser (also Fix #2279) | mathieui | |
The parser now handles text with multiple style attributes (e.g. bold, underlined and red text). | |||
2013-04-19 | Actually use the deprecated method for versions INFERIOR to 3.2 | mathieui | |
2013-04-18 | Use ''.join(str) instead of str += … | mathieui | |
Should improve speed on xhtml parsing, but be noticeable only with *heavy* (e.g. 1000chars with the rainbow plugin) xhtml stanzas. | |||
2013-03-06 | FIX XHTML ISSUES DUE TO A SLEEKXMPP UPDATE | mathieui | |
(THE NAMESPACE WAS NOT PRESENT ANYMORE) | |||
2013-03-04 | Fix /xhtml | mathieui | |
2013-02-28 | Fix a traceback due to a sleekxmpp API change | mathieui | |
- remove the help message for people still using the old custom sleekxmpp repo | |||
2013-01-17 | Move to the upstream SleekXMPP | mathieui | |
- remove the decline command that is not in the trunk (and mediated declines are supported nowhere anyway) - change a bit xhtml-im support - change the bookmarks management a bit - Add a verification to avoid crashing when poezio will be launched the next time - Fix the (unrelated) bug when setting a jid affiliation | |||
2012-07-29 | Implement the sending of underlined text in xhtml-im messages (C-c u). | Florent Le Coz | |
Note that a portion of text can NOT have a color AND be underlined at the same time, but it's not really tragic (see comment in source code). | |||
2012-05-21 | Docstrings, and small cleanup | mathieui | |
2012-05-13 | Catch a possible exception when trying to retrieve the rgb value in curses | mathieui | |
Fixes #2354 | |||
2012-02-07 | Fixed #2328 | mathieui | |
2012-01-30 | Do not crash when given a link without text | mathieui | |
(e.g <a href="example.com"/>) | |||
2011-11-11 | Fix the xhtml parser (do not add wrong colors) | mathieui | |
2011-11-08 | Merge branch 'master' into plugins | Florent Le Coz | |
Conflicts: src/tabs.py src/xhtml.py | |||
2011-11-08 | escape <, > and & in xhtml-im bodies. | Florent Le Coz | |
2011-11-08 | poezio_colors_to_html now takes full colors (\x19xxx}) to generate the xhtml ↵ | Florent Le Coz | |
code (cherry picked from commit 2b9a43ce6a5fa6ad93ab570a99d4d92337a40110) | |||
2011-11-08 | Fix the curses -> html color conversion | Florent Le Coz | |
(cherry picked from commit 689f17cfd79b152d3ca75e570f9f13f70aa6c425) | |||
2011-11-08 | Add a function to convert ncurses colors to HTML color code. | Florent Le Coz | |
(cherry picked from commit 04f103b9e67ccd1de7376be4f7b5156ec425e99c) | |||
2011-11-07 | poezio_colors_to_html now takes full colors (\x19xxx}) to generate the xhtml ↵ | Florent Le Coz | |
code | |||
2011-11-07 | Little cleanup | Florent Le Coz | |
2011-11-07 | Fix the curses -> html color conversion | Florent Le Coz | |
2011-11-07 | Add a function to convert ncurses colors to HTML color code. | Florent Le Coz | |
2011-11-06 | Fix the sending of colors in private. | Florent Le Coz | |
fixes #2287 | |||
2011-10-20 | Fix crash on completion of recent words containing xhtml-im attributes | Florent Le Coz | |
fixes #2278 | |||
2011-09-29 | use getiterator if python < 3.2 | Florent Le Coz | |
2011-09-24 | tg | Florent Le Coz | |
2011-09-24 | merge | Florent Le Coz | |
2011-09-23 | Really, really fix whitespace handling. | Emmanuel Gil Peyrot | |
2011-09-23 | Really fix whitespace handling, and malformed CSS. | Emmanuel Gil Peyrot | |
2011-09-23 | Do not remove trailing spaces in an XHTML-IM element’s text. | Florent Le Coz | |
2011-09-23 | make colors work with 3-digits color numbers | Florent Le Coz | |
2011-09-23 | Fix whitespace handling in XHTML. | Emmanuel Gil Peyrot | |
2011-09-23 | Add support for 256 colors in XHTML messages, and fix a stupid bug with img ↵ | Emmanuel Gil Peyrot | |
without @alt. | |||
2011-09-19 | Remove Elinks support and add a pure python XHTML/CSS parser. | Emmanuel Gil Peyrot | |
2011-09-11 | Change license to zlib (MIT sucks :() | Florent Le Coz | |
2011-08-16 | Do not print a message on the screen on error | Florent Le Coz | |
2011-06-04 | fix the display of the action 'emptying the status', and some few minor changes | mathieui | |
2011-05-27 | Fixes #2137 (altough it could have been done better) | mathieui | |
2011-05-13 | Don’t break xhtml-im | mathieui | |
2011-05-13 | Fix a traceback on C-c ❶ or C-c ², etc | mathieui | |
2011-05-11 | should fix #2161, and enable xhtml-im while in debug | mathieui | |
2011-05-04 | Fix python 3.1 compat | mathieui | |
2011-05-04 | fixes #2148, #2156, #2155 | mathieui | |
2011-04-10 | Fix the dispay of links in xhtml messages. Reenabling xhtml-im by default | Florent Le Coz | |
2011-04-04 | Disable xhtml-im by default | Florent Le Coz | |
2011-03-31 | Fix a crash on normal messages, and add colors to information messages | Florent Le Coz | |
2011-03-30 | Fix the generated xhtml: span was closed too often at the end | Florent Le Coz | |