Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-03 | Added JIDDiscoInfoResponder + Added "to" parameter to responder callback. | Remko Tronçon | |
2010-10-28 | Correctly mark roster items with the highest priority status. | Kevin Smith | |
Resolves: #668 | |||
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon | |
The event loop now needs to be explicitly passed to clients using it. | |||
2010-10-25 | Remove the use of Shared<>. | Remko Tronçon | |
2010-10-24 | Creating abstract XMPPRoster base class. | Remko Tronçon | |
2010-10-23 | Make sure presence isn't type error before updating roster. | Kevin Smith | |
Resolves: #622 Release-Notes: Errors received from your contacts when setting your status will no longer cause the contacts to mirror your new status. | |||
2010-10-21 | Moving queries & responders around. | Remko Tronçon | |
2010-10-10 | Refactor responders to only start on start(). | Remko Tronçon | |
2010-10-09 | Added EchoBot walkthrough example. | Remko Tronçon | |
2010-10-08 | Fixing assorted memory leaks. | Kevin Smith | |
Resolves: #329 | |||
2010-10-07 | Code cleanup from recent commits | Kevin Smith | |
2010-10-04 | Assign contacts to groups. | Kevin Smith | |
Another patch will follow shortly to stop them appearing offline after a roster change like this. Resolves: #272 Release-Notes: It's now possible to assign your contacts to groups. | |||
2010-10-03 | Show contacts as unavailable after subscription removal. | Kevin Smith | |
Resolves: #455 | |||
2010-10-02 | Persist roster group expandiness. | Kevin Smith | |
Release-Notes: Whether roster groups are expanded or collapsed is now persisted between sessions. Resolves: #399 | |||
2010-09-13 | Moved XMPPRosterController to Swiften. | Remko Tronçon | |
2010-09-13 | Added presence notifier. | Remko Tronçon | |
2010-09-11 | Make AvatarManager abstract | Remko Tronçon | |
2010-09-11 | Added VCardAvatarManager for offline avatars. | Remko Tronçon | |
Resolves: #418 | |||
2010-08-27 | Rerequest the roster at reconnect. | Kevin Smith | |
Resolves: #548 | |||
2010-08-20 | Don't include status in MUC roster sorting. | Kevin Smith | |
Resolves: #536 | |||
2010-08-07 | Don't crash when kicked from a MUC. | Kevin Smith | |
Resolves: #521 | |||
2010-07-23 | Recognise when leaving a MUC (disconnect or kick). | Kevin Smith | |
Also cleans up some outstanding MUC issues. Resolves: #288 Resolves: #392 Resolves: #279 Resolves: #114 | |||
2010-06-09 | Fixed windows compilation warnings. | Remko Tronçon | |
2010-06-09 | Remove compilation warnings from tests. | Remko Tronçon | |
2010-06-04 | Starting towards tooltips for the colour-blind. | Kevin Smith | |
Putting status show names along with the text in tooltips. Covers the MeView and roster entries. Still ToDo: status setter Resolves: #429 | |||
2010-06-02 | Rename boost_signalslib.h to boost_bsignals. | Remko Tronçon | |
2010-06-02 | Using Boost workaround for Qt signals keyword clash. | Remko Tronçon | |
This should allow us to link against system boost versions. | |||
2010-05-26 | Do JID Map lookups for MUC rosters. | Kevin Smith | |
In the same way as was already done for user rosters. Resolves: #395 | |||
2010-05-26 | Don't let roster groups open and close on their own. | Kevin Smith | |
Resolves: #368 | |||
2010-05-14 | Start roster groups expanded. | Kevin Smith | |
Resolves: #343 | |||
2010-05-07 | Don't segfault when someone leaves a MUC | Kevin Smith | |
2010-05-07 | Sort the roster | Kevin Smith | |
2010-05-07 | Fix hang on MUC users leaving | Kevin Smith | |
2010-05-06 | Rewrite of large amounts of roster code. | Kevin Smith | |
Now keeps widgets out of Swiften, keeps sorting inside Swiften, and keeps track of presences to show the correct presence per roster item. Resolves: #316 Resolves: #81 Resolves: #239 | |||
2010-04-24 | XMPPRosterTest: Fix memory leak. | Remko Tronçon | |
2010-04-18 | Improve roster performance through map lookups on operations | Kevin Smith | |
2010-04-13 | Don't lose presence when receiving a roster item rename push | Kevin Smith | |
Resolves: #312 | |||
2010-04-12 | RosterController testing. | Kevin Smith | |
2010-04-08 | Added copyrights to Swiften. | Kevin Smith | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moved Swiften to a separate module. | Remko Tronçon | |
2010-03-22 | Fixing up the unit tests again. Oops. | Kevin Smith | |
2010-03-22 | Can now accept roster subscriptions. | Kevin Smith | |
2009-11-22 | Testing the XMPPRoster. | Kevin Smith | |
2009-11-21 | Starting testing XMPPRoster. | Kevin Smith | |
Only one basic test, more to follow. | |||
2009-11-09 | Trivial test of RosterController | Kevin Smith | |
2009-11-08 | Fix for crash on login failure. Scaffoling for testing roster stuff. | Kevin Smith | |
2009-11-05 | A block of the work for roster pushes. | Kevin Smith | |
Still needs unit testing | |||
2009-09-15 | Completely untested. Rewiring the MainController for Client to be ↵ | Kevin Smith | |
reconnectable (won't compile). |