summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-11-27Added (Sparkle) AutoUpdater.Remko Tronçon
Not plugged into Swift yet.
2009-11-27Added 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-26Allow the XmlConsole to be closed, and there to be only one.Kevin Smith
Resolves: #261 Resolve: #262 # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch master # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: Swift/Controllers/UIInterfaces/XMLConsoleWidget.h # modified: Swift/Controllers/XMLConsoleController.cpp # modified: Swift/QtUI/QtXMLConsoleWidget.cpp # modified: Swift/QtUI/QtXMLConsoleWidget.h # # Untracked files: # (use "git add <file>..." to include in what will be committed) # # src/
2009-11-26Removed unnecessary files.Remko Tronçon
2009-11-26Remember the last used account.Kevin Smith
This is the last account to be logged in with, not the last account to be logged out. If you want that, open a new ticket. Resolves: #241
2009-11-26Plumbing to show a dummy XMLConsoleWidget in the chat tabs.Kevin Smith
This should all work now, and the XMLConsoleController needs to talk to the QtXMLConsoleWidget through the XMLConsoleWidget interface. Resolves: #256
2009-11-26Escape '>' to avoid trouble.Remko Tronçon
2009-11-26Plugin Avatars into MUCs.Kevin Smith
Provides the extra plumbing needed for the MUC faux-roster to be populated with Avatars. This is adding yet another linear time roster operation, and these are going to start adding up eventually. Resolves: #251
2009-11-26Make sure window title's update on tab close.Kevin Smith
This is a speculative fix for a problem that I couldn't reproduce but was hitting Steve reproducably. This should ensure that whenever a tab is closed, it'll cause the title to be updated.
2009-11-25Avoid having unreadable events added to queue.Remko Tronçon
2009-11-25Enabled stream compression again.Remko Tronçon
2009-11-25Added PresenceSenderTest.Remko Tronçon
2009-11-24Added PresenceSender object.Remko Tronçon
2009-11-24Integrated new IdleDetector.Remko Tronçon
2009-11-24Don't build swift in console mode.Remko Tronçon
2009-11-24Added Windows idle querier.Remko Tronçon
2009-11-24Added windows idle detector.Remko Tronçon
2009-11-24Added MacOSX Idle querier.Remko Tronçon
2009-11-24Added SwifTools/Idle module.Remko Tronçon
2009-11-23Test whether we have a session before sending stanzas.Remko Tronçon
2009-11-23Avoid segfault when using EXTERNAL.Remko Tronçon
2009-11-23Don't cut off the roster in its primeKevin Smith
2009-11-23Fix linkifying links with '+'.Remko Tronçon
2009-11-22Fix bug in SCRAM-SHA-1 authzid handling.Remko Tronçon
2009-11-22Add support for authorization ID to SCRAM-SHA-1.Remko Tronçon
2009-11-22Added auth success value support.Remko Tronçon
2009-11-22Added SCRAM-SHA-1 test for invalid iteration count.Remko Tronçon
2009-11-22Added SCRAM-SHA-1 test for initial server challenge.Remko Tronçon
2009-11-22Added SCRAM-SHA-1 unit test for final server message.Remko Tronçon
2009-11-22Added SCRAM-SHA-1 unit test for final client message.Remko Tronçon
2009-11-22Testing the XMPPRoster.Kevin Smith
2009-11-22Stringprep SCRAM-SHA-1 authcid.Remko Tronçon
2009-11-22Moved stringprepping to a separate module.Remko Tronçon
2009-11-22Added SCRAM-SHA-1 unit test.Remko Tronçon
2009-11-21Removing compiler warnings.Kevin Smith
Swiften and Swift now build with no compiler warnings for me on Snow Leopard.
2009-11-21Starting testing XMPPRoster.Kevin Smith
Only one basic test, more to follow.
2009-11-21Tweaking compilation flags on Windows.Remko Tronçon
Use /nologo and /subsystem:windows.
2009-11-21ldflags -> linkflagsRemko Tronçon
2009-11-21Added ccflags and ldflags config variables.Remko Tronçon
2009-11-21Implemented SCRAM-SHA-1 for real now.Remko Tronçon
Still need to do some cleanup and polishing.
2009-11-21Added PBKDF2 encoding.Remko Tronçon
2009-11-20Implement SCRAM-SHA1.Remko Tronçon
Actually found out that I implemented the old RFC. Need to reimplement SCRAM-SHA1 from scratch based on http://tools.ietf.org/html/draft-ietf-sasl-scram-10 Disabling for now.
2009-11-20Added challenge & response parser & serializer.Remko Tronçon
2009-11-20Abstracting authenticators.Remko Tronçon
2009-11-20Use QSound for sounds.Remko Tronçon
2009-11-20Added ClientSessionTest.Remko Tronçon
2009-11-20Fixed connection leak.Remko Tronçon
2009-11-19More space between the avatar and text in the roster (#221)Kevin Smith
This was requested by Steve, I can't say that I'm convinced but maybe it'll grow on me.
2009-11-19Reconnect automatically on errorKevin Smith
2009-11-19Added missing files of previous commit.Remko Tronçon