Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-20 | boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) ↵ | Tobias Markmann | |
transformation where possible. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-06-13 | Added CppCheck script. | Remko Tronçon | |
Tweaked the sources to satisfy cppcheck. | |||
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon | |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon | |
2010-11-28 | Change error from optional to shared_ptr in GenericRequest | Remko Tronçon | |
Resolves: #692 | |||
2010-10-09 | Added EchoBot walkthrough example. | Remko Tronçon | |
2010-09-12 | Block MUC bookmarks until the server has responded. | Kevin Smith | |
Else there could be bookmarks overwritten in an infeasibly unlikely race condition. Resolves: #340 | |||
2010-05-30 | Don't crash setting a bookmark if initial response didn't have a payload. | Kevin Smith | |
Resolves: #417 | |||
2010-05-08 | Flush bookmarks. | Remko Tronçon | |
Resolves: #335 | |||
2010-05-08 | Renamed Conference->Room. | Remko Tronçon | |
2010-05-08 | Remove duplicate MUCBookmark structure. | Remko Tronçon | |
2010-05-07 | Cleaned up MUC code. | Remko Tronçon | |
2010-04-30 | Edit bookmarks with very basic validation. | Kevin Smith | |
Doesn't save yet. | |||
2010-04-30 | Support adding/removing bookmarks from the UI | Kevin Smith | |
Doesn't support editing meaningfully, nor do changes get saved. | |||
2010-04-08 | Added copyrights to Swiften. | Kevin Smith | |
2010-03-29 | Request bookmarks at login. | Kevin Smith | |
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 | |
2010-03-28 | Chat list in the gui (mostly non-functional). | Kevin Smith | |
2010-03-26 | Starting plumbing for MUC bookmarks | Kevin Smith | |