Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-11-16 | Scroll roster by pixel. | Remko Tronçon | |
2009-11-16 | Fixed Linkify on camel case URLs. | Remko Tronçon | |
2009-11-16 | Removing obsolete files. | Remko Tronçon | |
2009-11-15 | Fix compilation on Windows. | Remko Tronçon | |
2009-11-15 | Linkify URLs. | Remko Tronçon | |
2009-11-12 | Fixed coverage script. | Remko Tronçon | |
2009-11-12 | Created a TimerFactory, and abstracted Timer. | Remko Tronçon | |
2009-11-12 | Reconnect in the MainController check the Client's connectedness. | Kevin Smith | |
2009-11-12 | Retrieve correct error in Request. | Remko Tronçon | |
2009-11-12 | Refactored DNS handling. | Remko Tronçon | |
Connections now fallback on other DNS entries upon failure, taking into account SRV priorities. | |||
2009-11-10 | Close connection properly on disconnect and session end. | Remko Tronçon | |
2009-11-10 | Remove "Add Contact" button from roster. | Remko Tronçon | |
2009-11-10 | Fix error messages. | Remko Tronçon | |
2009-11-10 | Fixed error handling. | Remko Tronçon | |
2009-11-10 | Refactored session management. | Remko Tronçon | |
2009-11-10 | Even more Client refactoring. | Remko Tronçon | |
2009-11-10 | More Client refactoring. | Remko Tronçon | |
2009-11-09 | Refactoring Client. | Remko Tronçon | |
2009-11-09 | Trivial test of RosterController | Kevin Smith | |
2009-11-08 | Fix for crash on login failure. Scaffoling for testing roster stuff. | Kevin Smith | |
2009-11-08 | Added Error class. | Remko Tronçon | |
2009-11-06 | Added SessionStream. | Remko Tronçon | |