aboutsummaryrefslogtreecommitdiff
path: root/lib/util.cpp
AgeCommit message (Expand)Author
2020-12-26Port existing copyright statement to reuse using licensediggerCarl Schwan
2020-12-24Fix clang-tidy/clazy warningsKitsune Ral
2020-11-06Further restrict IPv6 branch of ServerPartRegExKitsune Ral
2020-11-06util.cpp: assert validity of regular expressionsKitsune Ral
2020-11-06More stringent serverpart checks in user idsKitsune Ral
2020-08-23More cleanup; drop Qt bearer management on Qt 5.15+Kitsune Ral
2020-06-07util.cpp: drop OptimizeOnFirstUsage option on newer QtKitsune Ral
2020-02-07Fix build on big-endian systemsAndres Salomon
2019-11-30Fix room highlighting for names with hashtagAlexey Andreyev
2019-09-29function_traits: drop unused piecesKitsune Ral
2019-08-09stringToHueF: pick a safer name for the variableKitsune Ral
2019-08-09Namespace: QMatrixClient -> Quotient (with back comp alias)Kitsune Ral
2019-08-02Apply the new brace wrapping to source filesKitsune Ral
2019-07-09Merge branch 'master' into use-clang-formatKitsune Ral
2019-07-09Move serverPart() to the public APIKitsune Ral
2019-07-02linkifyUrls: support matrix: scheme and relative URLsKitsune Ral
2019-06-29Merge remote-tracking branch 'remotes/origin/master' into use-clang-formatKitsune Ral
2019-06-24Merge branch 'master' into clang-formatKitsune Ral
2019-05-23Move out the logic of the hue calculation to utilsAlexey Andreyev
2019-05-13sanitized(): add object replacement character (0xfffc) to the blacklistKitsune Ral
2019-05-13linkifyUrls(): be more conservative in parsing serverpartsKitsune Ral
2019-05-13prettyPrint(): First linkify, than add more tagsKitsune Ral
2019-04-06Clean up on clang-tidy/clazy analysisKitsune Ral
2019-03-24Expose linkifyUrls() into library API for future useKitsune Ral
2019-03-24RoomMemberEvent: sanitize user display namesKitsune Ral
2019-03-24linkifyUrls(): fix linkification of emails containing "www."Kitsune Ral
2019-03-02style: apply .clang-format to all .cpp and .h filesMarc Deop
2019-02-26Linkify Matrix identifiersKitsune Ral
2019-02-26prettyPrint(): only linkify http(s), ftp, mailto, magnet linksKitsune Ral
2018-12-10Suppress a function_traits<> test with lambdas on MSVC2015Kitsune Ral
2018-12-08function_traits: more tests, fix function objects/lambdas not working with so...Kitsune Ral
2018-12-08function_traits<>: support any arity; add compile-time testsKitsune Ral
2018-11-22Fix QString initialisation from QStringBuilderKitsune Ral
2018-11-22Generalise and expose cacheLocation()Kitsune Ral
2018-07-07Remove [[gnu::const]] from linkifyUrls()Kitsune Ral
2018-06-30Try [[gnu::const]]Kitsune Ral
2018-05-28Move out prettyPrint() from Room to util.hKitsune Ral