Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-05 | Allow joining passworded MUCs. | Kevin Smith | |
Resolves: #991 | |||
2011-10-04 | Allow both instant and reserved rooms. | Kevin Smith | |
Resolves: #1006 | |||
2011-10-03 | Simple MUC invites. | Kevin Smith | |
Resolves: #152 | |||
2011-10-01 | Fixed cppcheck warnings. | Remko Tronçon | |
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-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-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-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 | Added CppCheck script. | Remko Tronçon | |
Tweaked the sources to satisfy cppcheck. | |||
2011-05-12 | Remove duplicate entries from the recent chat list. | Kevin Smith | |
Resolves: #860 | |||
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-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-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-01-20 | Use a dedicated Join MUC dialog. | Remko Tronçon | |
2010-12-31 | Fix the MUC PM routing again. | Kevin Smith | |
Resolves: #725 | |||
2010-12-17 | Fixed IPv6 network test. | Remko Tronçon | |
2010-11-28 | Rebind chat dialogs on just about anything. | Kevin Smith | |
Resolves: #646 Release-Notes: Duplicate chat windows when contacts are using multiple clients should now be avoided. | |||
2010-11-15 | Clean MUC joins slightly. | Kevin Smith | |
In an attempt to catch errors, this doesn't Resolves: #691 but does add an assert that may help. It also fixes an error with created rooms not receiving updates presences. Release-Notes: Newly-created rooms will now receive your presence updates, consistent with existing rooms. | |||
2010-11-06 | Use EntityCapsProvider in Swiften. | Remko Tronçon | |
2010-11-03 | Refactoring Presence & MUC handling. | Remko Tronçon | |
2010-11-01 | Disable bookmarks when offline. | Kevin Smith | |
Resolves: #679 Release-Notes: You can no longer use bookmarks while offline. | |||
2010-10-20 | Tell MUCController to handle disconnect/reconnect rejoins. | Kevin Smith | |
This causes the MUCController to deal with reconnects by requesting a rejoin. It also prepares for doing time-based context requests. Although I've traced the code down, and confirmed that presenceSender->sendPresence(joinPresence); is being called, the stanza is never sent. This needs further investigation, as currently it prevents the rejoins working. Resolves: #625 | |||
2010-10-10 | Moved XMPP roster & controller from Swift to Client. | Remko Tronçon | |
2010-10-08 | Fixing assorted memory leaks. | Kevin Smith | |
Resolves: #329 | |||
2010-10-08 | Cancel chat state display when offline. | Kevin Smith | |
Release-Notes: Contacts will no longer show as 'typing' if you go offline before they've sent the message. Resolves: #561 | |||
2010-10-01 | Use caps for enabling chat state notifications. | Kevin Smith | |
Resolves: #93 | |||
2010-09-15 | Moved events from Swiften to Swift. | Remko Tronçon | |
2010-09-15 | Print date changes in chat windows. | Kevin Smith | |
Resolves: #452 | |||
2010-09-13 | Added presence notifier. | Remko Tronçon | |
2010-09-12 | Block MUC bookmarks until the server has responded. | Kevin Smith | |
Else there could be bookmarks overwritten in an infeasibly unlikely race condition. Resolves: #340 | |||
2010-09-03 | XEP-0198 Ack support in the UI | Kevin Smith | |
Resolves: #7 | |||
2010-08-27 | Separate MUCRegistry from ChatsManager. | Remko Tronçon | |