Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-22 | Only forget login details in eagle mode | Kevin Smith | |
2011-05-22 | Don't pass cursor keys through to chat log. | Kevin Smith | |
Resolves: #872 | |||
2011-05-22 | Eagle mode. | Kevin Smith | |
Disables password persistence. | |||
2011-05-22 | Removed obsolete signal. | Remko Tronçon | |
2011-05-22 | Added SafeString::clear(). | Remko Tronçon | |
2011-05-22 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Galician translation update. | |||
2011-05-22 | Galician translation update. | Remko Tronçon | |
2011-05-22 | Remove compiler arguments which are unsupported in latest clang. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
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-14 | Removed debug info. | Remko Tronçon | |
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-13 | Don't crash when chat windows are deleted. | Kevin Smith | |
Resolves: #879 | |||
2011-05-13 | Always include -lX11 on Linux. | Remko Tronçon | |
2011-05-13 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Fixed French translation (Thanks Cedric Dubouloz) | |||
2011-05-13 | Fixed French translation (Thanks Cedric Dubouloz) | Remko Tronçon | |
2011-05-13 | Merge branch 'swift-1.x' | Remko Tronçon | |
2011-05-13 | German translation fixes | Thilo Cestonaro | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-05-13 | Fix some issues in German translation. | Frederik Schwarzer | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php Signed-off-by: Thilo Cestonaro <thilo@cestona.ro> | |||
2011-05-12 | Allow Chat Window Font resizing | Kevin Smith | |
Resolves: #812 Release-Notes: It is now possible to resize the font in the chat window conversations. | |||
2011-05-12 | Remove duplicate entries from the recent chat list. | Kevin Smith | |
Resolves: #860 | |||
2011-05-12 | Purge old code. | Kevin Smith | |
Resolves: #522 | |||
2011-05-10 | Don't add CompressionLayer.h to Swiften.h. | Remko Tronçon | |
2011-05-10 | Add OpenSSL to Sluift bundle conditionally. | Remko Tronçon | |
2011-05-10 | Fix build | Kevin Smith | |
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 Boost.BCP compile again. | Remko Tronçon | |
2011-05-07 | Remember splitter position in a MUC dialog. | Thilo Cestonaro | |
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-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 | Use naive XMPPURI transformation to work around a bug in GCC4.5+boost1.42. | Remko Tronçon | |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon | |
2011-05-04 | Add Sluift ability to specify host to connect to. | Kevin Smith | |
2011-05-02 | Add a generic erase() algorithm. | Remko Tronçon | |
2011-05-02 | Fix the acks when replacing messages | Kevin Smith | |
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 | |