summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-19Remove std::endl from SWIFT_LOG callsEdwin Mons
2018-05-14Allow resending messages without 198 acksThanos Doukoudakis
2018-04-27Add a new merged roster/chats/MUCs viewKevin Smith
2018-03-20Merge branch 'swift-4.x'swift-5.0alpha2Tobias Markmann
2018-02-27Divide differently marked msgs and elide msgs matching roomPeter Burgess
2018-02-26Make carbons messages update ‘Recents’ listThanos Doukoudakis
2018-02-14Fix a crash that occurs when inviting users in a chatThanos Doukoudakis
2017-06-21Add Coala config for whitespace checkingTobias Markmann
2017-04-20Verify message IDs during last message correctionTobias Markmann
2017-04-18Support Last Message Correction in multi client scenariosTobias Markmann
2017-04-10Ignore incoming duplicates of messagesTobias Markmann
2017-04-07Do not grey out chat view after clearingJoanna Hulboj
2017-04-07Make day change chat system message DST awareTobias Markmann
2017-04-06Reset the chat state to active after a few secondsThanos Doukoudakis
2017-03-14Show correct avatars for file-transfer messagesTobias Markmann
2017-02-27Redesign highlight logic and processingTobias Markmann
2017-02-16Remove redundant UIEventStream* member from (MUC|Chat)ControllerTobias Markmann
2016-12-09Fix issue with invites to MUC if a MUC PM for that room is openTobias Markmann
2016-08-09Enable better date formatting in the UITobias Markmann
2016-07-01Implement Message Carbons in Swift and Swift/ControllersTobias Markmann
2016-04-22Mark file-transfer notice as read when chat window is activatedTobias Markmann
2016-04-04Modernize code to use C++11 shared_ptr instead of Boost'sTobias Markmann
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2016-03-29Refactored keyword highlightingTobias Markmann
2016-02-15Disable file-transfers to MUC PM contactsswift-3.0rc3Tobias Markmann
2016-02-15Fix file-transfer UI replace after presence change glitchTobias Markmann
2016-02-02Change stanza body to boost::optional<std::string> typeTobias Markmann
2016-02-01Fix MUC nickname change error in ChatControllerTobias Markmann
2015-12-17Do not consult presence oracle for MUC PM presenceTobias Markmann
2015-11-06Making virtual calls in constructor of ChatControllers explicitTobias Markmann
2015-10-30Change bare JID presence lookup code to ignore prioritiesTobias Markmann
2015-10-15Only bind full JID to ChatController on non-empty or typing messagesTobias Markmann
2015-04-10Introduce FeatureOracle class for contact feature support detectionTobias Markmann
2015-03-28Fix typo in ChatController regarding Message ReceiptsTobias Markmann
2015-02-09Fix sender text that is used for matching highlight rulesTobias Markmann
2014-12-15Update Copyright in SwiftKevin Smith
2014-10-31Enable unblocking contacts from cog menu.Tobias Markmann
2014-10-08Prevent multiple chat window alerts being shown with the same message.Richard Maudsley
2014-10-06Do not send chat state notifications to blocked contacts.Tobias Markmann
2014-07-28Fix displaying blocked user warning with bound JID chats. Support multiple al...Richard Maudsley
2014-07-27Fix recent chat items not being shown for private MUC messages.Richard Maudsley
2014-07-09Reworked highlight rules dialog. Added support for highlighting individual wo...Richard Maudsley
2014-05-30Show most recent time when squashing presence, not the earliestRichard Maudsley
2014-05-29Check if contact supports file transfer before sendingRichard Maudsley
2014-04-25Hide reason field in impromptu chat invites.Richard Maudsley
2014-02-25Build with new Boostish stuff.Kevin Smith
2014-02-22Handle error responses to XEP-0184 receipt requests.Tobias Markmann
2013-10-01Adding support for impromptu MUCs.Tobias Markmann
2013-08-04Factor Chat Message Parsing out and test itKevin Smith
2013-08-01Refactor chat messages so parsing of links/emoticons happens in controllers.Kevin Smith