Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-16 | Pass NetworkFactories as an explicit dependency into client. | Remko Tronçon | |
2010-11-15 | Fixed OpenSSL compilation. | Remko Tronçon | |
2010-11-15 | Squelch warnings | Kevin Smith | |
2010-11-15 | Fix compilation on OS X | Kevin Smith | |
2010-11-15 | Clean MUC joins slightly. | Kevin Smith | |
In an attempt to catch errors, this doesn't Resolves: #691 but does add an assert that may help. It also fixes an error with created rooms not receiving updates presences. Release-Notes: Newly-created rooms will now receive your presence updates, consistent with existing rooms. | |||
2010-11-13 | Added missing receiver parameter to IBR requests. | Remko Tronçon | |
2010-11-12 | Added missing break statements in case switch. | Remko Tronçon | |
2010-11-12 | Don't include OpenSSL headers in Swiften.h. | Remko Tronçon | |
2010-11-12 | Add Windows trust anchors to OpenSSL context. | Remko Tronçon | |
2010-11-11 | Removed obsolete class. | Remko Tronçon | |
2010-11-11 | Added CertificateVerificationError::ref. | Remko Tronçon | |
2010-11-11 | Commenting getSubjectName test. | Remko Tronçon | |
2010-11-11 | Handle null OpenSSL X509 cert pointers better. | Remko Tronçon | |
2010-11-11 | Avoided compilation warnings. | Remko Tronçon | |
2010-11-11 | Fixed Linux compilation. | Remko Tronçon | |
2010-11-11 | Changed misleading test name. | Remko Tronçon | |
2010-11-11 | Added server identity check. | Remko Tronçon | |
2010-11-10 | Added InBandRegistration classes. | Remko Tronçon | |
2010-11-10 | Refactored TLS tests. | Remko Tronçon | |
2010-11-09 | Added Doxygen documentation for some certificate APIs. | Remko Tronçon | |
2010-11-09 | Certificate::getCommonName -> getCommonNames. | Remko Tronçon | |
2010-11-09 | Created CertificateFactory. | Remko Tronçon | |
2010-11-09 | Implement DER conversion to/from certificates. | Remko Tronçon | |
2010-11-09 | Only request new MUC context when rejoining. | Kevin Smith | |
Resolves: #542 Release-Notes: On reconnects, existing MUC history now won't be replayed. | |||
2010-11-09 | Fixed windows compilation. | Remko Tronçon | |
2010-11-08 | Brute force application of presence to roster items on add/modify. | Kevin Smith | |
Resolves: #655 Resolves: #672 Release-Notes: The roster should no longer sometimes show online users as offline. | |||
2010-11-07 | Refactoring certificates & certificate checking. | Remko Tronçon | |
2010-11-07 | Added missing files. | Remko Tronçon | |
2010-11-07 | Added security error handling to Swiften. | Remko Tronçon | |
2010-11-07 | Removed obsolete member var. | Remko Tronçon | |
2010-11-07 | Added certificate verification API to TLS context. | Remko Tronçon | |
2010-11-07 | Fixed build on linux. | Remko Tronçon | |
2010-11-07 | Refactored TLS handling. | Remko Tronçon | |
TLSLayer is now independent of TLS implementation. The implementation-specifics are now in TLSContext and TLSContextFactory. | |||
2010-11-06 | Use EntityCapsProvider in Swiften. | Remko Tronçon | |
2010-11-03 | Added incoming IBB session. | Remko Tronçon | |
2010-11-03 | Centralizing predefined features in DiscoInfo. | Remko Tronçon | |
2010-11-03 | Give later IQ handlers precedence over older IQ handlers. | Remko Tronçon | |
2010-11-03 | Added JIDDiscoInfoResponder + Added "to" parameter to responder callback. | Remko Tronçon | |
2010-11-03 | Added ClientDiscoManager. | Remko Tronçon | |
2010-11-03 | Refactoring Presence & MUC handling. | Remko Tronçon | |
2010-11-01 | Disable bookmarks when offline. | Kevin Smith | |
Resolves: #679 Release-Notes: You can no longer use bookmarks while offline. | |||
2010-10-31 | Remove pending events from a Timer when the timer is stopped. | Remko Tronçon | |
2010-10-31 | Make Timer one-shot. | Remko Tronçon | |
2010-10-30 | Disconnect client cleanly before quitting. | Remko Tronçon | |
Resolves: #671, #420 | |||
2010-10-30 | Changed CoreClient::onError to CoreClient::onDisconnected. | Remko Tronçon | |
The error parameter is optional. | |||
2010-10-29 | Make ChatStateNotifier use StanzaChannel directly. | Remko Tronçon | |
2010-10-28 | Correctly mark roster items with the highest priority status. | Kevin Smith | |
Resolves: #668 | |||
2010-10-27 | Fixed Linux compilation. | Remko Tronçon | |
2010-10-27 | Starting to test getHighestPriorityPresence | Kevin Smith | |
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon | |
The event loop now needs to be explicitly passed to clients using it. |