summaryrefslogtreecommitdiffstats
path: root/src/Utils.cpp
AgeCommit message (Expand)Author
2024-05-31fix mentions with markdown and in editsNicolas Werner
2024-05-16Don't show spoilers in sidebar or notifications if possibleNicolas Werner
2024-04-26refactor: replace QString constructors with QStringLiteralIntegral
2024-03-20Remove attributes on del tagsNicolas Werner
2024-03-04Fix too many characters are emojis nowNicolas Werner
2024-03-03Force emoji font on a few more charactersNicolas Werner
2024-02-27Add a command to gradually glitch text in a messageLoren Burkholder
2024-02-26Add a glitch text commandLoren Burkholder
2023-10-31Cleanup headers a bit moreNicolas Werner
2023-10-31Speed up compilation a bitNicolas Werner
2023-10-31Fix a few conversionsNicolas Werner
2023-10-22hr tags are self closingNicolas Werner
2023-07-06Add an early out cache for event expirationNicolas Werner
2023-07-06Fix event expiration not always stopping properly and redacting some wrong st...Nicolas Werner
2023-07-06Prevent redactions of ACL and Create events, since Synapse prevents redaction...Nicolas Werner
2023-07-05Fix variable shadowingNicolas Werner
2023-07-05Add experimental event expirationNicolas Werner
2023-07-04Add some event expiration functionNicolas Werner
2023-06-08Fix a few clazy warningsNicolas Werner
2023-06-08Make Nheko compile on Qt6Nicolas Werner
2023-04-11Adapt to the new inherited variantNicolas Werner
2023-04-11Use the new mtxclient special effects refactoringLoren Burkholder
2023-04-08Implement unknown msgtype functionalityLoren Burkholder
2023-03-14Update spaces events automatically in the backgroundNicolas Werner
2023-03-14Evaluate ACLs when calculating viasNicolas Werner
2023-03-14Make via implementation closer to the specNicolas Werner
2023-03-09Update src/Utils.cppLoren Burkholder
2023-03-09Only enlarge emoji if the setting is onLoren Burkholder
2023-02-28Make emoji larger in the timeline by defaultLoren Burkholder
2023-02-21Get rid of year in license headersNicolas Werner
2023-01-31Make single newlines cause a <br> by defaultNicolas Werner
2023-01-28Support strikethrough via ~~Nicolas Werner
2023-01-28Get rid of shadowing even if the shadowing there is probably the safer solutionNicolas Werner
2023-01-28Support simplified spoiler input using || tagsNicolas Werner
2023-01-27Fix br tagsNicolas Werner
2023-01-22Fix a few minor leaks (or just memory showing up as not freed in tools)Nicolas Werner
2023-01-02A whole new year full of excitement and possibilities!Nicolas Werner
2022-12-17Fix confetti in the sidebarNicolas Werner
2022-10-26lintNicolas Werner
2022-10-26Enable -WconversionNicolas Werner
2022-10-14VoIP v1 implementation (#1161)Rohit Sutradhar
2022-09-27Fix infinite loop that can be triggered by some invalid htmlNicolas Werner
2022-09-16Make emoji escaping less aggressiveNicolas Werner
2022-09-04Attribute values can contain slashesNicolas Werner
2022-08-20Allow summary tagNicolas Werner
2022-08-17Break http images and implement barebones spoiler support when not in mobile ...Nicolas Werner
2022-07-19Fix crash when creating link to room previewNicolas Werner
2022-07-16Merge pull request #1062 from Nheko-Reborn/perSpaceNotifsDeepBlueV7.X
2022-07-16Make notification count calculation more efficientNicolas Werner
2022-07-15Updated call event namespaces to voipr0hit05