summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-10-15Added EchoComponent.Remko Tronçon
2010-10-15Added Component.Remko Tronçon
2010-10-15Added CoreComponent.Remko Tronçon
2010-10-15Added ComponentSession.Remko Tronçon
2010-10-15Added Component parser, serializer, element, and connector.Remko Tronçon
2010-10-14Added User Nickname element, serializer, and parser.Remko Tronçon
2010-10-12Don't assert on incorrect priorities.Remko Tronçon
2010-10-10Moved presenceOracle inside Client.Remko Tronçon
2010-10-10Moved XMPP roster & controller from Swift to Client.Remko Tronçon
2010-10-10Move SoftwareVersion responder from Swift to Client.Remko Tronçon
2010-10-10Separate CoreClient out of Client.Remko Tronçon
2010-10-10Client refactoring.Remko Tronçon
2010-10-10Move SoftwareVersionResponder constructor arguments to setter.Remko Tronçon
2010-10-10Refactor responders to only start on start().Remko Tronçon
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
2010-10-07Fix crashes on disconnect during connect.Remko Tronçon
2010-10-07Code cleanup from recent commitsKevin Smith
2010-10-07Avoid recursive calling of event callbacks.Remko Tronçon
2010-10-06Make sure parser tester returns an error.Remko Tronçon
2010-10-04Implement getBoundJID() (as getJID())Remko Tronçon
2010-10-04Assign contacts to groups.Kevin Smith
2010-10-04Join MUCs with the last broadcast presence.Kevin Smith
2010-10-03Don't get confused when people change roles in a MUC.Kevin Smith
2010-10-03Show contacts as unavailable after subscription removal.Kevin Smith
2010-10-02Persist roster group expandiness.Kevin Smith
2010-10-01Reuse server-generated resources.Kevin Smith
2010-10-01Use caps for enabling chat state notifications.Kevin Smith
2010-10-01Include contact's status when you start a chat with them.Kevin Smith
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
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
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
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
2010-09-12Moved application message display around.Remko Tronçon