summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-05-26Do JID Map lookups for MUC rosters.Kevin Smith
In the same way as was already done for user rosters. Resolves: #395
2010-05-26Don't let roster groups open and close on their own.Kevin Smith
Resolves: #368
2010-05-14Start roster groups expanded.Kevin Smith
Resolves: #343
2010-05-07Don't segfault when someone leaves a MUCKevin Smith
2010-05-07Sort the rosterKevin Smith
2010-05-07Fix hang on MUC users leavingKevin Smith
2010-05-06Rewrite 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-24XMPPRosterTest: Fix memory leak.Remko Tronçon
2010-04-18Improve roster performance through map lookups on operationsKevin Smith
2010-04-13Don't lose presence when receiving a roster item rename pushKevin Smith
Resolves: #312
2010-04-12RosterController testing.Kevin Smith
2010-04-08Added copyrights to Swiften.Kevin Smith
2010-03-28Moving submodule contents back.Remko Tronçon
2010-03-28Removing submodules.Remko Tronçon
2010-03-28Moved Swiften to a separate module.Remko Tronçon
2010-03-22Fixing up the unit tests again. Oops.Kevin Smith
2010-03-22Can now accept roster subscriptions.Kevin Smith
2009-11-22Testing the XMPPRoster.Kevin Smith
2009-11-21Starting testing XMPPRoster.Kevin Smith
Only one basic test, more to follow.
2009-11-09Trivial test of RosterControllerKevin Smith
2009-11-08Fix for crash on login failure. Scaffoling for testing roster stuff.Kevin Smith
2009-11-05A block of the work for roster pushes.Kevin Smith
Still needs unit testing
2009-09-15Completely untested. Rewiring the MainController for Client to be ↵Kevin Smith
reconnectable (won't compile).
2009-08-25scons check fix for the Roster changes.Kevin Smith
2009-08-24Status icons in the roster show correct status.Kevin Smith
2009-08-16Remove autoconf/make files.Remko Tronçon
2009-08-09Updating the MockTreeWidgetItem with all the new methods.Kevin Smith
2009-08-09Fix long-standing bug with a crash on quit after joining MUCs.Kevin Smith
2009-08-01Roster now includes avatars.Kevin Smith
2009-07-26Begin to assage Swift model into Qt Model/View.Kevin Smith
2009-06-01Import.Remko Tronçon