Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-07 | Apply all the clang-tidy modernize-* fixes | louiz’ | |
2015-09-01 | Use unique_ptr to store the XmlNode’s children | Florent Le Coz | |
Also fix some constness things | |||
2015-09-01 | XmlNodes are now always closed | Florent Le Coz | |
Remove the close() method and closed attribute. Remove all the calls to close(). (Save one bool per XmlNode, yay, and save a few ifs and some useless function calls. At best it should be unnoticeably faster and lighter and save a few keystrokes in the future) | |||
2014-12-17 | Fix a few issues reported by static analyzers | Florent Le Coz | |
2014-06-08 | Convert \n to <br/> in xhtml body | Emmanuel Gil Peyrot | |
fix #2539 | |||
2014-04-29 | Use C++14 string_literals | Florent Le Coz | |
2014-04-28 | Upgrade to C++14 | Florent Le Coz | |
2014-04-18 | Actually do the last commit, but completely this time | Florent Le Coz | |
2014-04-17 | No more missing text when converting IRC colors to xhtml-im | Florent Le Coz | |
fix #2496 | |||
2013-11-28 | Implement IRC format to xhtml-im conversion | Florent Le Coz | |
The generated XML is very verbose because each IRC formatting tag makes us close a <span/> element and reopen it with the new style applied. However, this works quite well and is easy to implement. | |||
2013-11-27 | Remove incomplete implementation of remove_irc_colors | Florent Le Coz | |
2013-11-13 | Do not crash on special chars in the content of message | Florent Le Coz | |
That’s ugly, and we need to sanitize everything properly, and also handle these special messages. | |||
2013-11-09 | Aaaand, I forgot to add files | Florent Le Coz | |