Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-12-05 | Added SWIFT_LOG functionality. | Remko Tronçon | |
2010-12-04 | Document custom requests & responders, and components. | Remko Tronçon | |
2010-12-04 | Added EchoPayload parserialement. | Remko Tronçon | |
2010-12-04 | Added addPayloadParserFactory() and addSerializer() on Entity API. | Remko Tronçon | |
2010-11-28 | Change Chat Window titles when contacts are renamed. | Kevin Smith | |
Resolves: #630 Release-Notes: Chat window titles will be updated when contacts are renamed. | |||
2010-11-28 | Change error from optional to shared_ptr in GenericRequest | Remko Tronçon | |
Resolves: #692 | |||
2010-11-28 | Added swiften-config. | Remko Tronçon | |
2010-11-28 | Replace slightly-too-magic MergeFlags by our own UseFlags. | Remko Tronçon | |
2010-11-27 | Introduce SWIFTEN_DEP_FLAGS. | Remko Tronçon | |
2010-11-27 | Added missing include. | Remko Tronçon | |
2010-11-21 | Added missing file. | Remko Tronçon | |
2010-11-21 | Added search parserialement. | Remko Tronçon | |
2010-11-18 | Moving out a convenience function for generating XEP-0082 strings from Boost ↵ | Kevin Smith | |
ptimes | |||
2010-11-17 | Added presence subscription stanza to onPresenceSubscriptionRequest. | Remko Tronçon | |
Removed unused signal on Client. | |||
2010-11-16 | Added In-band-registration unsubscribe support to Swiften. | Remko Tronçon | |
2010-11-16 | Pass NetworkFactories as an explicit dependency into client. | Remko Tronçon | |
2010-11-15 | Fixed OpenSSL compilation. | Remko Tronçon | |
2010-11-15 | Squelch warnings | Kevin Smith | |
2010-11-15 | Fix compilation on OS X | Kevin Smith | |
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-13 | Added missing receiver parameter to IBR requests. | Remko Tronçon | |
2010-11-12 | Added missing break statements in case switch. | Remko Tronçon | |
2010-11-12 | Don't include OpenSSL headers in Swiften.h. | Remko Tronçon | |
2010-11-12 | Add Windows trust anchors to OpenSSL context. | Remko Tronçon | |
2010-11-11 | Removed obsolete class. | Remko Tronçon | |