summary refs log tree commit diff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-08link boost dynamicallyredsky172-2/+3
2019-05-08Update mtxclient verredsky171-2/+2
2019-05-08Update to boost 1.69.0 to attemp travis fixredsky171-5/+4
2019-05-01Remove 'error on unset' for travis buildsredsky172-2/+2
2019-05-01Remove unset var causing error due to Qt scriptredsky171-1/+1
2019-05-01Use bash instead of sh because the qt env script needs to be run under bash.redsky171-1/+1
2019-05-01Fix Travis GPG-related build errorredsky171-0/+3
2019-05-01Raw string literals not allowed in MOC headers on OSXNicolas Werner1-3/+3
2019-05-01Simplify linkifyMessageNicolas Werner2-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