Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-13 | Remove Swiften/Base/Override.h | Tobias Markmann | |
Replaced SWIFTEN_OVERRIDE with C++11 standard override keyword. Test-Information: Tested on macOS 10.12.5 with clang trunk. Change-Id: If89c6cc2a648662522a320834c314496c943a55a | |||
2017-07-11 | Add missing SWIFTEN_OVERRIDE statements to dtors | Tobias Markmann | |
Also removes -Winconsistent-missing-destructor-override from the list of ignored clang warnings. Test-Information: Tested on macOS 10.12.5 with clang trunk. Change-Id: Iad951879e01eb951a2a393399f55e4e37437c6a2 | |||
2016-11-07 | Sluift: Added Carbons element convertors | Roger Planas | |
Sluift was showing payloads coming from a carbon copied message as a series of dom payloads, which was not really usable. With these ElementConvertors, the payload is translated into a much more sensible table Also a minor update to both presence/message events, which now will report the 'to' as well. Seemed handy to have. Test-information: Carbons sent/received messages are formated into a meaningful table now. Change-Id: I5b8943636e09e5377bde76d16970c01df29164d6 |