summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-04-26Reset MUC Search windows between uses.Kevin Smith
Resolves: #1103
2011-09-30Moved DiscoServiceWalker to Swiften.Remko Tronçon
2011-04-28Recent chats are now persisted.Kevin Smith
Release-Notes: A list of recent chats is now kept in the 'Chats' tab of the main window. Resolves: #181
2011-04-18Cleaned up includes.swift-2.0alphaRemko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2011-01-27Fixed CLang warnings.Remko Tronçon
2011-01-21Code cleanup.Remko Tronçon
2011-01-20Use a dedicated Join MUC dialog.Remko Tronçon
2010-12-22Basic User Search support, and Find Rooms cleanup.Kevin Smith
Adds a throbber to the MUC search, turns the Add Contact dialog into something searchy, adds the option to open chats to arbitrary JIDs. Resolves: #614 Resolves: #695 Resolves: #436 Release-Notes: On servers that support it, users can now perform searches for contacts to add or chat to.
2010-11-28Change error from optional to shared_ptr in GenericRequestRemko Tronçon
Resolves: #692
2010-11-16Remember previous MUC service searches.Kevin Smith
Resolves: #615 Release-Notes: The MUC Search will now remember previously searched services.
2010-10-21Moving queries & responders around.Remko Tronçon
2010-10-09Added EchoBot walkthrough example.Remko Tronçon
2010-10-01Don't loop when searching a server that has the same JID with different nodes.Kevin Smith
Resolves: #356
2010-05-13List MUCs available on services.Kevin Smith
Resolves: #276