Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-03 | Simple MUC invites. | Kevin Smith | |
Resolves: #152 | |||
2011-10-01 | Fixed cppcheck warnings. | Remko Tronçon | |
2011-09-30 | Only do the "Mark unread messages as read" dance if there are unread messages. | Remko Tronçon | |
This should avoid some juddery scrolling. | |||
2011-09-30 | Moved DiscoServiceWalker to Swiften. | Remko Tronçon | |
2011-09-28 | Destroy rooms. | Kevin Smith | |
Resolves: #990 | |||
2011-09-27 | Allow room configuration. | Kevin Smith | |
Resolves: #989 | |||
2011-09-27 | Add support for clearing chat recents. | Kevin Smith | |
Resolves: #1001 | |||
2011-09-26 | Set/Update empty subjects | Kevin Smith | |
Resolves: #1000 | |||
2011-09-26 | Allow setting of room topics | Kevin Smith | |
2011-09-25 | Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ↵ | Tobias Markmann | |
(XEP-0234), Jingle SOCKS5 Bytestreams Transport Method (XEP-0260), Jingle In-Band Bytestreams Transport Method (XEP-0261) and SOCKS5 Bytestreams (XEP-0065). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-09-23 | Add support for kicking people from MUCs. | Kevin Smith | |
This also introduces a new DOM-like parser structure, used for the MUC parsers. Partially Resolves: #689 | |||
2011-09-03 | Workaround for Boost empty string split bug | Kevin Smith | |
2011-08-21 | Warn when sending corrections without support. | Kevin Smith | |
2011-07-18 | Issue activate() on MUCs joined through Join dialog. | Kevin Smith | |
Resolves: #936 | |||
2011-07-16 | Show the correct (unavailable) presence for a MUC in the recents list after ↵ | Kevin Smith | |
leaving. Resolves: #932 | |||
2011-07-09 | Don't store the full JID for new ChatList entries | Kevin Smith | |
2011-07-09 | Get the avatar right in the chats list more often | Kevin Smith | |
2011-07-09 | Track when a user joins a MUC for the ChatList | Kevin Smith | |
2011-07-09 | Store avatar paths in the recent objects. | Kevin Smith | |
Resolves: #906 | |||
2011-07-09 | Prune the recent chats | Kevin Smith | |
2011-07-09 | Keep MUCs in the recent chats list. | Kevin Smith | |
Populate them with Available StatusShow::Type when they're joined, and None when they're not. Resolves: #907 | |||
2011-07-09 | Remember status type for chat list items. | Kevin Smith | |
Resolves: #905 | |||
2011-07-08 | Don't rebind chats when chatlistview updated | Kevin Smith | |
2011-07-08 | Fixed unread count on recent chats. | Remko Tronçon | |
2011-07-08 | Cleaning up the unread chats | Kevin Smith | |
2011-07-08 | Morph the login window into the roster before re-enabling login. | Kevin Smith | |
Resolves: #920 | |||
2011-07-07 | Add setUnreadCount to ChatListView | Kevin Smith | |
Resolves: #904 | |||
2011-07-06 | Don't bring autojoined MUCs to front. | Kevin Smith | |
Resolves: #909 | |||
2011-07-04 | Moving some ChatList logic to Controllers. | Remko Tronçon | |
2011-06-13 | Some more Cppcheck tweaks. | Remko Tronçon | |
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. |