Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-03-20 | boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) ↵ | Tobias Markmann | |
transformation where possible. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-03-20 | Naming suggestion for 'Add Contact'-dialog and "Edit Contact"-dialog based ↵ | Tobias Markmann | |
on vCards. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-03-14 | Dispose of notification callbacks once the account signs out. | Kevin Smith | |
Fixes segfaults caused by clicking notifications after the handlers had been freed. Does not fix GrowlNotifier, which needs fixing later. | |||
2012-03-06 | Load 'show offline' for new sessions | Kevin Smith | |
2012-03-05 | Get server disco from server, not bare JID. | Kevin Smith | |
Resolves: #859 | |||
2012-03-05 | Save password when bookmarking rooms. | Kevin Smith | |
Resolves: #1066 | |||
2012-03-05 | Send both items and adhoc queries to the server JID. | Kevin Smith | |
Resolves: #1073 | |||
2012-03-03 | Unit tests for SettingsProviderHierachy | Kevin Smith | |
Also fixing up errors they found and an uninitialised read left-over from the original patch. | |||
2012-02-29 | Fixup | Kevin Smith | |
2012-02-29 | Don't crash when trying to join MUCs offline | Kevin Smith | |
Resolves: #940 | |||
2012-02-28 | Remove compiler warning. | Remko Tronçon | |
2012-02-22 | Fix up for previous CAPI patch | Kevin Smith | |
Now connects successfully with or without TLS(with cert) | |||
2012-02-22 | Compile on Windows | Kevin Smith | |
2012-02-21 | Read in the notifications toggle at launch | Kevin Smith | |
2012-02-21 | Probably fix compilation on some platforms | Kevin Smith | |
2012-02-21 | Introduce system settings policies. | Kevin Smith | |
Release-Notes: It is now possible for sysadmins to deploy files with policies for configuration options, such as making it impossible for users to save passwords or to force sound notifications off, or to set defaults. Also allow changing an option so that Swift disconnects on idle timeout, instead of going away. | |||
2012-02-09 | Fixes for mediated invites | Kevin Smith | |
2012-02-06 | Display mediated invites | Kevin Smith | |
2012-01-23 | XEP-0004 form support for user search. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-01-17 | Allow specifying BOSH and BOSH proxy URLs with names (rather than IPs) | Kevin Smith | |
2011-12-24 | Enable "Show notifications" toggle when Growl isn't installed. | Remko Tronçon | |
2011-12-13 | BOSH Support for Swiften | Kevin Smith | |
This adds support for BOSH to Swiften. It does not expose it to Swift. Release-Notes: Swiften now allows connects over BOSH, if used appropriately. | |||
2011-12-13 | Change MainController to not log back in if there's an error during logout | Kevin Smith | |
Resolves an issue where sending the stream close triggers an error. | |||
2011-11-28 | Cleanup after previous patch | Kevin Smith | |
2011-11-28 | Message Receipts (XEP-0184) support for 1-to-1 conversations (including ↵ | Tobias Markmann | |
1-to-1 MUC). Warn icon from already existing theme. Check icon from Wikipedia. See Swift/resources/icons/license_info.txt for details. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-11-25 | Deal with bookmarks with an empty nick | Kevin Smith | |
2011-10-29 | Make the --eagle-mode banner per-login, not per-run | Kevin Smith | |
2011-10-29 | Don't save message content of recents to disk in --eagle-mode | Kevin Smith | |
2011-10-26 | Fix missing include | Kevin Smith | |
2011-10-26 | Update string to reflect being used for both no and wrong password | Kevin Smith | |
2011-10-19 | For abnormal MUC parts, give the reason. | Kevin Smith | |
Makes abnormals immune to presence folding. Resolves: #1004 | |||
2011-10-19 | Allow rejoining rooms after join failure. | Kevin Smith | |
Resolves: #1019 | |||
2011-10-19 | Use real JID for bans, not room JID. | Kevin Smith | |
Resolves: #1020 | |||
2011-10-18 | When changing affiliation, only send the new one. | Kevin Smith | |
Previously removing from admin and adding to members would send both none and member, causing people to be ejected from members-only rooms. Resolves: #1016 | |||
2011-10-18 | Fix possible crash on login failures | Kevin Smith | |
2011-10-17 | Don't crash in ad-hoc after signout/signin. | Kevin Smith | |
Resolves: #1014 | |||
2011-10-07 | Fixed CLang warnings. | Remko Tronçon | |
2011-10-07 | Allow affiliation editing in MUCs. | Kevin Smith | |
Resolves: #986 Resolves: #988 | |||
2011-10-05 | Allow role changing in MUCs. | Kevin Smith | |
Resolves: #987 | |||
2011-10-05 | Don't crash with label item without a label | Kevin Smith | |
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 | Roster optimizations. | Remko Tronçon | |
2011-10-01 | Fixed cppcheck warnings. | Remko Tronçon | |
2011-10-01 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Set a title on subscription notification popup. Don't rely on CCVERSION being present. Conflicts: BuildTools/SCons/SConstruct |