summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-05-02Add a generic erase() algorithm.Remko Tronçon
2011-05-02Replace header include guards by pragma once.Remko Tronçon
2011-05-02Replace auto_ptr by shared_ptr.Remko Tronçon
2011-05-01Merge branch 'swift-1.x'Remko Tronçon
Conflicts: Swiften/History/HistoryManager.h Swiften/SConscript
2011-05-01Fixed compilation.Remko Tronçon
2011-04-30Make Replace::getID() const and return a const ref.Remko Tronçon
2011-04-30Minor fixes for ReplaceVlad Voicu
Switched from passing by value License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-04-30Remove dependency on python 2.5 in SConscript file.Remko Tronçon
2011-04-30Filter out some more platform-specific headers from Swiften.hRemko Tronçon
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-30Added missing include.Remko Tronçon
2011-04-30Merge 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-30Support creating Swiften dylibs on Mac OS X.Remko Tronçon
2011-04-30Fixed Swiften .so softlinks.Remko Tronçon
2011-04-30Merge 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-30Filter out some extra headers in install dir.Remko Tronçon
2011-04-30Split off libswiften package.Remko Tronçon
2011-04-30Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Avoid SCons adding .so suffix.
2011-04-30Avoid SCons adding .so suffix.Remko Tronçon
2011-04-30Correct message feature using XEP-CorrectVlad 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-30Rearrange 'myenv'.Remko Tronçon
2011-04-30Merge 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-30Substitute SCons variables correctly.Remko Tronçon
2011-04-30Use standard library naming scheme for Swiften on Linux.Remko Tronçon
2011-04-29Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Build Swiften as a DLL in Debian package. Added versioning to Swiften. Conflicts: BuildTools/Copyrighter.py
2011-04-29Added versioning to Swiften.Remko Tronçon
2011-04-27Added missing include.Remko Tronçon
2011-04-27Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Keep shared_ptr of PlatformDomainNameServiceQuery in event loop. Renamed Swedish translation file to swift_sv.
2011-04-27Keep shared_ptr of PlatformDomainNameServiceQuery in event loop.Remko Tronçon
Release-Notes: Fixed potential crash when losing network connection during login.
2011-04-25No Ad-Hoc buttons once command is completedKevin Smith
2011-04-25Move available actions logic into Swiften class.Kevin Smith
Ready for unit testing, and fixing.
2011-04-25Fixed compilation.Remko Tronçon
2011-04-25Moved file storages to Swift.Remko Tronçon
2011-04-24Set untyped fields to Text-Single.Kevin Smith
XEP-0004 gives a default field type of Text-Single where none is specified.
2011-04-24Initial Ad-Hoc commands support.Kevin Smith
This is not finished, use at your own peril.
2011-04-23Finished Stream Management parserialements.Remko Tronçon
2011-04-22Fixed segfault when passing NULL storages to Client.Remko Tronçon
2011-04-22Added missing include.Remko Tronçon
2011-04-20Added missing struct.Remko Tronçon
2011-04-20Introduce ClientOptions struct.Remko Tronçon
2011-04-19Fixed compilation.Remko Tronçon
2011-04-19Fixed namespace.Remko Tronçon
2011-04-19Fixed OS X ProxyProvider compilation.Remko Tronçon
2011-04-19Fixed ProxyProviderTest compilation on linux.Remko Tronçon
2011-04-19More Linux fixes.Remko Tronçon
2011-04-19Fixed Linux compilation.Remko Tronçon
2011-04-18Added HTTPConnectProxiedConnection test.Remko Tronçon
2011-04-18Fixed linking problems for swiften-config.Remko Tronçon
2011-04-18Code style fixes.Remko Tronçon
2011-04-18Use fallback mechanism for proxies.Remko Tronçon