Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-13 | Tweaked CppCheck script. | Remko Tronçon | |
2011-06-13 | Added CppCheck script. | Remko Tronçon | |
Tweaked the sources to satisfy cppcheck. | |||
2011-06-13 | Small fix for replace message feature | Vlad Voicu | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-06-12 | Replace last message feature for MUC | Vlad Voicu | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-05-22 | Fix formatting bugs from previous patch | Kevin Smith | |
2011-05-22 | Allow errors in chats to not claim to be about sent messages. | Kevin Smith | |
Resolves: #797 Release-Notes: When failing to enter a room, the error message will no longer wrongly report that you were trying to send a message. | |||
2011-05-12 | Remove duplicate entries from the recent chat list. | Kevin Smith | |
Resolves: #860 | |||
2011-05-02 | Add a generic erase() algorithm. | Remko Tronçon | |
2011-05-02 | Fix the acks when replacing messages | Kevin Smith | |
2011-04-30 | Allow groups to be resorted based on changing names. | Kevin Smith | |
Resolves: #794 | |||
2011-04-30 | This should fix the MUC ordering. | Kevin Smith | |
Hopefully Resolves: #794 | |||
2011-04-30 | Correct message feature using XEP-Correct | Vlad Voicu | |
Uses Kev's not-yet-published protocol for correcting the last sent message. Release-Notes: You can now correct your previously sent message in a chat by pressing 'up' in the input field. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
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 | Start on recent chats list | Kevin Smith | |
2011-04-26 | Make stanza ack handling safer in case of a view without stanza acking support. | 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-23 | Sort MUC roles by role, rather than by name. | Kevin Smith | |
Resolves: #794 Release-Notes: Non-English translations will no longer have MUC role groups in the incorrect order. | |||
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-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon | |
2011-03-14 | "You have entered the room as a <nick>" -> "You have entered the room as ↵ | Remko Tronçon | |
<nick>". Resolves: #792 Release-Notes: Fixed typo in room join message. | |||
2011-03-04 | Don't show popups if the chat's on top. | Kevin Smith | |
Resolves: #774 Release-Notes: Popup notifications for new messages should no longer be generated if the relevant chat is currently selected. | |||
2011-03-04 | Reset the field values between searches for users. | Kevin Smith | |
Resolves: #771 | |||
2011-03-04 | Upgrade XEP-0258 support to match 0.6. | Kevin Smith | |
Resolves: #183 Release-Notes: Security labels (XEP-0258) support has been updated to match the latest version of the specification. | |||
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 | Fix for last commit so rejoins with new content do trigger unread messages | Kevin Smith | |
2011-02-11 | Don't mark MUC Context as unread. | Kevin Smith | |
Resolves: #724 Release-Notes: Historical messages received when joining a room will no longer be marked as unread. | |||
2011-02-11 | Rejoin MUCs with the requested nick, not the one that was in previous use. | Kevin Smith | |
(e.g. don't try to rejoin as Kev_________ just because of some previous ghosts, try as Kev again). Resolves: #737 | |||
2011-02-07 | Moved Swift-specific roster code out of Swiften. | 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 | |
2011-01-19 | Only highlight in MUCs on complete-word nicknames. | Kevin Smith | |
Resolves: #738 | |||
2011-01-14 | Don't crash when reconnecting with open Chats. | Kevin Smith | |
Resolves: #740 | |||
2011-01-12 | Refactored MUC code a bit. | Remko Tronçon | |
2011-01-01 | Use the PresenceOracle for getting chat window presence lines. | Kevin Smith | |
Now instead of having its own logic for listening to presence updates, it checks if it's the same full JID, if the controller is bound, else it looks for changes in the highest priority resource. Combined with the previous commit, hopefully: Resolves: #718 | |||
2010-12-31 | Stupid | Kevin Smith | |
2010-12-31 | Fix presence folding when receiving non-readable messages. | Kevin Smith | |
Resolves: #640 | |||
2010-12-31 | Fix the MUC PM routing again. | Kevin Smith | |
Resolves: #725 | |||
2010-12-27 | Fix destruction order in unit tests. | Remko Tronçon | |
2010-12-26 | Remove incorrect delete in UserSearchController. | Remko Tronçon | |
2010-12-26 | Fixed crash when searching for users. | Remko Tronçon | |
Resolves: #730 | |||
2010-12-23 | Turn the 'Find other users' into seperate add/chat menu items with a wizard. | Kevin Smith | |
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-17 | Collapsed all UI factories into UIFactory. | Remko Tronçon | |
2010-12-17 | Fixed IPv6 network test. | Remko Tronçon | |
2010-11-28 | Change Chat Window titles when contacts are renamed. | Kevin Smith | |
Resolves: #630 Release-Notes: Chat window titles will be updated when contacts are renamed. | |||
2010-11-28 | Change error from optional to shared_ptr in GenericRequest | Remko Tronçon | |
Resolves: #692 |