summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-10-10Added ClientTest to test suite.swift-1.0beta7Remko Tronçon
2010-10-10Fixed compilation of StorageTest.Remko Tronçon
2010-10-09Move Settings to Swift/Controllers.Remko Tronçon
2010-10-09Moved Application from Swiften into SwifTools.Remko Tronçon
2010-10-09Fixed DoxyGen warning.Remko Tronçon
2010-10-09Added EchoBot walkthrough example.Remko Tronçon
2010-10-08Fixing assorted memory leaks.Kevin Smith
Resolves: #329
2010-10-07Fix crashes on disconnect during connect.Remko Tronçon
Resolves: #588
2010-10-07Code cleanup from recent commitsKevin Smith
2010-10-07Avoid recursive calling of event callbacks.Remko Tronçon
When EventLoop::handleEvent() was called recursively (i.e. by calling processEvents() from a slot), weird things happened, especially in the XMPP parser (assertion triggers, parse error from server, ...). Now, callbacks are put in a queue handled by the topmost handleEvent. Resolves: #592, #568
2010-10-06Make sure parser tester returns an error.Remko Tronçon
2010-10-04Implement getBoundJID() (as getJID())Remko Tronçon
Resolves: #582
2010-10-04Assign contacts to groups.Kevin Smith
Another patch will follow shortly to stop them appearing offline after a roster change like this. Resolves: #272 Release-Notes: It's now possible to assign your contacts to groups.
2010-10-04Join MUCs with the last broadcast presence.Kevin Smith
Resolves: #590 Release-Notes: Joining rooms when you are not plain 'available' now correctly sends your status to the room.
2010-10-03Don't get confused when people change roles in a MUC.Kevin Smith
Resolves: #529 Release-Notes: Being in a MUC with someone who has their role changed will no longer cause them to appear several times in the occupant list.
2010-10-03Show contacts as unavailable after subscription removal.Kevin Smith
Resolves: #455
2010-10-02Persist roster group expandiness.Kevin Smith
Release-Notes: Whether roster groups are expanded or collapsed is now persisted between sessions. Resolves: #399
2010-10-01Reuse server-generated resources.Kevin Smith
Once a new method has been implemented in Client, this will re-use a server-generated resource for re-connections within the same Swift session. This provides a stable resource for the session, preventing MUC ghosts and similar artifacts due to server or network failures, without disclosing additional information like hostnames in the resource. Resolves: #563
2010-10-01Use caps for enabling chat state notifications.Kevin Smith
Resolves: #93
2010-10-01Include contact's status when you start a chat with them.Kevin Smith
Resolves: #580
2010-09-17Cleaning up XMPP parser a bit.Remko Tronçon
2010-09-17Added XMPP parser tester.Remko Tronçon
2010-09-16Don't assert on untyped form fields.Remko Tronçon
Resolves: #567
2010-09-15Moved events from Swiften to Swift.Remko Tronçon
2010-09-15Added EventNotifier.Remko Tronçon
2010-09-15Added Snarl notification supportRemko Tronçon
2010-09-15Mark a subscription request as read if you defer it.Kevin Smith
Resolves: #505
2010-09-14Print warning on non-validating hashes.Remko Tronçon
2010-09-14Add extended disco support to caps verifier.Remko Tronçon
2010-09-13When joining a new room, create an instant room.Kevin Smith
Resolves: #112
2010-09-13Moved XMPPRosterController to Swiften.Remko Tronçon
2010-09-13Added presence notifier.Remko Tronçon
2010-09-12Move Notifier to SwifToolsRemko Tronçon
2010-09-12Remove IQRouter from client inheritance list.Remko Tronçon
2010-09-12Block MUC bookmarks until the server has responded.Kevin Smith
Else there could be bookmarks overwritten in an infeasibly unlikely race condition. Resolves: #340
2010-09-12Moved application message display around.Remko Tronçon
2010-09-12Remove unused include.Remko Tronçon
2010-09-12Create avatar cache dir lazily.Remko Tronçon
2010-09-12Make signal disconnect in CombinedAvatarProvider portable.Remko Tronçon
2010-09-11Fixed VCardFileStorageTest.Remko Tronçon
2010-09-11Fixed some memory leaks.Remko Tronçon
2010-09-11Make AvatarManager abstractRemko Tronçon
2010-09-11Added VCardAvatarManager for offline avatars.Remko Tronçon
Resolves: #418
2010-09-11Fixed VCard photo serializing bug.Remko Tronçon
2010-09-11Added CombinedAvatarProviderRemko Tronçon
2010-09-11Refactoring VCardUpdateAvatarManager.Remko Tronçon
2010-09-11Added support for Entity Capabilities.Remko Tronçon
Resolves: #94
2010-09-06Only request acks after a message was sent.Remko Tronçon
2010-09-06Partial VCard support without losing unknown data.Remko Tronçon
2010-09-05Do not store null VCard avatars.Remko Tronçon