summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-10-24Creating abstract XMPPRoster base class.Remko Tronçon
2010-10-23Make sure presence isn't type error before updating roster.Kevin Smith
2010-10-23Don't lose notification enabledness when the user changes status.Remko Tronçon
2010-10-22Fixed memory leaks and segfault on signout.Remko Tronçon
2010-10-22Be smarter about combining JoinParts in MUCs.Kevin Smith
2010-10-22Minor fixes to MUCs.Kevin Smith
2010-10-22Don't send composing events to offline users.Kevin Smith
2010-10-21Don't show popups for message bounches.Remko Tronçon
2010-10-21Moving queries & responders around.Remko Tronçon
2010-10-21Fixed authentication problems on reconnect.Remko Tronçon
2010-10-20Tell MUCController to handle disconnect/reconnect rejoins.Kevin Smith
2010-10-15Fixed a segfault with pending events.Remko Tronçon
2010-10-10Moved presenceOracle inside Client.Remko Tronçon
2010-10-10Fix a crash when signing out.Remko Tronçon
2010-10-10Moved XMPP roster & controller from Swift to Client.Remko Tronçon
2010-10-10Move SoftwareVersion responder from Swift to Client.Remko Tronçon
2010-10-10Client refactoring.Remko Tronçon
2010-10-10Move SoftwareVersionResponder constructor arguments to setter.Remko Tronçon
2010-10-10Refactor responders to only start on start().Remko Tronçon
2010-10-09Move Settings to Swift/Controllers.Remko Tronçon
2010-10-09Added EchoBot walkthrough example.Remko Tronçon
2010-10-08Regrouping nick-less contacts now correctly renders them as a JID in the roster.Kevin Smith
2010-10-08Fixing assorted memory leaks.Kevin Smith
2010-10-08Fix for very unlikely timing-related crash when quitting during event handlingKevin Smith
2010-10-08Update roster header even when going offline.Kevin Smith
2010-10-08Cancel chat state display when offline.Kevin Smith
2010-10-07Code cleanup from recent commitsKevin Smith
2010-10-05Create 'Enable notifications' menu on Linux.Kevin Smith
2010-10-04Disable the notifier when going to DND.Remko Tronçon
2010-10-04Implement getBoundJID() (as getJID())Remko Tronçon
2010-10-04Only bounce the dock (or flash the taskbar) on readable messages.Kevin Smith
2010-10-04Re-apply the contact's presence after roster changes.Kevin Smith
2010-10-03Don't treat role changes as a mergeable status changeKevin Smith
2010-10-03Show contacts as unavailable after subscription removal.Kevin Smith
2010-10-03Only jump the Mac dock when a Notice is generated.Kevin Smith
2010-10-02Fix for group expandiness persistencyKevin Smith
2010-10-02Persist roster group expandiness.Kevin Smith
2010-10-01Only show system tray message icon for message events.Kevin Smith
2010-10-01Improve spacing in status messages in chat dialogsKevin Smith
2010-10-01Reuse server-generated resources.Kevin Smith
2010-10-01Use caps for enabling chat state notifications.Kevin Smith
2010-10-01Don't loop when searching a server that has the same JID with different nodes.Kevin Smith
2010-10-01Include contact's status when you start a chat with them.Kevin Smith
2010-09-30Show status in chat window when contact sends presence.Kevin Smith
2010-09-24Add logic and tests for modifying roster items. No UI Yet.Kevin Smith
2010-09-24Don't overwrite date changes with presence changesKevin Smith
2010-09-24Don't crash at midnight if you've left a MUC.Kevin Smith
2010-09-17Fixed VCard request being sent too early.Remko Tronçon
2010-09-15Moved events from Swiften to Swift.Remko Tronçon
2010-09-15Some small cleanups.Remko Tronçon