Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-18 | Cleaned up some code. | Remko Tronçon | |
2011-01-15 | Wait to close the connection until pending writes are done. | Remko Tronçon | |
This hopefully fixes the uninterruptable hang on exit. | |||
2011-01-15 | Comply with asio's documentation that we cannot call async_write multiple ↵ | Remko Tronçon | |
times simultaniously. | |||
2011-01-12 | Refactored MUC code a bit. | Remko Tronçon | |
2010-12-30 | Show certificate fingerprint in 'Trust certificate' dialog. | Remko Tronçon | |
2010-12-27 | Fixed crash on disconnect. | Remko Tronçon | |
2010-12-27 | Fix destruction order in unit tests. | Remko Tronçon | |
2010-12-27 | Disconnect signals in IQRouter. | Remko Tronçon | |
2010-12-27 | Avoid leaking connection on exit. | Remko Tronçon | |
2010-12-27 | Avoid more valgrind warnings. | Remko Tronçon | |
2010-12-27 | Stop eventloop in ClientTest disconnect signal. | Remko Tronçon | |
2010-12-27 | Added event debugging methods. | Remko Tronçon | |
2010-12-27 | Fix valgrind warnings & leaks. | Remko Tronçon | |
2010-12-27 | Also emit connection disconnected signal when we initiate the disconnect. | Remko Tronçon | |
2010-12-27 | Fixed valgrind warnings & leaks. | Remko Tronçon | |
2010-12-26 | Fixed crash when searching for users. | Remko Tronçon | |
Resolves: #730 | |||
2010-12-22 | Basic User Search support, and Find Rooms cleanup. | Kevin Smith | |
Adds a throbber to the MUC search, turns the Add Contact dialog into something searchy, adds the option to open chats to arbitrary JIDs. Resolves: #614 Resolves: #695 Resolves: #436 Release-Notes: On servers that support it, users can now perform searches for contacts to add or chat to. | |||
2010-12-21 | Fixed compilation on Windows. | Remko Tronçon | |
2010-12-20 | Re-enabling XMPPLayer unit tests. | Remko Tronçon | |
2010-12-20 | Don'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-20 | Fixing unit tests for StreamStack | Kevin Smith | |
2010-12-19 | Disabling timer in BenchTool. | Remko Tronçon | |
2010-12-19 | Refactoring streamstack to not use signal/slots. | Remko Tronçon | |
2010-12-18 | Move all domain name resolve queries into one thread. | Remko Tronçon | |
This avoids reentrancy problems on some platform DNS calls. Resolves: #443 | |||
2010-12-18 | Move domain name resolver in the network factories. | Remko Tronçon | |
2010-12-18 | Added initial BenchTool. | Remko Tronçon | |
2010-12-17 | Fixed IPv6 network test. | Remko Tronçon | |
2010-12-15 | Emit 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-14 | Added 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-13 | Added debug output to connector. | Remko Tronçon | |
2010-12-13 | Load ssl certificate store on Un*x. | Remko Tronçon | |
2010-12-12 | Remove obsolete Client::connect(JID). | Remko Tronçon | |
2010-12-12 | Added 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-12 | Removing nickname change functionality from roster header. | Remko Tronçon | |
2010-12-12 | Refactored own nickname handling. | Remko Tronçon | |
2010-12-11 | Added SCRAM-SHA-1-PLUS support. | Remko Tronçon | |
Release-Notes: Swift now supports SCRAM-SHA-1-PLUS authentication. | |||
2010-12-10 | Added TLS channel binding support to SCRAMSHA1ClientAuthenticator. | Remko Tronçon | |
2010-12-09 | Upgraded stream errors to new RFC3920bis. | Remko Tronçon | |
2010-12-09 | Fixed namespace of stream error children. | Remko Tronçon | |
2010-12-09 | Handle stream errors in client session. | Remko Tronçon | |
2010-12-09 | Added missing files & fixed stream error namespace. | Remko Tronçon | |
2010-12-09 | Added Stream error parserialement. | Remko Tronçon | |
2010-12-09 | Don't crash when we don't get a vcard. | Remko Tronçon | |
2010-12-08 | Fixed swiften-config on windows. | Remko Tronçon | |
2010-12-06 | Added IPv6 test. | Remko Tronçon | |
2010-12-06 | Fixed assertion failure on invalid stream start. | Remko Tronçon | |
Resolves: #707 | |||
2010-12-05 | Added plumbing for persistent certificate trust checking. | Remko Tronçon | |
2010-12-05 | Don't mess up avatars after a MUC reconnect. | Kevin Smith | |
Resolves: #702 | |||
2010-12-05 | Use make_shared in parsers. | Remko Tronçon | |
2010-12-05 | __FILE__ should actually work on windows as well. | Remko Tronçon | |