Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-23 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Fixed const references to vectors. Conflicts: Swiften/Elements/JinglePayload.h Swiften/Jingle/JingleSession.h | |||
2011-05-23 | Fixed const references to vectors. | Remko Tronçon | |
This could potentially cause crashes (same as a previous patch). | |||
2011-05-22 | Removing unnecessary purgePassword() calls in CoreClient. | Remko Tronçon | |
2011-05-22 | Removing obsolete safeClear in ClientAuthenticator. | Remko Tronçon | |
2011-05-22 | Eagle mode. | Kevin Smith | |
Disables password persistence. | |||
2011-05-22 | Added SafeString::clear(). | Remko Tronçon | |
2011-05-22 | Fixed bug in JID escaping. | Remko Tronçon | |
2011-05-19 | Fixed SafeAllocator compilation on Windows. | Remko Tronçon | |
2011-05-19 | Replace \ by / in Swiften.h on Windows. | Remko Tronçon | |
2011-05-18 | Copyright fix. | Remko Tronçon | |
2011-05-18 | Propagate use of SafeByteArray down to the connection. | Remko Tronçon | |
2011-05-18 | Rename nullify() to safeClear(), and clear data. | Remko Tronçon | |
2011-05-18 | Introduce safe containers for storing passwords. | Remko Tronçon | |
2011-05-15 | Fix namespace for muc#user | Kevin Smith | |
2011-05-14 | Ack pending stanzas on logout. | Remko Tronçon | |
Resolves: #877 | |||
2011-05-13 | Fixed headers. | Remko Tronçon | |
2011-05-13 | Cut dependency from AdHocCommandSession on DiscoItem. | Remko Tronçon | |
2011-05-13 | Removed some explicit new's. | Remko Tronçon | |
2011-05-13 | Refactored OutgoingAdHocCommandSession a bit. | Remko Tronçon | |
2011-05-13 | Remove dead UI reference from Swiften | Kevin Smith | |
2011-05-10 | Don't add CompressionLayer.h to Swiften.h. | Remko Tronçon | |
2011-05-07 | Use naive JID escaping algorithm to work around a bug in GCC4.5+boost1.42. | Remko Tronçon | |
2011-05-07 | Make the examples ConnectivityTest, SendFile and SendMessage use the ↵ | Thilo Cestonaro | |
SWIFTEN_DEP_FLAGS. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php Signed-off-by: Remko Tronçon <git@el-tramo.be> | |||
2011-05-06 | Remove default implementation from TypeTraits struct. | Remko Tronçon | |
2011-05-06 | Fixed Avahi compilation for real now. | Remko Tronçon | |
2011-05-06 | Fixed Avahi compilation. | Remko Tronçon | |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon | |
2011-05-02 | Add a generic erase() algorithm. | Remko Tronçon | |
2011-05-02 | Replace header include guards by pragma once. | Remko Tronçon | |
2011-05-02 | Replace auto_ptr by shared_ptr. | Remko Tronçon | |
2011-05-01 | Merge branch 'swift-1.x' | Remko Tronçon | |
Conflicts: Swiften/History/HistoryManager.h Swiften/SConscript | |||
2011-05-01 | Fixed compilation. | Remko Tronçon | |
2011-04-30 | Make Replace::getID() const and return a const ref. | Remko Tronçon | |
2011-04-30 | Minor fixes for Replace | Vlad Voicu | |
Switched from passing by value License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-30 | Remove dependency on python 2.5 in SConscript file. | Remko Tronçon | |
2011-04-30 | Filter out some more platform-specific headers from Swiften.h | Remko Tronçon | |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon | |
2011-04-30 | Added missing include. | Remko Tronçon | |
2011-04-30 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Only package .so in dev package. Support creating Swiften dylibs on Mac OS X. Fixed Swiften .so softlinks. Conflicts: Swiften/SConscript | |||
2011-04-30 | Support creating Swiften dylibs on Mac OS X. | Remko Tronçon | |
2011-04-30 | Fixed Swiften .so softlinks. | Remko Tronçon | |
2011-04-30 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Filter out some extra headers in install dir. Split off libswiften package. Only install the necessary files in the Debian package. | |||
2011-04-30 | Filter out some extra headers in install dir. | Remko Tronçon | |
2011-04-30 | Split off libswiften package. | Remko Tronçon | |
2011-04-30 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Avoid SCons adding .so suffix. | |||
2011-04-30 | Avoid SCons adding .so suffix. | Remko Tronçon | |
2011-04-30 | Correct message feature using XEP-Correct | Vlad Voicu | |
Uses Kev's not-yet-published protocol for correcting the last sent message. Release-Notes: You can now correct your previously sent message in a chat by pressing 'up' in the input field. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-30 | Rearrange 'myenv'. | Remko Tronçon | |
2011-04-30 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Substitute SCons variables correctly. Use standard library naming scheme for Swiften on Linux. | |||
2011-04-30 | Substitute SCons variables correctly. | Remko Tronçon | |