Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Abstracting authenticators. | Remko Tronçon | |
2009-11-20 | Added ClientSessionTest. | Remko Tronçon | |
2009-11-12 | Created a TimerFactory, and abstracted Timer. | 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 | 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-08 | Added Error class. | Remko Tronçon | |
2009-11-01 | Refactored some degenerate stuff out of base Session. | Remko Tronçon | |
2009-10-25 | Starting to unit test PresenceOracle. | Kevin Smith | |
2009-09-15 | Reconnect seems to mostly work now. | Kevin Smith | |
It doesn't always re-enable the chat windows, though, so it's not perfect yet. | |||
2009-09-15 | Completely untested. Rewiring the MainController for Client to be ↵ | Kevin Smith | |
reconnectable (won't compile). | |||
2009-09-11 | Disable WhitespacePingLayer on disconnect + Timer refactoring. | Remko Tronçon | |
Timer now no longer runs in its own thread, but in the main Boost IOService thread. | |||
2009-08-22 | Fix expanded tab characters. | Remko Tronçon | |
2009-08-16 | Remove autoconf/make files. | Remko Tronçon | |
2009-08-16 | Use global IO service thread in Client. | Remko Tronçon | |
2009-07-24 | Fix uninitialized streamstack. | Remko Tronçon | |
2009-07-22 | Temporarily disable client test. | Remko Tronçon | |
2009-07-22 | Started refactoring ClientSessionTest. | Remko Tronçon | |
2009-07-19 | Factor out remote & local JID into Session. | Remko Tronçon | |
2009-07-19 | Factor out common session stuff into Session class. | Remko Tronçon | |
2009-07-19 | Rename Session to ClientSession. | Remko Tronçon | |
2009-07-19 | (Client)Session & Connection refactoring. | Remko Tronçon | |
ClientSession no longer sets up a connection. Connection no longer resolves addresses. | |||
2009-07-18 | Implement incoming linklocal connections. | Remko Tronçon | |
2009-07-17 | Implemented clean session/connection shutdown. | Remko Tronçon | |
2009-07-15 | Make stream stack layers reference counted. | Remko Tronçon | |
2009-07-14 | Make all Connection instances shared_ptrs. | Remko Tronçon | |
2009-07-14 | Consolidating IncomingConnection & Connection. | Remko Tronçon | |
BoostConnections no longer have their own thread, but are managed from a central Boost IO thread instead. | |||
2009-07-13 | Server stream header support. | Remko Tronçon | |
2009-07-11 | Added ClientXMLTracer. | Remko Tronçon | |
This is a utility class that can be used to easily trace incoming and outgoing XML in bots etc. | |||
2009-06-22 | Support vCard-based avatars in MUCs. | Remko Tronçon | |
2009-06-18 | Avoid MSVC compiler warning in SessionTest.cpp. | Remko Tronçon | |
2009-06-11 | Some code layout improvement in Client/Session. | Remko Tronçon | |
2009-06-01 | Import. | Remko Tronçon | |