summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-12-21Revert to SnarlNotifier on Windows.Remko Tronçon
Use balloons as a fallback.
2010-12-21Make dock get the number of pending messages (instead of a generic message).Remko Tronçon
2010-12-21Fixed compilation on Windows.Remko Tronçon
2010-12-20Re-enabling XMPPLayer unit tests.Remko Tronçon
2010-12-20Refuse to run the uninstaller while Swift is still runningKevin Smith
Resolves: #686
2010-12-20Remove all files and folders when Swift is uninstalledKevin Smith
Resolves: #686
2010-12-20Don't immediately send presence unneccesarily when registering directed ↵Kevin Smith
presence senders. Hopefully Resolves: #691 Release-Notes: We hope to have fixed the bug where a MUC room would go into loop of parting and joining continually.
2010-12-20Fixing unit tests for StreamStackKevin Smith
2010-12-19Make loginwindow hiding a little more consistent with other codeKevin Smith
2010-12-19Disabling timer in BenchTool.Remko Tronçon
2010-12-19Refactoring streamstack to not use signal/slots.Remko Tronçon
2010-12-19Calling with --start-minimized will not show login/roster at launch.Kevin Smith
Release-Notes: Launching Swift with the --start-minimized command-line parameter will cause the initial login/roster window to not be displayed (it starts minimized to tray).
2010-12-18Disable the GUI while waiting for the steam to close.Kevin Smith
Resolves: #676
2010-12-18Move all domain name resolve queries into one thread.Remko Tronçon
This avoids reentrancy problems on some platform DNS calls. Resolves: #443
2010-12-18Move domain name resolver in the network factories.Remko Tronçon
2010-12-18Added initial BenchTool.Remko Tronçon
2010-12-17Collapsed all UI factories into UIFactory.Remko Tronçon
2010-12-17Fixed IPv6 network test.Remko Tronçon
2010-12-17Fixed IPv6 network test.Remko Tronçon
2010-12-16Revert "Pretty up Add Contact dialog."Remko Tronçon
2010-12-15Emit nickname change signal when adding to the roster.Kevin Smith
So open chat windows should change their title if you're talking to a contact not in your roster, and then add them. Resolves: #704
2010-12-15Make XML console more friendly for copy/paste.Remko Tronçon
Resolves: #680
2010-12-15Pretty up Add Contact dialog.Remko Tronçon
Resolves: #371
2010-12-15Ensure Swift name is displayed in Windows systray.Remko Tronçon
Resolves: #515
2010-12-14Removed debug output.Remko Tronçon
2010-12-14Added initial Growl for Windows notifier (GNTP).Remko Tronçon
The notifier doesn't handle callbacks yet. Release-Notes: Replaced Snarl notifications with Growl for Windows notifications.
2010-12-13Fixed reconnect for bare JIDs.Remko Tronçon
2010-12-13Added debug output to connector.Remko Tronçon
2010-12-13Extend the certificate accept dialog & login after accept.Remko Tronçon
2010-12-13Initial cert confirmationKevin Smith
2010-12-13Load ssl certificate store on Un*x.Remko Tronçon
2010-12-13Tweaked 'Clear log' messagebox a bit.Remko Tronçon
2010-12-12Fixed default action of "Show as X" roster header menu.Remko Tronçon
2010-12-12Remove obsolete Client::connect(JID).Remko Tronçon
2010-12-12Don't hide the roster when clicking the system tray on OS X.Remko Tronçon
2010-12-12Revert "Don't hide/show when clicking system tray on Mac."Remko Tronçon
This reverts commit 4644d6f1ae5136644b4c68bf70a8dcf6df63bece.
2010-12-12Don't hide/show when clicking system tray on Mac.Remko Tronçon
Resolves: #323
2010-12-12Added menu to switch between 'show nickname' and 'show JID' in roster header.Remko Tronçon
Resolves: #627 Release-Notes: The roster header can now be configured to show the JID instead of the nick.
2010-12-12Removing nickname change functionality from roster header.Remko Tronçon
2010-12-12Refactored own nickname handling.Remko Tronçon
2010-12-11Added SCRAM-SHA-1-PLUS support.Remko Tronçon
Release-Notes: Swift now supports SCRAM-SHA-1-PLUS authentication.
2010-12-11Use bare JIDs as profile names.Remko Tronçon
2010-12-10Added TLS channel binding support to SCRAMSHA1ClientAuthenticator.Remko Tronçon
2010-12-09Upgraded stream errors to new RFC3920bis.Remko Tronçon
2010-12-09Fixed namespace of stream error children.Remko Tronçon
2010-12-09Handle stream errors in client session.Remko Tronçon
2010-12-09Added missing files & fixed stream error namespace.Remko Tronçon
2010-12-09Added Stream error parserialement.Remko Tronçon
2010-12-09Don't crash when we don't get a vcard.Remko Tronçon
2010-12-08Update to new Snarl API.Remko Tronçon