Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-20 | Prioritize version files over git version. | Remko Tronçon | |
2011-06-20 | Improve the description in the Debian control file. | Remko Tronçon | |
2011-06-20 | Use a custom debian changelog. | Remko Tronçon | |
2011-06-19 | Small tweak to previous patch. | Remko Tronçon | |
2011-06-19 | Send footer when finishing session | HanzZ | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-06-19 | Fixed conditional in package script. | Remko Tronçon | |
2011-06-19 | Make webkit dependency distribution specific. | Remko Tronçon | |
2011-06-19 | Lowered dependency on libxml2. | Remko Tronçon | |
2011-06-18 | Use correct sign for dependencies. | Remko Tronçon | |
2011-06-18 | Tighten Debian dependency on Qt versions. | Remko Tronçon | |
2011-06-18 | Specify dependency on libqtwebkit-dev. | Remko Tronçon | |
2011-06-18 | Fixed Debian manpages installation. | Remko Tronçon | |
2011-06-18 | Use LibXML as a Debian source dependency (instead of Expat) | Remko Tronçon | |
2011-06-18 | Tweak help documentation and add manpages. | Remko Tronçon | |
2011-06-18 | Small tweaks to the previous patch. | Remko Tronçon | |
2011-06-18 | Added ConnectionServerFactory. | HanzZ | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-06-18 | More Debian packaging tweaks. | Remko Tronçon | |
2011-06-18 | Fixed compilation of Slimber/Qt. | Remko Tronçon | |
2011-06-18 | Fixed flag order in Slimber. | Remko Tronçon | |
2011-06-18 | MergeFlags->UseFlags in Slimber. | Remko Tronçon | |
2011-06-18 | Use UseFlags for compiling the unit test. | Remko Tronçon | |
2011-06-18 | Moving unused server code out of Swiften into Limber. | Remko Tronçon | |
2011-06-17 | Some debian script improvements. | Remko Tronçon | |
2011-06-01 | Added fix for a billion laughs attack on Expat. | Remko Tronçon | |
2011-05-23 | Fixed const references to vectors. | Remko Tronçon | |
This could potentially cause crashes (same as a previous patch). | |||
2011-05-22 | Galician translation update. | Remko Tronçon | |
2011-05-13 | Fixed French translation (Thanks Cedric Dubouloz) | 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-01 | Fixed compilation. | Remko Tronçon | |
2011-04-30 | Only package .so in dev package. | Remko Tronçon | |
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 | Filter out some extra headers in install dir. | Remko Tronçon | |
2011-04-30 | Split off libswiften package. | Remko Tronçon | |
2011-04-30 | Only install the necessary files in the Debian package. | Remko Tronçon | |
2011-04-30 | Avoid SCons adding .so suffix. | Remko Tronçon | |
2011-04-30 | Substitute SCons variables correctly. | Remko Tronçon | |
2011-04-30 | Use standard library naming scheme for Swiften on Linux. | Remko Tronçon | |
2011-04-29 | Build Swiften as a DLL in Debian package. | Remko Tronçon | |
2011-04-29 | Added versioning to Swiften. | Remko Tronçon | |
2011-04-28 | Allow compiler warnings by default. | Remko Tronçon | |
2011-04-28 | Added Galician Swift desktop entry. | Remko Tronçon | |
2011-04-28 | Disable building of EchoBot example on non-Windows platforms. | Remko Tronçon | |
2011-04-28 | Added Galician translation. | Remko Tronçon | |
Release-Notes: Added Galician translation (Thanks to Anxo Outeiral) | |||
2011-04-28 | Fixed Swedish translation name in desktop entry. | Remko Tronçon | |
2011-04-27 | Keep shared_ptr of PlatformDomainNameServiceQuery in event loop. | Remko Tronçon | |
Release-Notes: Fixed potential crash when losing network connection during login. | |||
2011-04-27 | Renamed Swedish translation file to swift_sv. | Remko Tronçon | |
Release-Notes: Fixed Swedish translation not working because of incorrect translation filename. | |||
2011-04-22 | Fixed SCons not picking up the build version correctly in tarball build. | Remko Tronçon | |
2011-04-20 | Return groups vector by reference. | Remko Tronçon | |
This avoids a potential crash. Resolves: #842 Release-Notes: Fixed a crash in roster handling |