Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-10-26 | Fix compliation problems with CLang. | Remko Tronçon | |
2010-10-26 | Added missing #pragma onces. | Remko Tronçon | |
2010-10-25 | More documentation. | Remko Tronçon | |
2010-10-25 | Updated doxygen. | Remko Tronçon | |
2010-10-25 | Removing Shared.h. | Remko Tronçon | |
2010-10-25 | Remove the use of Shared<>. | Remko Tronçon | |
2010-10-24 | Added more missing platform link libraries. | Remko Tronçon | |
2010-10-24 | Added some doxygen docs. | Remko Tronçon | |
2010-10-24 | Added excludes to Doxygen. | 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 | Use the highest priority for a contact's roster item, not the newest. | Kevin Smith | |
Resolves: #654 Release-Notes: Contacts online from several clients at once should now show the highest priority presence, not the most recent. | |||
2010-10-24 | Creating abstract XMPPRoster base class. | Remko Tronçon | |
2010-10-24 | Clear VCardUpdate avatar hash on stream reset. | Remko Tronçon | |
Resolves: #554 Release-Notes: Fixed a bug where avatars would no longer appear after reconnecting. | |||
2010-10-23 | Make sure presence isn't type error before updating roster. | Kevin Smith | |
Resolves: #622 Release-Notes: Errors received from your contacts when setting your status will no longer cause the contacts to mirror your new status. | |||
2010-10-23 | Fixed compilation warnings. | Remko Tronçon | |
2010-10-22 | Minor fixes to MUCs. | Kevin Smith | |
Resolves: #626 Resolves: #632 Release-Notes: Notices will now be generated if someone says your nick in the MUC in any variant of capitalisation, and will not be generated if it was you that said it. | |||
2010-10-22 | Fix failing tests | Kevin Smith | |
2010-10-22 | Don't send composing events to offline users. | Kevin Smith | |
Resolves: #637 | |||
2010-10-22 | Ignore message errors for CSN. | Kevin Smith | |
Resolves: #636 Release-Notes: You will no longer see your contacts typing if there is an error sending typing notifications to them. | |||
2010-10-21 | Make sure Component always sets 'from' on outgoing IQ stanzas. | Remko Tronçon | |
2010-10-21 | Fixed case sensitivity compilation problem. | Remko Tronçon | |
2010-10-21 | Moving queries & responders around. | Remko Tronçon | |