Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-27 | Fix a crash that occurs when resetting the client | Cătălin Badea | |
Fix history view controller from crashing when resetting the client. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-09-20 | Don't crash on disconnects with experimental | Kevin Smith | |
2012-09-17 | Fixed URL parsing/serializing. | Remko Tronçon | |
Resolves: #1157,#1158 | |||
2012-09-17 | Fixed crash when canceling connect. | Remko Tronçon | |
2012-09-15 | Use last activity for requesting history again in MUCs without experimental | Kevin Smith | |
2012-09-10 | Set default account settings back to the defaults. | Kevin Smith | |
Resolves: #1156 | |||
2012-09-09 | Removing debug messages. | Remko Tronçon | |
2012-09-08 | Support whiteboarding. | Mateusz Piekos | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-09-08 | Connection settings support | Kevin Smith | |
2012-08-30 | History dialog | Cătălin Badea | |
Add history dialog as an experimental feature. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-08-07 | Fixed build. | Remko Tronçon | |
2012-07-26 | Don't let correction change a label. | Kevin Smith | |
Resolves: #1144 | |||
2012-07-15 | Fixed compilation on Windows. | Remko Tronçon | |
2012-07-15 | Provide replace_pragma_once flag. | Remko Tronçon | |
2012-06-23 | Use a consistent fallback nickname when autojoining MUCs | Kevin Smith | |
Previously there was a race whereby initial bookmark autojoins would join with a JID-based nick, and subsequent joins (where no nick is specified) would use the user's VCard nick. Resolves: #1034 | |||
2012-05-31 | Allow subsequent invites | Kevin Smith | |
2012-05-31 | Better MUC inviting | Kevin Smith | |
2012-05-31 | Very poor prototype of a MUC invite dialog | Kevin Smith | |
2012-05-31 | Don't report encrypted connections once disconnected. | Kevin Smith | |
Resolves: #1126 | |||
2012-05-12 | Remove peer certificate from APIs. | Remko Tronçon | |
The peer certificate chain contains the peer certificate, so this was redundant. | |||
2012-05-12 | Show Certificate dialog from certificate error window. | Remko Tronçon | |
2012-05-11 | Showing stream encryption status in the roster header. Provide native ↵ | Tobias Markmann | |
certificate viewers on click. Native viewers for Windows and Mac OS X are implemented. Added TODOs to OpenSSL based TLS interface related to CRL and OCSP. Resolves: #167 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-04-28 | Only open chat windows when there's something to be displayed. | Kevin Smith | |
Resolves: #1009 | |||
2012-04-28 | Send label catalogue queries to bare/full JID as appropriate. | Kevin Smith | |
Resolves: #244 | |||
2012-04-27 | Reset state of collapsing presence when a chat window is cleared. | Kevin Smith | |
To stop new presence being lost because it's trying to append to old (deleted) data. Resolves: #925 | |||
2012-04-27 | Don't spin the throbber forever when editing a contact for whom you don't ↵ | Kevin Smith | |
yet have the vcard. Resolves: #1111 | |||
2012-04-27 | Cleaning out old cruft | Kevin Smith | |
2012-04-26 | Only include targeted messages in the Chats view count for MUCs. | Kevin Smith | |
Resolves: #935 | |||
2012-04-26 | Avoid adding messages to the Notices view for the currently selected tab. | Kevin Smith | |
Resolves: #934 | |||
2012-04-26 | Don't include yesterday's MUC presence changes in today's first update. | Kevin Smith | |
Resolves: #975 | |||
2012-04-26 | Avoid duplicate subscription requests. | Kevin Smith | |
Resolves: #1040 Resolves: #876 | |||
2012-04-26 | Mark recent chats offline when Swift is offline. | Kevin Smith | |
Resolves: #999 | |||
2012-04-26 | Force signouts after trust checking overides when the password is unavailable. | Kevin Smith | |
Resolves: #1026 | |||
2012-04-26 | Reset MUC Search windows between uses. | Kevin Smith | |
Resolves: #1103 | |||
2012-04-25 | Convert /me in notification bubbles. | Remko Tronçon | |
Resolves: #757 | |||
2012-04-24 | File transfer strings made translatable | Pavol Babincak | |
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-04-24 | Changed SWIFT_LOG("DEBUG") to SWIFT_LOG(debug). | Remko Tronçon | |
2012-04-24 | Debug messages print only if logging is enabled | Pavol Babincak | |
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-04-23 | Fix member variables to not be const refs | Kevin Smith | |
2012-04-23 | Don't initialise with temporaries, fix warnings | Kevin Smith | |
2012-04-22 | Use boost::filesystem instead of boost::filesystem2. | Remko Tronçon | |
2012-04-21 | Fix bug crashing Swift when sending non-existent file. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-04-17 | Fixing some clang warnings. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-04-14 | Silence some warnings | Kevin Smith | |
2012-04-14 | Fix correction from breaking /me actions | Catalin Badea | |
Check if the new message is an action when using correct last message. Resolves: #1053 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-04-12 | Refactoring incoming MUC invites UI. | Tobias Markmann | |
Making MUC invites non-modal by moving them into the chat view. Adding event classes for invites so they turn up in 'Notices'-tab and generate notifications. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-04-12 | Tidy up of assorted Schannel/CAPI stuffs. | Kevin Smith | |
Makes Swift disconnect if a smartcard used for auth is removed. Fixes compilation. Changes code style in a few places. | |||
2012-04-09 | Made MUC context options role-aware | Mateusz Piekos | |
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-04-08 | 'Add contact' from MUC right-click menu | dknn | |
This patch allows to add a contact from a MUC, by right clicking a contact in the rooster. The action is only available if the JID of the user is also available License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-03-23 | Allow TLS errors to bubble further up the stack | Kevin Smith | |