| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-28 | Change error from optional to shared_ptr in GenericRequest | Remko Tronçon | |
| Resolves: #692 | |||
| 2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon | |
| The event loop now needs to be explicitly passed to clients using it. | |||
| 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-14 | Added Get/SetPrivateStorageRequest. | 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 | 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 | |
 Swift