Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-01-26 | Make boost io_service a shared object. | Remko Tronçon | |
This should avoid problems when destroying an event loop containing timer or network events, after the network factory (and io_service object) has disappeared (i.e. at shutdown). | |||
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon | |
The event loop now needs to be explicitly passed to clients using it. | |||
2010-09-06 | Partial VCard support without losing unknown data. | Remko Tronçon | |
2010-06-18 | Fix crash on reconnect. | Remko Tronçon | |
BoostTimer isn't supposed to be constructed as a non-shared-ptr. Making constructor private to avoid this error in the future. | |||
2010-06-03 | Use SASL EXTERNAL for authenticating in Slimber. | Remko Tronçon | |
2010-04-08 | Added copyrights to Slimber. | Remko Tronçon | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-02-11 | Moved some modules into separate git modules. | Remko Tronçon | |
2009-11-08 | Added Error class. | Remko Tronçon | |
2009-08-03 | Slimber: Remove debug output. | Remko Tronçon | |
2009-08-02 | Slimber: Handle ConnectionServer disconnects more cleanly. | Remko Tronçon | |
2009-08-02 | Slimber: Handle conflicts/restarts. | Remko Tronçon | |
2009-08-01 | Added BoostConnectionServer error signaling. | Remko Tronçon | |
2009-08-01 | Made Slimber fully functional again. | Remko Tronçon | |
2009-07-30 | Make Slimber use the new LinkLocal framework. | Remko Tronçon | |
XMPP Server is temporarily out of order. | |||
2009-07-27 | Improve LinkLocalServiceInfo unit test. | Remko Tronçon | |
2009-07-23 | Add beginning of new DNS-SD query framework. | Remko Tronçon | |
2009-07-21 | Use VCard information in Link Local service info. | Remko Tronçon | |
2009-07-21 | Use VCard to set name. | Remko Tronçon | |
2009-07-21 | Add VCardCollection. | Remko Tronçon | |
2009-07-21 | Show list of connected users. | Remko Tronçon | |
2009-07-21 | Update the "You are logged in" menu. | Remko Tronçon | |
2009-07-20 | Move Slimber server out of main. | Remko Tronçon | |