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
/
XMPPEvents
Age
Commit message (
Expand
)
Author
2017-02-27
Redesign highlight logic and processing
Tobias Markmann
2016-11-23
Migrate remaining Swiften/Base/foreach.h use to range-based for loop
Tobias Markmann
2016-04-05
Migrate to Boost.Signals2 from Boost.Signals
Tobias Markmann
2016-04-04
Modernize code to use C++11 shared_ptr instead of Boost's
Tobias Markmann
2016-03-31
Convert tabs to 4 spaces for all source files
Tobias Markmann
2016-03-30
Apply consistent #include grouping and sorting style
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-07-10
Create notice events for incoming file-transfers
Tobias Markmann
2014-12-15
Update Copyright in Swift
Kevin Smith
2013-10-01
Adding support for impromptu MUCs.
Tobias Markmann
2012-12-31
Fix more warnings.
Remko Tronçon
2012-12-30
Enable & fix pedantic CLang warnings.
Remko Tronçon
2012-11-10
Don't crash on login with pending subscription events.
Remko Tronçon
2012-04-26
Only include targeted messages in the Chats view count for MUCs.
Kevin Smith
2012-04-26
Avoid duplicate subscription requests.
Kevin Smith
2012-04-12
Refactoring incoming MUC invites UI.
Tobias Markmann
2011-04-18
Cleaned up includes.
swift-2.0alpha
Remko Tronçon
2011-03-10
(Really this time) fix unread messages.
Kevin Smith
2011-03-09
Fix marking notices as read.
Kevin Smith
2011-02-14
Removed Swift::String.
Remko Tronçon
2010-11-15
Don't show unread events after signout.
Kevin Smith
2010-10-25
Remove the use of Shared<>.
Remko Tronçon
2010-10-22
Minor fixes to MUCs.
Kevin Smith
2010-10-15
Fixed a segfault with pending events.
Remko Tronçon
2010-10-08
Fixing assorted memory leaks.
Kevin Smith
2010-10-08
Fix for very unlikely timing-related crash when quitting during event handling
Kevin Smith
2010-10-07
Code cleanup from recent commits
Kevin Smith
2010-10-01
Only show system tray message icon for message events.
Kevin Smith
2010-09-15
Moved events from Swiften to Swift.
Remko Tronçon