Age | Commit message (Expand) | Author |
2015-03-28 | Fix typo in ChatController regarding Message Receipts | Tobias Markmann |
2015-03-24 | Don't crash when the UI doesn't provide a user search window | Kevin Smith |
2015-02-17 | Fix terminology: 'join room' -> 'enter room' | Tobias Markmann |
2015-02-16 | Show a warning notice when trying to enter a blocked room | Tobias Markmann |
2015-02-11 | Do not try highlight words if no text and background colours are specified | Tobias Markmann |
2015-02-09 | Fix unused parameter warnings in some testing headers | Kevin Smith |
2015-02-09 | Fix sender text that is used for matching highlight rules | Tobias Markmann |
2015-02-09 | Fix memory leaks reported by LSAN | Tobias Markmann |
2015-02-06 | Document the less self-explaining setting constants | Tobias Markmann |
2015-02-05 | Fix ASAN reported use-after-free error | Tobias Markmann |
2015-02-05 | Correctly render MUC system messages as system messages | Tobias Markmann |
2015-02-05 | Add default hightlight rule that matches for the own nickname | Tobias Markmann |
2015-02-05 | Add "Reset defaults" button to highlight editor window. | Tobias Markmann |
2015-02-03 | Fix chat log system messages related to entering a room | Tobias Markmann |
2014-12-15 | Update Copyright in Swift | Kevin Smith |
2014-12-14 | Add support for new trellis layout for chat windows. | Tobias Markmann |
2014-10-31 | Enable unblocking contacts from cog menu. | Tobias Markmann |
2014-10-31 | Fix uninitialized member in Contact. | Tobias Markmann |
2014-10-30 | Prevent user from adding contacts twice to a roster. | Tobias Markmann |
2014-10-28 | Only handle impromptu MUC invites once. | Tobias Markmann |
2014-10-23 | Fix code in response to clang warnings. | Tobias Markmann |
2014-10-20 | Change old C-style cast to static_cast. | Tobias Markmann |
2014-10-17 | Disable online only actions when offline. | Tobias Markmann |
2014-10-17 | Implement support for displaying nickname changes. | Tobias Markmann |
2014-10-16 | Fix user experience issues related to blocking list editor. | Tobias Markmann |
2014-10-08 | Update vCard cache on 'Show Profile' if cached vCard is older than 5 minutes. | Tobias Markmann |
2014-10-08 | Prevent multiple chat window alerts being shown with the same message. | Richard Maudsley |
2014-10-06 | Do not send chat state notifications to blocked contacts. | Tobias Markmann |
2014-10-06 | Fix own avatar in contact list header not updated on VCard edit. | Tobias Markmann |
2014-10-03 | Suggest MUC occupants when typing in highlight editor JID box | Richard Maudsley |
2014-08-10 | Fix blocklist not being requested on reconnect. | Richard Maudsley |
2014-08-01 | Fix memory leaks reported by ASAN in some unit tests. | Tobias Markmann |
2014-07-29 | Add ability to reorder highlight rules list. | Richard Maudsley |
2014-07-29 | Prevent nick highlight rule highlighting the entire message and remove defaul... | Richard Maudsley |
2014-07-29 | Add close button to chat window alerts. | Richard Maudsley |
2014-07-29 | Fix renaming contact group makes blocked user appear to be unblocked. | Richard Maudsley |
2014-07-28 | Fix displaying blocked user warning with bound JID chats. Support multiple al... | Richard Maudsley |
2014-07-27 | Fix recent chat items not being shown for private MUC messages. | Richard Maudsley |
2014-07-22 | Fix crash when performing blocking operations after fresh login. | Richard Maudsley |
2014-07-09 | Reworked highlight rules dialog. Added support for highlighting individual wo... | Richard Maudsley |
2014-07-09 | Improve search filter matching algrorithm. | Richard Maudsley |
2014-07-09 | Honour 'show offline contacts' toggle when exiting roster search filter | Richard Maudsley |
2014-07-09 | Add dialog to send AdHoc's to target specific JID's. Fix multi-item Form rend... | Richard Maudsley |
2014-07-09 | Refactor AdHoc forms. | Richard Maudsley |
2014-07-07 | Fix other user avatars appearing in roster tooltip. | Richard Maudsley |
2014-07-07 | Show own tooltip when hovering over roster header. | Richard Maudsley |
2014-06-27 | Fix compiler warning | Remko Tronçon |
2014-06-24 | Fix VCard update not being broadcast when clearing avatar. | Richard Maudsley |
2014-06-20 | Revert "Fix avatar not being updated when cleared" | Richard Maudsley |
2014-05-30 | Fix avatar not being updated when cleared | Richard Maudsley |