Age | Commit message (Expand) | Author |
2010-12-10 | Added TLS channel binding support to SCRAMSHA1ClientAuthenticator. | Remko Tronçon |
2010-12-09 | Handle stream errors in client session. | Remko Tronçon |
2010-12-05 | Added plumbing for persistent certificate trust checking. | Remko Tronçon |
2010-12-04 | Added addPayloadParserFactory() and addSerializer() on Entity API. | Remko Tronçon |
2010-11-28 | Change Chat Window titles when contacts are renamed. | Kevin Smith |
2010-11-17 | Added presence subscription stanza to onPresenceSubscriptionRequest. | Remko Tronçon |
2010-11-16 | Pass NetworkFactories as an explicit dependency into client. | Remko Tronçon |
2010-11-12 | Added missing break statements in case switch. | Remko Tronçon |
2010-11-11 | Avoided compilation warnings. | Remko Tronçon |
2010-11-11 | Added server identity check. | Remko Tronçon |
2010-11-09 | Added Doxygen documentation for some certificate APIs. | Remko Tronçon |
2010-11-09 | Created CertificateFactory. | Remko Tronçon |
2010-11-07 | Refactoring certificates & certificate checking. | Remko Tronçon |
2010-11-07 | Added security error handling to Swiften. | Remko Tronçon |
2010-11-07 | Refactored TLS handling. | Remko Tronçon |
2010-11-06 | Use EntityCapsProvider in Swiften. | Remko Tronçon |
2010-11-03 | Added ClientDiscoManager. | Remko Tronçon |
2010-11-03 | Refactoring Presence & MUC handling. | Remko Tronçon |
2010-10-30 | Disconnect client cleanly before quitting. | Remko Tronçon |
2010-10-30 | Changed CoreClient::onError to CoreClient::onDisconnected. | Remko Tronçon |
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon |
2010-10-25 | More documentation. | Remko Tronçon |
2010-10-25 | Updated doxygen. | Remko Tronçon |
2010-10-25 | Remove the use of Shared<>. | Remko Tronçon |
2010-10-24 | Added some doxygen docs. | Remko Tronçon |
2010-10-24 | Moving more from Swift to Client. | Remko Tronçon |
2010-10-24 | Created Storages interface. | Remko Tronçon |
2010-10-24 | Moved MUCRegistry into client. | Remko Tronçon |
2010-10-24 | Moved PresenceSender to client. | Remko Tronçon |
2010-10-24 | Creating abstract XMPPRoster base class. | Remko Tronçon |
2010-10-15 | Added Component. | Remko Tronçon |
2010-10-15 | Added ComponentSession. | Remko Tronçon |
2010-10-15 | Added Component parser, serializer, element, and connector. | Remko Tronçon |
2010-10-10 | Moved presenceOracle inside Client. | Remko Tronçon |
2010-10-10 | Moved XMPP roster & controller from Swift to Client. | Remko Tronçon |
2010-10-10 | Move SoftwareVersion responder from Swift to Client. | Remko Tronçon |
2010-10-10 | Separate CoreClient out of Client. | Remko Tronçon |
2010-10-10 | Client refactoring. | Remko Tronçon |
2010-10-09 | Added EchoBot walkthrough example. | Remko Tronçon |
2010-10-07 | Fix crashes on disconnect during connect. | Remko Tronçon |
2010-10-04 | Implement getBoundJID() (as getJID()) | Remko Tronçon |
2010-10-01 | Reuse server-generated resources. | Kevin Smith |
2010-09-12 | Remove IQRouter from client inheritance list. | Remko Tronçon |
2010-09-11 | Fixed some memory leaks. | Remko Tronçon |
2010-09-11 | Added support for Entity Capabilities. | Remko Tronçon |
2010-09-05 | Clear VCardUpdateManager's cache upon login. | Remko Tronçon |
2010-09-03 | XEP-0198 Ack support in the UI | Kevin Smith |
2010-09-03 | Establish stream management after resource bind. | Remko Tronçon |
2010-08-29 | Added stanza acking support to client. | Remko Tronçon |
2010-08-21 | Fixed a few avatar unit tests. | Remko Tronçon |