Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | voice handling in moderated groups (#788) | Anmol | 2020-04-22 | 1 | -0/+23 |
| | |||||
* | Don't require window object in notifications | fiaxh | 2019-11-26 | 1 | -9/+12 |
| | | | | fixes #658 | ||||
* | Could not connect to %s (#605) | Allan Nordhøy | 2019-11-26 | 1 | -1/+1 |
| | |||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 1 | -9/+10 |
| | | | | Fixes #598 | ||||
* | Fix some warnings | hrxi | 2019-09-10 | 1 | -2/+4 |
| | | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid. | ||||
* | Add incoming mediated invitation support (#162) | fiaxh | 2019-08-22 | 1 | -0/+18 |
| | | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | ||||
* | Don't set urgency hint on new messages on GNOME | fiaxh | 2019-06-22 | 1 | -1/+6 |
| | |||||
* | Remove avatars with missmatch between supposed and actual sha1 hash on load, ↵ | fiaxh | 2019-04-24 | 1 | -5/+7 |
| | | | | make loading async | ||||
* | Check FileTransfer's mime_type for null (unknown) when handeling it | fiaxh | 2018-12-31 | 1 | -2/+3 |
| | | | | fixes #479 | ||||
* | Use ContentItems for NotificationEvents | fiaxh | 2018-11-07 | 1 | -4/+20 |
| | |||||
* | Notification on TLS error/wrong password, log TLS cert issues, don't make ↵ | fiaxh | 2018-09-15 | 1 | -0/+14 |
| | | | | account with connection error appear disabled in accounts dialog | ||||
* | Move notification sounds (canberra dependency) into plugin, introduce ↵ | fiaxh | 2018-03-05 | 1 | -44/+19 |
| | | | | libdino/NotificationEvents | ||||
* | Implement notification sounds | Rahix | 2018-02-17 | 1 | -0/+8 |
| | | | | | | Add a new setting to toggle notification sounds on or off. Plays the systems default instant messaging message sound (message-new-instant) whenever a notification is shown if toggled on. | ||||
* | Render avatar on demand | Marvin W | 2018-01-28 | 1 | -1/+2 |
| | |||||
* | Show subscription request in conversation summary | fiaxh | 2017-12-30 | 1 | -44/+17 |
| | |||||
* | Fix warnings | fiaxh | 2017-10-31 | 1 | -3/+7 |
| | |||||
* | Keep MUC join dialog open until joined, show errors | fiaxh | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | Only match full words as mentions for notifications | fiaxh | 2017-10-22 | 1 | -1/+3 |
| | | | | fixes #185 | ||||
* | Use GNotification instead of libnotify | fiaxh | 2017-09-19 | 1 | -48/+68 |
| | |||||
* | Move encryption menu into ChatInput, PGP support for MUCs | fiaxh | 2017-09-06 | 1 | -0/+1 |
| | |||||
* | Message Archive Management | fiaxh | 2017-08-17 | 1 | -2/+3 |
| | |||||
* | Muc Invite + Kick | fiaxh | 2017-06-11 | 1 | -2/+2 |
| | |||||
* | Notifications + typing notifications + message marker settings per conversation | fiaxh | 2017-05-30 | 1 | -1/+11 |
| | |||||
* | Make gdk-x11 optional | Marvin W | 2017-04-15 | 1 | -0/+4 |
| | |||||
* | Fix alt-tab behaviour when notification is active | fiaxh | 2017-04-11 | 1 | -5/+10 |
| | |||||
* | Gettext support | fiaxh | 2017-04-10 | 1 | -3/+3 |
| | |||||
* | MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3) | fiaxh | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | Select corresponding conversation when clicking on notification | fiaxh | 2017-03-23 | 1 | -6/+28 |
| | |||||
* | Add back on subscription request | fiaxh | 2017-03-23 | 1 | -1/+8 |
| | |||||
* | Add typed identity to manager modules and stream flags | fiaxh | 2017-03-20 | 1 | -6/+6 |
| | |||||
* | Move UI code into main dir | Marvin W | 2017-03-11 | 1 | -0/+57 |