Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-04 | Join MUCs with the last broadcast presence. | Kevin Smith | |
Resolves: #590 Release-Notes: Joining rooms when you are not plain 'available' now correctly sends your status to the room. | |||
2010-10-03 | Don't get confused when people change roles in a MUC. | Kevin Smith | |
Resolves: #529 Release-Notes: Being in a MUC with someone who has their role changed will no longer cause them to appear several times in the occupant list. | |||
2010-10-03 | Show contacts as unavailable after subscription removal. | Kevin Smith | |
Resolves: #455 | |||
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-10-01 | Include contact's status when you start a chat with them. | Kevin Smith | |
Resolves: #580 | |||
2010-09-17 | Cleaning up XMPP parser a bit. | Remko Tronçon | |
2010-09-17 | Added XMPP parser tester. | Remko Tronçon | |
2010-09-16 | Don't assert on untyped form fields. | Remko Tronçon | |
Resolves: #567 | |||
2010-09-15 | Moved events from Swiften to Swift. | Remko Tronçon | |
2010-09-15 | Added EventNotifier. | Remko Tronçon | |
2010-09-15 | Added Snarl notification support | Remko Tronçon | |
2010-09-15 | Mark a subscription request as read if you defer it. | Kevin Smith | |
Resolves: #505 | |||
2010-09-14 | Print warning on non-validating hashes. | Remko Tronçon | |
2010-09-14 | Add extended disco support to caps verifier. | Remko Tronçon | |
2010-09-13 | When joining a new room, create an instant room. | Kevin Smith | |
Resolves: #112 | |||
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 | Block MUC bookmarks until the server has responded. | Kevin Smith | |
Else there could be bookmarks overwritten in an infeasibly unlikely race condition. Resolves: #340 | |||
2010-09-12 | Moved application message display around. | Remko Tronçon | |
2010-09-12 | Remove unused include. | Remko Tronçon | |
2010-09-12 | Create avatar cache dir lazily. | Remko Tronçon | |
2010-09-12 | Make signal disconnect in CombinedAvatarProvider portable. | Remko Tronçon | |
2010-09-11 | Fixed VCardFileStorageTest. | Remko Tronçon | |
2010-09-11 | Fixed some memory leaks. | Remko Tronçon | |
2010-09-11 | Make AvatarManager abstract | Remko Tronçon | |
2010-09-11 | Added VCardAvatarManager for offline avatars. | Remko Tronçon | |
Resolves: #418 | |||
2010-09-11 | Fixed VCard photo serializing bug. | Remko Tronçon | |
2010-09-11 | Added CombinedAvatarProvider | Remko Tronçon | |
2010-09-11 | Refactoring VCardUpdateAvatarManager. | Remko Tronçon | |
2010-09-11 | Added support for Entity Capabilities. | Remko Tronçon | |
Resolves: #94 | |||
2010-09-06 | Only request acks after a message was sent. | Remko Tronçon | |
2010-09-06 | Partial VCard support without losing unknown data. | Remko Tronçon | |
2010-09-05 | Do not store null VCard avatars. | Remko Tronçon | |
2010-09-05 | Added EchoBot. | Remko Tronçon | |
2010-09-05 | Clear VCardUpdateManager's cache upon login. | Remko Tronçon | |
Resolves: #554 | |||
2010-09-05 | Don't lose unknown roster content. | Remko Tronçon | |
Resolves: #555 | |||
2010-09-03 | XEP-0198 Ack support in the UI | Kevin Smith | |
Resolves: #7 | |||
2010-09-03 | Establish stream management after resource bind. | Remko Tronçon | |
2010-09-02 | Added check_output SCons flag to generate an XML report. | Remko Tronçon | |
2010-08-29 | Fixed link errors due to previous commit. | Remko Tronçon | |
2010-08-29 | Put platform flags in PLATFORM_FLAGS variable. | Remko Tronçon | |
This should avoid problems with --as-needed. Resolves: #547 | |||
2010-08-29 | Added stanza acking support to client. | Remko Tronçon | |
2010-08-29 | Renamed SessionManagement* to StreamManagement*. | Remko Tronçon | |
2010-08-29 | Added Stream Management support to Stream Features. | Remko Tronçon | |
2010-08-29 | Added Stanza Ack Requester & Responder. | Remko Tronçon | |
2010-08-29 | Added StanzaAckParserTest. | Remko Tronçon | |