Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-11 | Added support for Entity Capabilities. | Remko Tronçon | |
Resolves: #94 | |||
2010-08-24 | Implemented VCardManager. | Remko Tronçon | |
2010-06-02 | Rename boost_signalslib.h to boost_bsignals. | Remko Tronçon | |
2010-06-02 | Using Boost workaround for Qt signals keyword clash. | Remko Tronçon | |
This should allow us to link against system boost versions. | |||
2010-05-13 | List MUCs available on services. | Kevin Smith | |
Resolves: #276 | |||
2010-05-08 | Flush bookmarks. | Remko Tronçon | |
Resolves: #335 | |||
2010-04-12 | Send roster set before roster add. | Kevin Smith | |
2010-04-08 | Added copyrights to Swiften. | 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 | |
2009-11-12 | Retrieve correct error in Request. | Remko Tronçon | |
2009-11-08 | Added Error class. | Remko Tronçon | |
2009-09-16 | Fix unit test compilation | Kevin Smith | |
2009-09-15 | Completely untested. Rewiring the MainController for Client to be ↵ | Kevin Smith | |
reconnectable (won't compile). | |||
2009-09-14 | Added Get/SetPrivateStorageRequest. | Remko Tronçon | |
2009-09-14 | Remove some #ifndef guards. | Remko Tronçon | |
2009-08-22 | Fix expanded tab characters. | Remko Tronçon | |
2009-08-16 | Remove autoconf/make files. | Remko Tronçon | |
2009-06-22 | Support vCard-based avatars in MUCs. | Remko Tronçon | |
2009-06-20 | Added vCard-based avatars support. | Remko Tronçon | |
2009-06-17 | Delay IQHandler removal in IQRouter during IQ handling. | Remko Tronçon | |
2009-06-12 | Removing auto delete stuff from Request. | Remko Tronçon | |
This should now be handled properly by using shared_ptrs. | |||
2009-06-12 | Added IQRouterTest. | Remko Tronçon | |
2009-06-12 | Allow IQHandlers to be passed as shared_ptr<> to IQRouter. | Remko Tronçon | |
2009-06-12 | Do not handle IQs directly in XMPPRosterController. | Remko Tronçon | |
XMPPRosterController now uses a RosterPushResponder to handle roster pushes. | |||
2009-06-12 | Split up responder into GetResponder and SetResponder. | Remko Tronçon | |
2009-06-12 | Do not register IQHandler in the constructor. | Remko Tronçon | |
This can get us in all kinds of trouble, including that it makes it impossible to use shared_ptr<> for Requests. | |||
2009-06-11 | Do not allow a request response before it is sent. | Remko Tronçon | |
2009-06-03 | Fix memory leak when receiving an error response on a request. | Remko Tronçon | |
2009-06-01 | Import. | Remko Tronçon | |