Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-14 | Add extended disco support to caps verifier. | Remko Tronçon | |
2010-09-13 | When joining a new room, create an instant room. | Kevin Smith | |
Resolves: #112 | |||
2010-09-13 | Moved XMPPRosterController to Swiften. | Remko Tronçon | |
2010-09-12 | Move Notifier to SwifTools | Remko Tronçon | |
2010-09-11 | Added VCardAvatarManager for offline avatars. | Remko Tronçon | |
Resolves: #418 | |||
2010-09-11 | Added CombinedAvatarProvider | Remko Tronçon | |
2010-09-11 | Refactoring VCardUpdateAvatarManager. | Remko Tronçon | |
2010-09-11 | Added support for Entity Capabilities. | Remko Tronçon | |
Resolves: #94 | |||
2010-09-06 | Partial VCard support without losing unknown data. | Remko Tronçon | |
2010-08-29 | Added Stanza Ack Requester & Responder. | Remko Tronçon | |
2010-08-29 | Added StanzaAckParserTest. | Remko Tronçon | |
2010-08-24 | Split out VCardUpdateAvatarManager from AvatarManager. | Remko Tronçon | |
2010-08-24 | Implemented VCardManager. | Remko Tronçon | |
2010-08-24 | Added VCardStorage. | Remko Tronçon | |
2010-08-21 | Revert "Store avatars per profile." | Remko Tronçon | |
2010-08-21 | Store avatars per profile. | Remko Tronçon | |
2010-08-19 | Extract dir providing functionality from application class. | Remko Tronçon | |
2010-08-18 | Added command parser. | Remko Tronçon | |
2010-08-08 | Added XEP-0004 data forms parsing & serializing. | Remko Tronçon | |
2010-06-09 | Enabled & fixed some more C++ warnings. | Remko Tronçon | |
2010-06-04 | Remove SQLite tests. | Remko Tronçon | |
2010-06-03 | Distinguish an empty SASL message from no SASL message. | Remko Tronçon | |
2010-05-23 | Implement XEP-0045 joining, and appropriate error handling. | Kevin Smith | |
Resolves: #211 | |||
2010-05-13 | List MUCs available on services. | Kevin Smith | |
Resolves: #276 | |||
2010-05-08 | Added DIGEST-MD5 properties. | Remko Tronçon | |
2010-05-06 | Rewrite of large amounts of roster code. | Kevin Smith | |
Now keeps widgets out of Swiften, keeps sorting inside Swiften, and keeps track of presences to show the correct presence per roster item. Resolves: #316 Resolves: #81 Resolves: #239 | |||
2010-05-04 | Don't take an avatar from a presence type='error'. | Remko Tronçon | |
Resolves: #336 | |||
2010-04-23 | Add XEP-0203 (Delay) support. | Kevin Smith | |
Puts delay warnings in the chat log. Not optional yet. | |||
2010-04-12 | RosterController testing. | 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 | |
2010-03-26 | Starting plumbing for MUC bookmarks | Kevin Smith | |
2010-02-17 | Preliminary Chat State Notifications support. | Kevin Smith | |
Only covers Active and Composing (Which is very possibly all we care about). | |||
2010-02-10 | ChatStateNotifier and tests, ready for XEP-85 support. | Kevin Smith | |
2010-01-11 | Added SendMessage script. | Remko Tronçon | |
2009-12-31 | Removed empty MUCPayload. | Remko Tronçon | |
2009-12-24 | Extract the Chat dialog management from MainController into ChatsManager. | Kevin Smith | |
There is a single unit test so far - but that's more than was there before, so I'm pushing. Expect more unit tests shortly. Resolves: #139 | |||
2009-12-01 | Override SConscript() with our own, test-aware implementation. | Remko Tronçon | |
2009-11-27 | Added MD5 hashing algorithm. | Remko Tronçon | |
Moved 'hexifying' of hashes into its own class, such that it can be shared between all hashes. | |||
2009-11-24 | Added PresenceSender object. | Remko Tronçon | |
2009-11-22 | Added auth success value support. | Remko Tronçon | |
2009-11-22 | Stringprep SCRAM-SHA-1 authcid. | Remko Tronçon | |
2009-11-22 | Moved stringprepping to a separate module. | Remko Tronçon | |
2009-11-22 | Added SCRAM-SHA-1 unit test. | Remko Tronçon | |
2009-11-21 | Starting testing XMPPRoster. | Kevin Smith | |
Only one basic test, more to follow. | |||
2009-11-21 | Implemented SCRAM-SHA-1 for real now. | Remko Tronçon | |
Still need to do some cleanup and polishing. | |||
2009-11-20 | Added challenge & response parser & serializer. | Remko Tronçon | |
2009-11-20 | Abstracting authenticators. | Remko Tronçon | |
2009-11-20 | Added ClientSessionTest. | Remko Tronçon | |