Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-08 | Morph the login window into the roster before re-enabling login. | Kevin Smith | |
Resolves: #920 | |||
2011-07-04 | Check idleness every second instead of 10 times a second. | Remko Tronçon | |
2011-06-03 | Limit the use of the SafeString type. | Remko Tronçon | |
2011-05-22 | Eagle mode. | Kevin Smith | |
Disables password persistence. | |||
2011-05-18 | Introduce safe containers for storing passwords. | Remko Tronçon | |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon | |
2011-04-28 | Updated some text strings. | Remko Tronçon | |
2011-04-28 | Recent 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-27 | Reset the login view's isLoggingIn on cancel login. | Remko Tronçon | |
2011-04-26 | Don't attempt to login without a valid node@domain JID. | Kevin Smith | |
Invalid JIDs and JIDs without nodes will now be rejected. Resolves: #829 Release-Notes: Username well-formedness will now be checked before attempting to connect. | |||
2011-04-25 | Fixed compilation. | Remko Tronçon | |
2011-04-25 | Moved file storages to Swift. | Remko Tronçon | |
2011-04-24 | Initial Ad-Hoc commands support. | Kevin Smith | |
This is not finished, use at your own peril. | |||
2011-04-18 | Added RFC5122 XMPP URI parsing and basic handling. | Remko Tronçon | |
URI Handling currently only works on Mac OS X. | |||
2011-04-02 | Don't disable GUI during destruction.swift-1.0rc1 | Kevin Smith | |
The translation stuff had gone away before the destructor, causing segfaults while disabling the UIs prior to destroying them. Resolves: #785 | |||
2011-03-11 | Fixed unnecessary updating and sending out VCard photo hash. | Remko Tronçon | |
2011-03-11 | Fixed bug where own avatar was incorrectly displayed when switching profiles. | Remko Tronçon | |
2011-02-26 | Add "Edit details" section to Add User widget. | Remko Tronçon | |
Resolves: #618 | |||
2011-02-20 | Make Swift translatable. | Remko Tronçon | |
2011-02-19 | Make Swift translatable. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-11 | Allow deletion of items from login list. | Kevin Smith | |
Resolves: #711 Release-Notes: Highlighting an item in the login account list and pressing detele will now prompt you to remove the cached credentials for that account. | |||
2011-02-07 | Moved Swift-specific roster code out of Swiften. | Remko Tronçon | |
2011-02-07 | Reworking contact editing. | Remko Tronçon | |
Collapsed rename, group edit, and remove into one dialog. Moved contact editing logic to controllers. | |||
2011-02-02 | Removing unused parameter from Client constructor. | Remko Tronçon | |
2011-01-30 | Added profile edit dialog. | Remko Tronçon | |
Resolves: #141, #587. | |||
2011-01-20 | Use a dedicated Join MUC dialog. | Remko Tronçon | |
2010-12-27 | Removing 'force quit' timer. | Remko Tronçon | |
2010-12-27 | Don't delete client in a callback. | Remko Tronçon | |
2010-12-27 | Fixed destruction order in MainController which was causing a crash. | Remko Tronçon | |
2010-12-23 | Turn the 'Find other users' into seperate add/chat menu items with a wizard. | Kevin Smith | |
2010-12-23 | Add a timer so 20 seconds after requesting a quit, it'll quit regardless of ↵ | Kevin Smith | |
receiving a stream close | |||
2010-12-22 | Basic 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-12-21 | Make dock get the number of pending messages (instead of a generic message). | Remko Tronçon | |
2010-12-18 | Disable the GUI while waiting for the steam to close. | Kevin Smith | |
Resolves: #676 | |||
2010-12-17 | Fixed IPv6 network test. | Remko Tronçon | |
2010-12-14 | Added initial Growl for Windows notifier (GNTP). | Remko Tronçon | |
The notifier doesn't handle callbacks yet. Release-Notes: Replaced Snarl notifications with Growl for Windows notifications. | |||
2010-12-13 | Fixed reconnect for bare JIDs. | Remko Tronçon | |
2010-12-13 | Extend the certificate accept dialog & login after accept. | Remko Tronçon | |
2010-12-13 | Initial cert confirmation | Kevin Smith | |
2010-12-12 | Refactored own nickname handling. | Remko Tronçon | |
2010-12-11 | Use bare JIDs as profile names. | Remko Tronçon | |
2010-12-09 | Handle stream errors in client session. | Remko Tronçon | |
2010-12-05 | Added plumbing for persistent certificate trust checking. | Remko Tronçon | |
2010-11-28 | Change error from optional to shared_ptr in GenericRequest | Remko Tronçon | |
Resolves: #692 | |||
2010-11-16 | Remember previous MUC service searches. | Kevin Smith | |
Resolves: #615 Release-Notes: The MUC Search will now remember previously searched services. | |||
2010-11-16 | Pass NetworkFactories as an explicit dependency into client. | Remko Tronçon | |
2010-11-15 | Don't show unread events after signout. | Kevin Smith | |
Resolves: #685 Release-Notes: Signing out with unread events will no longer trap your system tray with unread messages. | |||
2010-11-11 | Avoided compilation warnings. | Remko Tronçon | |
2010-11-07 | Refactoring certificates & certificate checking. | Remko Tronçon | |