Age | Commit message (Expand) | Author |
2010-10-15 | Fixed a segfault with pending events. | Remko Tronçon |
2010-10-10 | Moved presenceOracle inside Client. | Remko Tronçon |
2010-10-10 | Fix a crash when signing out. | Remko Tronçon |
2010-10-10 | Moved XMPP roster & controller from Swift to Client. | Remko Tronçon |
2010-10-10 | Move SoftwareVersion responder from Swift to Client. | Remko Tronçon |
2010-10-10 | Client refactoring. | Remko Tronçon |
2010-10-10 | Move SoftwareVersionResponder constructor arguments to setter. | Remko Tronçon |
2010-10-10 | Refactor responders to only start on start(). | Remko Tronçon |
2010-10-09 | Move Settings to Swift/Controllers. | Remko Tronçon |
2010-10-09 | Added EchoBot walkthrough example. | Remko Tronçon |
2010-10-08 | Regrouping nick-less contacts now correctly renders them as a JID in the roster. | Kevin Smith |
2010-10-08 | Fixing assorted memory leaks. | Kevin Smith |
2010-10-08 | Fix for very unlikely timing-related crash when quitting during event handling | Kevin Smith |
2010-10-08 | Update roster header even when going offline. | Kevin Smith |
2010-10-08 | Cancel chat state display when offline. | Kevin Smith |
2010-10-07 | Code cleanup from recent commits | Kevin Smith |
2010-10-05 | Create 'Enable notifications' menu on Linux. | Kevin Smith |
2010-10-04 | Disable the notifier when going to DND. | Remko Tronçon |
2010-10-04 | Implement getBoundJID() (as getJID()) | Remko Tronçon |
2010-10-04 | Only bounce the dock (or flash the taskbar) on readable messages. | Kevin Smith |
2010-10-04 | Re-apply the contact's presence after roster changes. | Kevin Smith |
2010-10-03 | Don't treat role changes as a mergeable status change | Kevin Smith |
2010-10-03 | Show contacts as unavailable after subscription removal. | Kevin Smith |
2010-10-03 | Only jump the Mac dock when a Notice is generated. | Kevin Smith |
2010-10-02 | Fix for group expandiness persistency | Kevin Smith |
2010-10-02 | Persist roster group expandiness. | Kevin Smith |
2010-10-01 | Only show system tray message icon for message events. | Kevin Smith |
2010-10-01 | Improve spacing in status messages in chat dialogs | Kevin Smith |
2010-10-01 | Reuse server-generated resources. | Kevin Smith |
2010-10-01 | Use caps for enabling chat state notifications. | Kevin Smith |
2010-10-01 | Don't loop when searching a server that has the same JID with different nodes. | Kevin Smith |
2010-10-01 | Include contact's status when you start a chat with them. | Kevin Smith |
2010-09-30 | Show status in chat window when contact sends presence. | Kevin Smith |
2010-09-24 | Add logic and tests for modifying roster items. No UI Yet. | Kevin Smith |
2010-09-24 | Don't overwrite date changes with presence changes | Kevin Smith |
2010-09-24 | Don't crash at midnight if you've left a MUC. | Kevin Smith |
2010-09-17 | Fixed VCard request being sent too early. | Remko Tronçon |
2010-09-15 | Moved events from Swiften to Swift. | Remko Tronçon |
2010-09-15 | Some small cleanups. | Remko Tronçon |
2010-09-15 | Fixed EventController destruction order. | Remko Tronçon |
2010-09-15 | Added EventNotifier. | Remko Tronçon |
2010-09-15 | Use NickResolver for nicks in notifications. | Remko Tronçon |
2010-09-15 | Display useful errors in chats when server doesn't include <text>. | Kevin Smith |
2010-09-15 | Print date changes in chat windows. | Kevin Smith |
2010-09-15 | Added Snarl notification support | Remko Tronçon |
2010-09-13 | When joining a new room, create an instant room. | Kevin Smith |
2010-09-13 | Moved XMPPRosterController to Swiften. | Remko Tronçon |
2010-09-13 | Added presence notifier. | Remko Tronçon |
2010-09-12 | Move Notifier to SwifTools | Remko Tronçon |
2010-09-12 | Remove IQRouter from client inheritance list. | Remko Tronçon |