Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
Resolves: #596 Release-Notes: The roster header will no longer show you with (No message) if you specify a message when you go offline. | |||
2010-10-08 | Cancel chat state display when offline. | Kevin Smith | |
Release-Notes: Contacts will no longer show as 'typing' if you go offline before they've sent the message. Resolves: #561 | |||
2010-10-07 | Code cleanup from recent commits | Kevin Smith | |
2010-10-05 | Create 'Enable notifications' menu on Linux. | Kevin Smith | |
I've not actually tested this on Linux... Resolves: #594 | |||
2010-10-04 | Disable the notifier when going to DND. | Remko Tronçon | |
Resolves: #572 | |||
2010-10-04 | Implement getBoundJID() (as getJID()) | Remko Tronçon | |
Resolves: #582 | |||
2010-10-02 | Persist roster group expandiness. | Kevin Smith | |
Release-Notes: Whether roster groups are expanded or collapsed is now persisted between sessions. Resolves: #399 | |||
2010-10-01 | Reuse server-generated resources. | Kevin Smith | |
Once a new method has been implemented in Client, this will re-use a server-generated resource for re-connections within the same Swift session. This provides a stable resource for the session, preventing MUC ghosts and similar artifacts due to server or network failures, without disclosing additional information like hostnames in the resource. Resolves: #563 | |||
2010-10-01 | Use caps for enabling chat state notifications. | Kevin Smith | |
Resolves: #93 | |||
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 | |
Resolves: #94 | |||
2010-08-27 | Separate MUCRegistry from ChatsManager. | Remko Tronçon | |
2010-08-27 | Rerequest the roster at reconnect. | Kevin Smith | |
Resolves: #548 | |||
2010-08-27 | Don't segfault at login-screen exit | Kevin Smith | |
2010-08-27 | Use own nick at top of roster. | Kevin Smith | |
Currently doesn't work because onOwnVCardChanged isn't plumbed in. | |||
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 | |
Resolves: #390 | |||
2010-08-20 | Only add one vcard and caps element to each presence stanza. | Kevin Smith | |
Resolves: #524 | |||
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 | |
Resolves: #519 | |||
2010-07-23 | Don't crash on exit before first login. | Kevin Smith | |
Resolves: | |||
2010-06-28 | Improve reconnect logic. | Kevin Smith | |
Expire old connection error notices, and correctly back-off repeated connection failures. Resolves: #479 Resolves: #480 | |||
2010-06-26 | Fix segfault on second sign-in | Kevin Smith | |
2010-06-26 | Show status in system tray. | Kevin Smith | |
Resolves: #304 | |||
2010-06-25 | Simplify presence handling for auto-away and reconnections. | Kevin Smith | |
Resolves: #405 | |||
2010-06-20 | Fire fewer reconnect timers after they become obsolete | Kevin Smith | |
2010-06-18 | Fix crash on reconnect. | Remko Tronçon | |
BoostTimer isn't supposed to be constructed as a non-shared-ptr. Making constructor private to avoid this error in the future. | |||
2010-06-11 | Back off reconnects after an error. | Kevin Smith | |
Resolves: #342 | |||
2010-05-30 | Use the same version number in iq:version and about window. | Kevin Smith | |
Resolves: #428 | |||
2010-05-30 | Don't crash when the vcard response contains no payload. | Kevin Smith | |
Resolves: #427 | |||
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 | |