Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-15 | Moved QtEventLoop to the Swift namespace. | Remko Tronçon | |
2011-02-15 | Make JID constructor with string implicit. | Remko Tronçon | |
This avoids the need to explicitly contruct a JID where a string is used. | |||
2011-02-14 | Fixed ExpatParser compilation. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-14 | String refactoring. | Remko Tronçon | |
Removed String::getLength(). Rewrote String::removeAll(). | |||
2011-02-13 | Removed some boilerplate classes. | Remko Tronçon | |
2011-02-13 | Use boost string algorithms. | Remko Tronçon | |
2011-02-12 | Cache stringprep results for JIDs. | Remko Tronçon | |
2011-02-12 | Share locale object between delay parsers. | Remko Tronçon | |
2011-02-12 | Don't prep JID in toBare(). | Remko Tronçon | |
2011-02-11 | Adding more roster unit tests | Kevin Smith | |
2011-02-09 | Treat 'connection closed' as an error. | Remko Tronçon | |
2011-02-08 | Initialize variable to avoid GCC 4.4 warning. | Remko Tronçon | |
2011-02-07 | Moved Swift-specific roster code out of Swiften. | Remko Tronçon | |
2011-02-07 | Reworking contact editing. | Remko Tronçon | |
Collapsed rename, group edit, and remove into one dialog. Moved contact editing logic to controllers. | |||
2011-02-06 | Only assume we are logged in when we have bound our resource. | Remko Tronçon | |
Resolves: #758 | |||
2011-02-05 | Fixed some bugs with MUC joining. | Remko Tronçon | |
2011-02-05 | Don't crash when receiving null roster payload. | Remko Tronçon | |
2011-02-02 | Removing unused parameter from Client constructor. | Remko Tronçon | |
2011-01-30 | Added profile edit dialog. | Remko Tronçon | |
Resolves: #141, #587. | |||
2011-01-29 | Added some experimental Jingle classes. | Remko Tronçon | |
2011-01-27 | Fixed CLang warnings. | 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). | |||
2011-01-24 | Added debug output to boost connection. | Remko Tronçon | |
2011-01-24 | Added test suite registration checker. | Remko Tronçon | |
2011-01-22 | Close connection properly before quitting. | Remko Tronçon | |
2011-01-22 | Renaming SessionStream::onError to SessionStream::onClosed. | Remko Tronçon | |
2011-01-22 | Some small event loop tweaks. | Remko Tronçon | |
2011-01-21 | Removed debug output from BoostConnection. | Remko Tronçon | |
2011-01-21 | Code cleanup. | Remko Tronçon | |
2011-01-18 | Cleaned up some code. | Remko Tronçon | |
2011-01-15 | Wait to close the connection until pending writes are done. | Remko Tronçon | |
This hopefully fixes the uninterruptable hang on exit. | |||
2011-01-15 | Comply with asio's documentation that we cannot call async_write multiple ↵ | Remko Tronçon | |
times simultaniously. | |||
2011-01-12 | Refactored MUC code a bit. | Remko Tronçon | |
2010-12-30 | Show certificate fingerprint in 'Trust certificate' dialog. | Remko Tronçon | |
2010-12-27 | Fixed crash on disconnect. | Remko Tronçon | |
2010-12-27 | Fix destruction order in unit tests. | Remko Tronçon | |
2010-12-27 | Disconnect signals in IQRouter. | Remko Tronçon | |
2010-12-27 | Avoid leaking connection on exit. | Remko Tronçon | |
2010-12-27 | Avoid more valgrind warnings. | Remko Tronçon | |
2010-12-27 | Stop eventloop in ClientTest disconnect signal. | Remko Tronçon | |
2010-12-27 | Added event debugging methods. | Remko Tronçon | |
2010-12-27 | Fix valgrind warnings & leaks. | Remko Tronçon | |
2010-12-27 | Also emit connection disconnected signal when we initiate the disconnect. | Remko Tronçon | |
2010-12-27 | Fixed valgrind warnings & leaks. | Remko Tronçon | |
2010-12-26 | Fixed crash when searching for users. | Remko Tronçon | |
Resolves: #730 | |||
2010-12-22 | Basic User Search support, and Find Rooms cleanup. | Kevin Smith | |
Adds a throbber to the MUC search, turns the Add Contact dialog into something searchy, adds the option to open chats to arbitrary JIDs. Resolves: #614 Resolves: #695 Resolves: #436 Release-Notes: On servers that support it, users can now perform searches for contacts to add or chat to. | |||
2010-12-21 | Fixed compilation on Windows. | Remko Tronçon | |
2010-12-20 | Re-enabling XMPPLayer unit tests. | Remko Tronçon | |
2010-12-20 | Don't immediately send presence unneccesarily when registering directed ↵ | Kevin Smith | |
presence senders. Hopefully Resolves: #691 Release-Notes: We hope to have fixed the bug where a MUC room would go into loop of parting and joining continually. |