Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Resolves: #571 | |||
2010-09-17 | Fixed VCard request being sent too early. | Remko Tronçon | |
Cause is NickResolver being instantiated earlier due to a recent refactoring. | |||
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 | |
Resolves: #264 | |||
2010-09-15 | Print date changes in chat windows. | Kevin Smith | |
Resolves: #452 | |||
2010-09-15 | Added Snarl notification support | 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-11 | Make AvatarManager abstract | Remko Tronçon | |
2010-09-11 | Added VCardAvatarManager for offline avatars. | Remko Tronçon | |
Resolves: #418 | |||
2010-09-11 | Refactoring VCardUpdateAvatarManager. | Remko Tronçon | |
2010-09-11 | Added support for Entity Capabilities. | Remko Tronçon | |
Resolves: #94 | |||
2010-09-03 | XEP-0198 Ack support in the UI | Kevin Smith | |
Resolves: #7 | |||
2010-09-03 | Squash presence in chat and MUC windows. | Kevin Smith | |
Join/Parts will be shown in one block if they're uninterrupted, and only the last presence change in a row will be shown for chats. Resolves: #230 Resolves: #430 | |||
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 tab-complete for users who aren't in the room. | Kevin Smith | |
Resolves: #541 | |||
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-21 | Revert "Added SoundPlayer::isAvailable." | Remko Tronçon | |
2010-08-21 | Added SoundPlayer::isAvailable. | Remko Tronçon | |
2010-08-20 | Don't include status in MUC roster sorting. | Kevin Smith | |
Resolves: #536 | |||
2010-08-20 | Restart with previous (per-accoun) status. | Kevin Smith | |
Resolves: #390 | |||
2010-08-20 | Fix chats sometimes not re-opening on new messages. | Kevin Smith | |
Resolves: #533 | |||
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-25 | Preparation for merging presences in the chat log. | Kevin Smith | |
2010-07-25 | Fix MUC nick conflict resolution. | Kevin Smith | |
Resolves: #514 | |||
2010-07-24 | Improvements and further testing to tab completion. | Kevin Smith | |
Resolves: #506 Resolves: #498 | |||
2010-07-23 | Don't create Notices for MUC history on join. | Kevin Smith | |
2010-07-23 | Recognise when leaving a MUC (disconnect or kick). | Kevin Smith | |
Also cleans up some outstanding MUC issues. Resolves: #288 Resolves: #392 Resolves: #279 Resolves: #114 | |||
2010-07-23 | Don't crash on exit before first login. | Kevin Smith | |
Resolves: | |||
2010-07-23 | Generate a Notice if your nick is mentioned in a MUC. | Kevin Smith | |
Resolves: #471 | |||
2010-07-21 | Patching memory leaks in ChatController. | Kevin Smith | |
Resolves: #328 |