Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-05 | Add a debugging helper for serializing Swiften types to ostream | Tobias Markmann | |
Test-Information: Tested on OS X 10.11.6. Change-Id: I9ecb60f5c3956d52fd42acd1b0d85725277efc51 | |||
2016-04-25 | Convert hard tabs to four spaces in all our SConscript/*.py files | Tobias Markmann | |
Test-Information: Test that it still builds and unit test pass on OS X 10.11.4. Change-Id: I2eb4a0b707991aee553db36a8cd1ae28b813acab | |||
2014-01-15 | Improved plaintext chat view for screen-reader support. | Richard Maudsley | |
Change-Id: Ib7c10350b56683db95f4c6be49f79f8a9d9e80ec | |||
2013-08-01 | Refactor chat messages so parsing of links/emoticons happens in controllers. | Kevin Smith | |
Change-Id: I07256f23ffbb6520f5063bdfbed9111946c46746 | |||
2013-05-17 | Fixed unicode path handling. | Remko Tronçon | |
- Use boost::filesystem::path consistently for referring to files. - Use boost::filesystem streams for I/O, such that paths are always handled correctly. - Use stringToPath and pathToString for conversion between strings and boost::filesystem::path, to ensure we have consistent unicode handling across platforms and environments. The default constructor and string conversion uses platform-dependent encoding, depending on the global locale set in the application, which causes problems. So, unless you are in platform dependent code, the default constructor and string() function should not be used. When constructing paths from other paths (e.g. using operator/), also use stringToPath (instead of string arguments) if the path can contain unicode characters. Change-Id: If286bd9e71c8414afc0b24ba67e26ab7608ef6ea | |||
2013-04-27 | Zero memory more securely in SafeByteArray. | Remko Tronçon | |
Change-Id: I0d9db512e0c525d87fddc26dc73ea95d2b54b54d | |||
2012-09-15 | Added URL parser. | Remko Tronçon | |
2012-04-23 | Select SRV randomly, taking weight into account. | Remko Tronçon | |
Resolves: #1030 | |||
2011-10-14 | Resurrecting simple ID generator. | Remko Tronçon | |
2011-06-08 | Put XEP-0082 datetime parsing into Base. | Remko Tronçon | |
2011-06-03 | Limit the use of the SafeString type. | Remko Tronçon | |
2011-05-18 | Introduce safe containers for storing passwords. | Remko Tronçon | |
2011-03-16 | Added possibility to dynamically link Swiften. | Remko Tronçon | |
Resolves: #798 | |||
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2010-12-05 | Added SWIFT_LOG functionality. | Remko Tronçon | |
2010-11-28 | Added swiften-config. | Remko Tronçon | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moved Swiften to a separate module. | Remko Tronçon | |
2009-11-08 | Added Error class. | Remko Tronçon | |
2009-09-14 | Start splitting up monolithic Swiften SConscript file. | Remko Tronçon | |