Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-15 | Normalise muc joining, allow it from bookmark list. | Kevin Smith | |
Resolves: #320 | |||
2010-04-08 | Added copyrights to Swift. | Remko Tronçon | |
2010-03-22 | Can now accept roster subscriptions. | Kevin Smith | |
2009-11-05 | A block of the work for roster pushes. | Kevin Smith | |
Still needs unit testing | |||
2009-06-12 | Removing auto delete stuff from Request. | Remko Tronçon | |
This should now be handled properly by using shared_ptrs. | |||
2009-06-12 | Do not handle IQs directly in XMPPRosterController. | Remko Tronçon | |
XMPPRosterController now uses a RosterPushResponder to handle roster pushes. | |||
2009-06-12 | Do not register IQHandler in the constructor. | Remko Tronçon | |
This can get us in all kinds of trouble, including that it makes it impossible to use shared_ptr<> for Requests. | |||
2009-06-10 | Moved Swiften/Controllers to Swift/Controllers. | Remko Tronçon | |