Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-10-21 | Fixed memory leak in StreamInitiationParser. | Remko Tronçon | |
2010-10-21 | Added beginnings of outgoing file transfer to Swiften. | Remko Tronçon | |
2010-10-20 | Tell MUCController to handle disconnect/reconnect rejoins. | Kevin Smith | |
This causes the MUCController to deal with reconnects by requesting a rejoin. It also prepares for doing time-based context requests. Although I've traced the code down, and confirmed that presenceSender->sendPresence(joinPresence); is being called, the stanza is never sent. This needs further investigation, as currently it prevents the rejoins working. Resolves: #625 | |||
2010-10-15 | Added EchoComponent. | Remko Tronçon | |
2010-10-15 | Added Component. | Remko Tronçon | |
2010-10-15 | Added CoreComponent. | 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-14 | Added User Nickname element, serializer, and parser. | Remko Tronçon | |
2010-10-12 | Don't assert on incorrect priorities. | Remko Tronçon | |
Release-Notes: We don't crash anymore when a contact has set an incorrect priority | |||
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 | |
Removing inheritance from StanzaChannel to trim down the public API. | |||
2010-10-10 | Move SoftwareVersionResponder constructor arguments to setter. | Remko Tronçon | |
2010-10-10 | Refactor responders to only start on start(). | Remko Tronçon | |
2010-10-10 | Added ClientTest to test suite.swift-1.0beta7 | Remko Tronçon | |
2010-10-10 | Fixed compilation of StorageTest. | Remko Tronçon | |
2010-10-09 | Move Settings to Swift/Controllers. | Remko Tronçon | |
2010-10-09 | Moved Application from Swiften into SwifTools. | Remko Tronçon | |