Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-26 | Plugin 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-26 | Make 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-25 | Avoid having unreadable events added to queue. | Remko Tronçon | |
2009-11-25 | Enabled stream compression again. | Remko Tronçon | |
2009-11-25 | Added PresenceSenderTest. | Remko Tronçon | |
2009-11-24 | Added PresenceSender object. | Remko Tronçon | |
2009-11-24 | Integrated new IdleDetector. | Remko Tronçon | |
2009-11-24 | Don't build swift in console mode. | Remko Tronçon | |
2009-11-24 | Added Windows idle querier. | Remko Tronçon | |
2009-11-24 | Added windows idle detector. | Remko Tronçon | |
2009-11-24 | Added MacOSX Idle querier. | Remko Tronçon | |
2009-11-24 | Added SwifTools/Idle module. | Remko Tronçon | |
2009-11-23 | Test whether we have a session before sending stanzas. | Remko Tronçon | |
2009-11-23 | Avoid segfault when using EXTERNAL. | Remko Tronçon | |
2009-11-23 | Don't cut off the roster in its prime | Kevin Smith | |
2009-11-23 | Fix linkifying links with '+'. | Remko Tronçon | |
2009-11-22 | Fix bug in SCRAM-SHA-1 authzid handling. | Remko Tronçon | |
2009-11-22 | Add support for authorization ID to SCRAM-SHA-1. | Remko Tronçon | |
2009-11-22 | Added auth success value support. | Remko Tronçon | |
2009-11-22 | Added SCRAM-SHA-1 test for invalid iteration count. | Remko Tronçon | |
2009-11-22 | Added SCRAM-SHA-1 test for initial server challenge. | Remko Tronçon | |
2009-11-22 | Added SCRAM-SHA-1 unit test for final server message. | Remko Tronçon | |
2009-11-22 | Added SCRAM-SHA-1 unit test for final client message. | Remko Tronçon | |
2009-11-22 | Testing the XMPPRoster. | Kevin Smith | |
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 | Removing compiler warnings. | Kevin Smith | |
Swiften and Swift now build with no compiler warnings for me on Snow Leopard. | |||
2009-11-21 | Starting testing XMPPRoster. | Kevin Smith | |
Only one basic test, more to follow. | |||
2009-11-21 | Tweaking compilation flags on Windows. | Remko Tronçon | |
Use /nologo and /subsystem:windows. | |||
2009-11-21 | ldflags -> linkflags | Remko Tronçon | |
2009-11-21 | Added ccflags and ldflags config variables. | Remko Tronçon | |
2009-11-21 | Implemented SCRAM-SHA-1 for real now. | Remko Tronçon | |
Still need to do some cleanup and polishing. | |||
2009-11-21 | Added PBKDF2 encoding. | Remko Tronçon | |
2009-11-20 | Implement 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-20 | Added challenge & response parser & serializer. | Remko Tronçon | |
2009-11-20 | Abstracting authenticators. | Remko Tronçon | |
2009-11-20 | Use QSound for sounds. | Remko Tronçon | |
2009-11-20 | Added ClientSessionTest. | Remko Tronçon | |
2009-11-20 | Fixed connection leak. | Remko Tronçon | |
2009-11-19 | More 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-19 | Reconnect automatically on error | Kevin Smith | |
2009-11-19 | Added missing files of previous commit. | Remko Tronçon | |
2009-11-19 | Label the input fields in the login window | Kevin Smith | |
2009-11-19 | Added HMAC-SHA1 and SCRAM-SHA1 implementations. | Remko Tronçon | |
We don't authenticate with SCRAM-SHA1 yet. | |||
2009-11-18 | Publish security labels disco info. | Remko Tronçon | |
2009-11-18 | Fix linkifying of urls with #. | Remko Tronçon | |
2009-11-18 | Wait until WebKit is ready loading the initial template before appending ↵ | Remko Tronçon | |
messages. Fixes bug where first messages were missing from the view. | |||
2009-11-16 | Add another linkifier test. | Remko Tronçon | |
2009-11-16 | Fix inconsistent build flags with test=X. | Remko Tronçon | |