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
/
MUCSearchController.cpp
Age
Commit message (
Expand
)
Author
2016-08-25
Alphabetically sort MUC search result
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-30
Apply consistent #include grouping and sorting style
Tobias Markmann
2014-12-15
Update Copyright in Swift
Kevin Smith
2012-04-26
Reset MUC Search windows between uses.
Kevin Smith
2011-09-30
Moved DiscoServiceWalker to Swiften.
Remko Tronçon
2011-04-28
Recent chats are now persisted.
Kevin Smith
2011-04-18
Cleaned up includes.
swift-2.0alpha
Remko Tronçon
2011-02-14
Removed Swift::String.
Remko Tronçon
2011-01-27
Fixed CLang warnings.
Remko Tronçon
2011-01-21
Code cleanup.
Remko Tronçon
2011-01-20
Use a dedicated Join MUC dialog.
Remko Tronçon
2010-12-22
Basic User Search support, and Find Rooms cleanup.
Kevin Smith
2010-11-28
Change error from optional to shared_ptr in GenericRequest
Remko Tronçon
2010-11-16
Remember previous MUC service searches.
Kevin Smith
2010-10-21
Moving queries & responders around.
Remko Tronçon
2010-10-09
Added EchoBot walkthrough example.
Remko Tronçon
2010-10-01
Don't loop when searching a server that has the same JID with different nodes.
Kevin Smith
2010-05-13
List MUCs available on services.
Kevin Smith