Swift
Home
Software
Applications
Swift
SDKs
Swiften (C++)
Stroke (Java)
Support
Blog
About Us
index
:
- Swift Master Repository -
master
sandbox/rm/highlighteditor
swift-1.x
swift-2.x
swift-3.x
swift-4.x
Official repository
Swift Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Swift
/
Controllers
/
Chat
/
MUCController.cpp
Age
Commit message (
Expand
)
Author
2017-05-10
Fix chat window title being displayed incorrectly
Joanna Hulboj
2017-04-20
Verify message IDs during last message correction
Tobias Markmann
2017-04-18
Support Last Message Correction in multi client scenarios
Tobias Markmann
2017-04-07
Do not grey out chat view after clearing
Joanna Hulboj
2017-04-07
Make day change chat system message DST aware
Tobias Markmann
2017-03-29
Remove nullptr checks that are not needed
Tobias Markmann
2017-03-07
Do not highlight in own room join system messages
Tobias Markmann
2017-03-03
Do not clear join/leave queue for MUC rooms on CSN messages
Tobias Markmann
2017-03-02
Fix keyword highlights not issuing system notifications
Tobias Markmann
2017-02-27
Redesign highlight logic and processing
Tobias Markmann
2017-02-23
Change the logic of displaying chat room subject
Joanna Hulboj
2017-02-22
Fix double entries in MUC participant lists after merging nicks
Joanna Hulboj
2017-02-22
Cache some recently used entity capability lookups in memory
Tobias Markmann
2017-02-16
Remove redundant UIEventStream* member from (MUC|Chat)Controller
Tobias Markmann
2016-12-09
Fix issue with invites to MUC if a MUC PM for that room is open
Tobias Markmann
2016-11-23
Migrate remaining Swiften/Base/foreach.h use to range-based for loop
Tobias Markmann
2016-04-04
Modernize code to use C++11 shared_ptr instead of Boost's
Tobias Markmann
2016-04-01
Modernize code to use C++11 nullptr using clang-tidy
Tobias Markmann
2016-03-31
Convert tabs to 4 spaces for all source files
Tobias Markmann
2016-03-29
Refactored keyword highlighting
Tobias Markmann
2016-02-02
Change stanza body to boost::optional<std::string> type
Tobias Markmann
2015-11-06
Making virtual calls in constructor of ChatControllers explicit
Tobias Markmann
2015-09-18
Show potentially existing MUC bookmark in chat window bookmark dialog
Tobias Markmann
2015-07-07
Add ability to enter rooms when offline
Tobias Markmann
2015-06-14
Execute sound actions if requested and if text is highlighted
Tobias Markmann
2015-04-10
Introduce FeatureOracle class for contact feature support detection
Tobias Markmann
2015-04-05
Improve UX regarding room bookmark handling
Tobias Markmann
2015-02-17
Fix terminology: 'join room' -> 'enter room'
Tobias Markmann
2015-02-16
Show a warning notice when trying to enter a blocked room
Tobias Markmann
2015-02-09
Fix sender text that is used for matching highlight rules
Tobias Markmann
2015-02-05
Correctly render MUC system messages as system messages
Tobias Markmann
2015-02-03
Fix chat log system messages related to entering a room
Tobias Markmann
2014-12-15
Update Copyright in Swift
Kevin Smith
2014-10-17
Implement support for displaying nickname changes.
Tobias Markmann
2014-07-09
Reworked highlight rules dialog. Added support for highlighting individual wo...
Richard Maudsley
2014-05-30
Show most recent time when squashing presence, not the earliest
Richard Maudsley
2014-05-29
Right-click MUC in Recents to bookmark.
Richard Maudsley
2014-05-27
Impromptu chat notifications happen like chats, not MUCs.
Richard Maudsley
2014-05-27
Remove unnecessary system messages from chats.
Richard Maudsley
2014-05-26
Allow bookmarking of MUCs from cog menu.
Richard Maudsley
2014-04-25
Hide reason field in impromptu chat invites.
Richard Maudsley
2014-04-02
Make the impromptu MUCs behave more like a regular chat.
Richard Maudsley
2013-12-18
Add affiliations to tooltips for MUC occupant lists.
Richard Maudsley
2013-12-08
Move all RosterItemOperations to Swift/Controllers/Roster/ItemOperations and ...
Tobias Markmann
2013-11-18
Improve tooltips to include avatars, last seen and vcard information.
Tobias Markmann
2013-10-01
Adding support for impromptu MUCs.
Tobias Markmann
2013-08-04
Factor Chat Message Parsing out and test it
Kevin Smith
2013-08-01
Refactor chat messages so parsing of links/emoticons happens in controllers.
Kevin Smith
2013-05-17
Fixed unicode path handling.
Remko Tronçon
2013-04-06
RTL support in chat dialog.
Remko Tronçon
[next]