summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2009-11-10Remove "Add Contact" button from roster.Remko Tronçon
2009-11-10Fix error messages.Remko Tronçon
2009-11-10Fixed error handling.Remko Tronçon
2009-11-10Refactored session management.Remko Tronçon
2009-11-10Even more Client refactoring.Remko Tronçon
2009-11-10More Client refactoring.Remko Tronçon
2009-11-09Refactoring Client.Remko Tronçon
2009-11-09Trivial test of RosterControllerKevin Smith
2009-11-08Fix for crash on login failure. Scaffoling for testing roster stuff.Kevin Smith
2009-11-08Added Error class.Remko Tronçon
2009-11-06Added SessionStream.Remko Tronçon
2009-11-05A block of the work for roster pushes.Kevin Smith
Still needs unit testing
2009-11-02Set new status when Enter is pressed in the status change input.Kevin Smith
2009-11-01Fix incorrectly bundled Qt image plugins.Remko Tronçon
2009-11-01Also do pretty builds on windows.Remko Tronçon
2009-11-01Simplify build pretty printing.Remko Tronçon
2009-11-01Moving tests around.Remko Tronçon
2009-11-01Added SCons test framework.Remko Tronçon
2009-11-01Added isActive() to WhitespacePingLayer.Remko Tronçon