Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-18 | Update Copyright In Swiftob | Kevin Smith | |
Change-Id: I08dfd07882b820d897ddb02f2f821141adff4018 | |||
2014-03-21 | Swiftob: Fix compilation against Lua 5.2 | Remko Tronçon | |
Change-Id: I0cbee4085d87cf39b55d6d429e3e45389469885f | |||
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 | |||
2012-11-06 | Compile with very old Boost filesystem (e.g. 1.42) | Kevin Smith | |
Change-Id: I547fd937e1563f8c7615f75b5ca9bb985e85a472 | |||
2012-08-17 | Update to boost.filesystem v3. | Remko Tronçon | |
Source should still compile against v2. | |||
2012-07-21 | Adding MUC kicking support to Swiftob bots | Kevin Smith | |
2012-07-21 | Allowing generic message listeners for Swiftob bots | Kevin Smith | |
2011-04-30 | Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber. | Remko Tronçon | |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon | |
2011-03-06 | A start on Swiftob, a Swiften-based chatbot. | Kevin Smith | |