Age | Commit message (Expand) | Author |
2010-10-23 | Make sure presence isn't type error before updating roster. | Kevin Smith |
2010-10-23 | Fixed compilation warnings. | Remko Tronçon |
2010-10-22 | Minor fixes to MUCs. | Kevin Smith |
2010-10-22 | Fix failing tests | Kevin Smith |
2010-10-22 | Don't send composing events to offline users. | Kevin Smith |
2010-10-22 | Ignore message errors for CSN. | Kevin Smith |
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 |
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 |
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 |
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 |
2010-10-09 | Fixed DoxyGen warning. | Remko Tronçon |
2010-10-09 | Added EchoBot walkthrough example. | Remko Tronçon |
2010-10-08 | Fixing assorted memory leaks. | Kevin Smith |
2010-10-07 | Fix crashes on disconnect during connect. | Remko Tronçon |
2010-10-07 | Code cleanup from recent commits | Kevin Smith |
2010-10-07 | Avoid recursive calling of event callbacks. | Remko Tronçon |
2010-10-06 | Make sure parser tester returns an error. | Remko Tronçon |
2010-10-04 | Implement getBoundJID() (as getJID()) | Remko Tronçon |
2010-10-04 | Assign contacts to groups. | Kevin Smith |
2010-10-04 | Join MUCs with the last broadcast presence. | Kevin Smith |
2010-10-03 | Don't get confused when people change roles in a MUC. | Kevin Smith |
2010-10-03 | Show contacts as unavailable after subscription removal. | Kevin Smith |
2010-10-02 | Persist roster group expandiness. | Kevin Smith |
2010-10-01 | Reuse server-generated resources. | Kevin Smith |
2010-10-01 | Use caps for enabling chat state notifications. | Kevin Smith |
2010-10-01 | Include contact's status when you start a chat with them. | Kevin Smith |
2010-09-17 | Cleaning up XMPP parser a bit. | Remko Tronçon |
2010-09-17 | Added XMPP parser tester. | Remko Tronçon |
2010-09-16 | Don't assert on untyped form fields. | Remko Tronçon |
2010-09-15 | Moved events from Swiften to Swift. | Remko Tronçon |