Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-17 | Added eclipse project file. | Remko Tronçon | |
2009-12-07 | Fixed segfault on disconnect. | Remko Tronçon | |
2009-12-05 | Fixed C-Ares compilation on Windows. | Remko Tronçon | |
2009-12-04 | Implemented CAresDomainNameResolver. | Remko Tronçon | |
2009-12-03 | Reinitialize the resolver on every query. | Remko Tronçon | |
This hopefully fixes the DNS server caching behavior on network change. | |||
2009-12-03 | Fixed windows compilation of PlatformDomainNameServiceQuery. | Remko Tronçon | |
2009-12-03 | Added debugging output for DNS. | Remko Tronçon | |
2009-12-03 | Fixed unit tests. | Remko Tronçon | |
2009-12-03 | Do domain resolving in a separate thread. | Remko Tronçon | |
2009-12-03 | DNS querying is now asynchronous. | Remko Tronçon | |
This means we can now move them to a separate thread. | |||
2009-12-01 | Override SConscript() with our own, test-aware implementation. | Remko Tronçon | |
2009-11-27 | Integrated Sparkle auto-updater. | Remko Tronçon | |
2009-11-27 | Added 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-26 | Escape '>' to avoid trouble. | Remko Tronçon | |
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-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-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 | Starting testing XMPPRoster. | Kevin Smith | |
Only one basic test, more to follow. | |||
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 | Added ClientSessionTest. | Remko Tronçon | |
2009-11-20 | Fixed connection leak. | Remko Tronçon | |
2009-11-19 | Added missing files of previous commit. | Remko Tronçon | |
2009-11-19 | Added HMAC-SHA1 and SCRAM-SHA1 implementations. | Remko Tronçon | |
We don't authenticate with SCRAM-SHA1 yet. | |||
2009-11-16 | Fix inconsistent build flags with test=X. | Remko Tronçon | |
2009-11-15 | Fix compilation on Windows. | Remko Tronçon | |
2009-11-12 | Created a TimerFactory, and abstracted Timer. | Remko Tronçon | |
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 | Fix error messages. | Remko Tronçon | |
2009-11-10 | Fixed error handling. | Remko Tronçon | |
2009-11-10 | Refactored session management. | Remko Tronçon | |