Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-28 | Rebind chat dialogs on just about anything. | Kevin Smith | |
Resolves: #646 Release-Notes: Duplicate chat windows when contacts are using multiple clients should now be avoided. | |||
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-27 | Fixed build error. | Remko Tronçon | |
2010-11-27 | Split incoming ccflags if they are a string. | Remko Tronçon | |
2010-11-27 | Prefix 3rdParty bundled libs with Swiften_. | Remko Tronçon | |
2010-11-25 | Split up source and binary debian generation. | Remko Tronçon | |
2010-11-25 | Fixed debian sections, priorities & distributions. | Remko Tronçon | |
2010-11-24 | Removed unused header. | Remko Tronçon | |
2010-11-24 | Upgraded Boost to 1.45.0. | Remko Tronçon | |
2010-11-21 | Clearing the chat window won't break continuation elements. | Kevin Smith | |
Resolves: #642 Resolves: #643 Release-Notes: Clearing the chat windows should now work correctly. | |||
2010-11-21 | Changed Debian packager to "Swift Package Maintainer" | Remko Tronçon | |
2010-11-21 | Added missing file. | Remko Tronçon | |
2010-11-21 | Added search parserialement. | Remko Tronçon | |
2010-11-20 | Logo should stay in the centre when login window is resized. | Kevin Smith | |
Resolves: #675 Release-Notes: The Swift logo will now remain in the centre when the login window is resized. | |||
2010-11-20 | Include date for MUC context older than today. | Kevin Smith | |
Resolves: #641 Release-Notes: MUC context for days other than today is now annotated. | |||
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-17 | Fix build on VS2008 | Kevin Smith | |
2010-11-16 | Remember previous MUC service searches. | Kevin Smith | |
Resolves: #615 Release-Notes: The MUC Search will now remember previously searched services. | |||
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 | Don't show unread events after signout. | Kevin Smith | |
Resolves: #685 Release-Notes: Signing out with unread events will no longer trap your system tray with unread messages. | |||
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 | Sanitise the Roster widget on signout. | Kevin Smith | |
This will hopefully avoid crashes in the RosterDelegate due to Qt believing that the RosterItems still exist and that it can read them. Unverified as I can't reproduce the crash on this machine, but hopefully Resolves: #678 | |||
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-15 | Ask for confirmation before removing contacts. | Kevin Smith | |
Resolves: #628 Release-Notes: You'll now be asked for confirmation before removing contacts. | |||
2010-11-13 | Added missing receiver parameter to IBR requests. | Remko Tronçon | |
2010-11-12 | Persist toggle show offline. | Kevin Smith | |
Resolves: #689 Release-Notes: The toggle state for showing offline contacts will now persist between restarts. | |||
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 | |
2010-11-11 | Added CertificateVerificationError::ref. | Remko Tronçon | |
2010-11-11 | Commenting getSubjectName test. | Remko Tronçon | |
2010-11-11 | Handle null OpenSSL X509 cert pointers better. | Remko Tronçon | |
2010-11-11 | Avoid scons error when OpenSSL is not found. | Remko Tronçon | |
2010-11-11 | Avoided compilation warnings. | Remko Tronçon | |
2010-11-11 | Fixed compilation for newer versions of boost. | Remko Tronçon | |
This may break VS2008 compilation. If it does, we should add a conditional include path with stdint.h in it. | |||
2010-11-11 | Fixed Linux compilation. | Remko Tronçon | |
2010-11-11 | Changed misleading test name. | Remko Tronçon | |
2010-11-11 | Added server identity check. | Remko Tronçon | |
2010-11-10 | Added InBandRegistration classes. | Remko Tronçon | |
2010-11-10 | Refactored TLS tests. | Remko Tronçon | |
2010-11-09 | Added Doxygen documentation for some certificate APIs. | Remko Tronçon | |
2010-11-09 | Certificate::getCommonName -> getCommonNames. | Remko Tronçon | |