summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2009-11-19Label the input fields in the login windowKevin Smith
2009-11-19Added HMAC-SHA1 and SCRAM-SHA1 implementations.Remko Tronçon
We don't authenticate with SCRAM-SHA1 yet.
2009-11-18Publish security labels disco info.Remko Tronçon
2009-11-18Fix linkifying of urls with #.Remko Tronçon
2009-11-18Wait 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-16Add another linkifier test.Remko Tronçon
2009-11-16Fix inconsistent build flags with test=X.Remko Tronçon
2009-11-16Scroll roster by pixel.Remko Tronçon
2009-11-16Fixed Linkify on camel case URLs.Remko Tronçon
2009-11-16Removing obsolete files.Remko Tronçon
2009-11-15Fix compilation on Windows.Remko Tronçon
2009-11-15Linkify URLs.Remko Tronçon
2009-11-12Fixed coverage script.Remko Tronçon
2009-11-12Created a TimerFactory, and abstracted Timer.Remko Tronçon
2009-11-12Reconnect in the MainController check the Client's connectedness.Kevin Smith
2009-11-12Retrieve correct error in Request.Remko Tronçon
2009-11-12Refactored DNS handling.Remko Tronçon
Connections now fallback on other DNS entries upon failure, taking into account SRV priorities.
2009-11-10Close connection properly on disconnect and session end.Remko Tronçon