Age | Commit message (Expand) | Author |
2013-08-27 | PubSub implementation & Sluift refactoring. | Remko Tronçon |
2013-08-23 | FormField element refactoring. | Remko Tronçon |
2013-05-11 | File Transfer refactoring. | Remko Tronçon |
2013-03-27 | Adding support for Blocking Command (XEP-0191) to Swift(-en). | Tobias Markmann |
2013-03-04 | Adding support for idle time. | Tobias Markmann |
2013-01-13 | Fix more warnings. | Remko Tronçon |
2013-01-12 | Adding basic vCard edit/show support. | Tobias Markmann |
2012-12-30 | Enable & fix pedantic CLang warnings. | Remko Tronçon |
2012-11-12 | Removed unused functions. | Remko Tronçon |
2012-09-17 | Support for building swiften as a DLL | Remko Tronçon |
2012-09-11 | Added missing include. | Remko Tronçon |
2012-09-08 | Support whiteboarding. | Mateusz Piekos |
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon |
2012-05-31 | Update message correction to use the published namespace. | Kevin Smith |
2012-05-05 | Windows compilation fixes. | Remko Tronçon |
2012-05-05 | Serialize error payload. | Remko Tronçon |
2012-03-20 | boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation... | Tobias Markmann |
2012-03-05 | Fix segfaults and deadcode | Kevin Smith |
2012-02-12 | Fixed compiler warnings. | Remko Tronçon |
2012-02-06 | Parse mediated invite stuff | Kevin Smith |
2012-01-24 | Test case | Kevin Smith |
2012-01-23 | XEP-0004 form support for user search. | Tobias Markmann |
2011-12-24 | Fixed compilation warnings. | Remko Tronçon |
2011-11-28 | Message Receipts (XEP-0184) support for 1-to-1 conversations (including 1-to-... | Tobias Markmann |
2011-10-11 | Adding includes | Kevin Smith |
2011-10-05 | Allow joining passworded MUCs. | Kevin Smith |
2011-10-03 | Simple MUC invites. | Kevin Smith |
2011-10-01 | Fixed cppcheck warnings. | Remko Tronçon |
2011-09-28 | Destroy rooms. | Kevin Smith |
2011-09-25 | Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ... | Tobias Markmann |
2011-09-23 | Add support for kicking people from MUCs. | Kevin Smith |
2011-09-20 | Added XEP-191 parserialements. | Remko Tronçon |
2011-06-13 | Added CppCheck script. | Remko Tronçon |
2011-06-12 | Removed explicit call to get(). | Remko Tronçon |
2011-06-12 | Removed some unnecessary declarations. | Remko Tronçon |
2011-06-09 | DateTime refactoring. | Remko Tronçon |
2011-06-03 | Limit the use of the SafeString type. | Remko Tronçon |
2011-06-01 | Add iq:last parsialiser | Kevin Smith |
2011-05-25 | Change include order so clang doesn't complain anymore. | Tobias Markmann |
2011-05-18 | Propagate use of SafeByteArray down to the connection. | Remko Tronçon |
2011-05-18 | Introduce safe containers for storing passwords. | Remko Tronçon |
2011-05-15 | Fix namespace for muc#user | Kevin Smith |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon |
2011-05-02 | Add a generic erase() algorithm. | Remko Tronçon |
2011-05-02 | Replace header include guards by pragma once. | Remko Tronçon |
2011-05-02 | Replace auto_ptr by shared_ptr. | Remko Tronçon |
2011-04-30 | Minor fixes for Replace | Vlad Voicu |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon |
2011-04-30 | Correct message feature using XEP-Correct | Vlad Voicu |
2011-04-24 | Set untyped fields to Text-Single. | Kevin Smith |