Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-08 | link boost dynamically | redsky17 | 2 | -2/+3 | |
2019-05-08 | Update mtxclient ver | redsky17 | 1 | -2/+2 | |
2019-05-08 | Update to boost 1.69.0 to attemp travis fix | redsky17 | 1 | -5/+4 | |
2019-05-01 | Remove 'error on unset' for travis builds | redsky17 | 2 | -2/+2 | |
2019-05-01 | Remove unset var causing error due to Qt script | redsky17 | 1 | -1/+1 | |
2019-05-01 | Use bash instead of sh because the qt env script needs to be run under bash. | redsky17 | 1 | -1/+1 | |
2019-05-01 | Fix Travis GPG-related build error | redsky17 | 1 | -0/+3 | |
2019-05-01 | Raw string literals not allowed in MOC headers on OSX | Nicolas Werner | 1 | -3/+3 | |
2019-05-01 | Simplify linkifyMessage | Nicolas Werner | 2 | -61/+8 | |
Parsing html as xml has inherent problems, most notable there are many matrix clients that don't escape ampersands in urls of mx-replies, etc. (See issue #18) This also removes the replacement of <mx-reply> as it isn't strictly needed. Also t |