Age | Commit message (Expand) | Author |
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 | 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-02 | Persist roster group expandiness. | Kevin Smith |
2010-10-01 | Reuse server-generated resources. | Kevin Smith |
2010-10-01 | Use caps for enabling chat state notifications. | Kevin Smith |
2010-09-15 | Moved events from Swiften to Swift. | 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-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 |
2010-09-12 | Moved application message display around. | Remko Tronçon |
2010-09-11 | Make AvatarManager abstract | Remko Tronçon |
2010-09-11 | Added support for Entity Capabilities. | Remko Tronçon |
2010-08-27 | Separate MUCRegistry from ChatsManager. | Remko Tronçon |
2010-08-27 | Rerequest the roster at reconnect. | Kevin Smith |
2010-08-27 | Don't segfault at login-screen exit | Kevin Smith |
2010-08-27 | Use own nick at top of roster. | Kevin Smith |
2010-08-24 | Implemented VCardManager. | Remko Tronçon |
2010-08-24 | Added VCardStorage. | Remko Tronçon |
2010-08-21 | Revert "Store avatars per profile." | Remko Tronçon |
2010-08-21 | Store avatars per profile. | Remko Tronçon |
2010-08-20 | Restart with previous (per-accoun) status. | Kevin Smith |
2010-08-20 | Only add one vcard and caps element to each presence stanza. | Kevin Smith |
2010-08-19 | Fixed compilation on OS X. | Remko Tronçon |
2010-08-19 | Extract dir providing functionality from application class. | Remko Tronçon |
2010-08-07 | Don't crash if idle at the login screen. | Kevin Smith |
2010-07-23 | Don't crash on exit before first login. | Kevin Smith |
2010-06-28 | Improve reconnect logic. | Kevin Smith |
2010-06-26 | Fix segfault on second sign-in | Kevin Smith |
2010-06-26 | Show status in system tray. | Kevin Smith |
2010-06-25 | Simplify presence handling for auto-away and reconnections. | Kevin Smith |
2010-06-20 | Fire fewer reconnect timers after they become obsolete | Kevin Smith |
2010-06-18 | Fix crash on reconnect. | Remko Tronçon |
2010-06-11 | Back off reconnects after an error. | Kevin Smith |
2010-05-30 | Use the same version number in iq:version and about window. | Kevin Smith |
2010-05-30 | Don't crash when the vcard response contains no payload. | Kevin Smith |
2010-05-29 | Version string to 1.0-devel | Kevin Smith |
2010-05-28 | Set the version to beta1 for iq:versionswift-1.0beta1 | Kevin Smith |
2010-05-27 | Cleaning up code paths for rapid disconnect/reconnect. | Kevin Smith |