Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Only send new room config if something was changed | fiaxh | 2019-12-16 | 3 | -5/+16 | |
| | | | | fixes #675 | |||||
* | Don't require window object in notifications | fiaxh | 2019-11-26 | 2 | -11/+17 | |
| | | | | fixes #658 | |||||
* | Check window width and hight before (re)storing them | fiaxh | 2019-11-26 | 4 | -30/+118 | |
| | ||||||
* | Could not connect to %s (#605) | Allan Nordhøy | 2019-11-26 | 1 | -1/+1 | |
| | ||||||
* | Fix join dialog when having been invited to a MUC | fiaxh | 2019-11-24 | 3 | -15/+17 | |
| | | | | fixes #661 | |||||
* | Don't select all text in entry of message search when opening | fiaxh | 2019-11-19 | 1 | -1/+2 | |
| | | | | fixes #601 | |||||
* | Don't display labels of hidden DataForm fields | fiaxh | 2019-11-19 | 1 | -6/+2 | |
| | ||||||
* | Don't attempt DNS SRV lookups in connection fallback | fiaxh | 2019-11-18 | 2 | -2/+2 | |
| | ||||||
* | Parse presence delivery errors when joining MUC | fiaxh | 2019-11-17 | 3 | -32/+35 | |
| | | | | fixes #224 | |||||
* | Parse offline member info from MUC presence | fiaxh | 2019-11-17 | 1 | -1/+1 | |
| | | | | Fixes OMEMO only encrypting to new member after restart and private MUC name only updating after restart | |||||
* | Fix messages being displayed for the wrong sender: Show avatar on lower ↵ | fiaxh | 2019-11-17 | 2 | -7/+19 | |
| | | | | | | | message when inserting message between two others fixes #641 fixes #639 | |||||
* | Update translations | Translations | 2019-11-14 | 1 | -1/+1 | |
| | ||||||
* | Fix segfault in groupchat name generation | fiaxh | 2019-10-23 | 1 | -1/+1 | |
| | | | | fixes #635 | |||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 19 | -616/+453 | |
| | | | | Fixes #598 | |||||
* | Fix some incorrect handling of message styling | Marvin W | 2019-10-18 | 1 | -4/+4 | |
| | ||||||
* | Allow to run Dino as background service | Marvin W | 2019-10-18 | 1 | -0/+1 | |
| | ||||||
* | Fix slash commands | fiaxh | 2019-10-16 | 3 | -5/+5 | |
| | ||||||
* | Rework no-open-conversation placeholder | fiaxh | 2019-10-01 | 5 | -6/+50 | |
| | ||||||
* | Add Bookmarks2 implementation, introduce bookmarks interfaces | fiaxh | 2019-09-29 | 2 | -10/+35 | |
| | ||||||
* | Improve conversation unread status detection | fiaxh | 2019-09-29 | 1 | -6/+3 | |
| | ||||||
* | Add JET support | Marvin W | 2019-09-16 | 1 | -5/+8 | |
| | ||||||
* | Distribute window buttons (minimize,maximize,close) after realize and update ↵ | fiaxh | 2019-09-15 | 1 | -15/+16 | |
| | | | | live | |||||
* | Deactivate emoji button for gtk < 3.24 | fiaxh | 2019-09-15 | 1 | -11/+15 | |
| | ||||||
* | Deactivate spinner in file widget as soon as its not displayed anymore (CPU ↵ | fiaxh | 2019-09-14 | 2 | -2/+5 | |
| | | | | usage) | |||||
* | Load images in conversation summary in different thread | fiaxh | 2019-09-11 | 1 | -26/+38 | |
| | ||||||
* | Remove some use_markup usages, put skeleton header into .ui file | fiaxh | 2019-09-11 | 4 | -51/+31 | |
| | ||||||
* | fixup Fix some warnings | fiaxh | 2019-09-10 | 4 | -26/+22 | |
| | ||||||
* | Fix some warnings | hrxi | 2019-09-10 | 7 | -51/+79 | |
| | | | | | | 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 emoji button to chat input | fiaxh | 2019-09-09 | 4 | -16/+33 | |
| | ||||||
* | Don't show conversations from account after it was disabled | fiaxh | 2019-08-28 | 2 | -2/+1 | |
| | | | | fixes #277 | |||||
* | Add and enable newly created (first) account | fiaxh | 2019-08-23 | 3 | -7/+15 | |
| | | | | fixes #584 | |||||
* | Add incoming mediated invitation support (#162) | fiaxh | 2019-08-22 | 2 | -17/+50 | |
| | | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | |||||
* | Use own file type icons | fiaxh | 2019-08-06 | 1 | -16/+27 | |
| | ||||||
* | Rework encryption enabling logic + UI | fiaxh | 2019-08-02 | 7 | -103/+208 | |
| | ||||||
* | Refactor file receive/send interfaces and UI | fiaxh | 2019-07-18 | 3 | -158/+312 | |
| | ||||||
* | Handle ill-prepared avatar image | Marvin W | 2019-07-09 | 1 | -2/+2 | |
| | ||||||
* | Don't set urgency hint on new messages on GNOME | fiaxh | 2019-06-22 | 1 | -1/+6 | |
| | ||||||
* | Fix runtime criticals | fiaxh | 2019-06-22 | 1 | -1/+1 | |
| | ||||||
* | Add non-CSD alternative for add chat + join channel | fiaxh | 2019-06-22 | 4 | -50/+118 | |
| | ||||||
* | Hide encryption icon in public MUCs | fiaxh | 2019-06-22 | 2 | -2/+9 | |
| | ||||||
* | Fix time in conversation row | fiaxh | 2019-06-22 | 1 | -1/+1 | |
| | ||||||
* | Add hover effect on conversation content | fiaxh | 2019-06-01 | 5 | -107/+90 | |
| | ||||||
* | Fix date separators | fiaxh | 2019-05-26 | 2 | -8/+10 | |
| | ||||||
* | Enable sending chat state notifications in private rooms | fiaxh | 2019-05-16 | 1 | -5/+13 | |
| | ||||||
* | Fix when /affiliate cmd doesn't get enough args (#557) | Aearil | 2019-04-29 | 1 | -2/+6 | |
| | | | | | | Added array bounds checking to /affiliate command parsing. Maybe some user feedback when using the different commands would be useful. | |||||
* | Remove avatars with missmatch between supposed and actual sha1 hash on load, ↵ | fiaxh | 2019-04-24 | 3 | -44/+54 | |
| | | | | make loading async | |||||
* | Don't move opened conversation to the top of the list, scroll along with ↵ | fiaxh | 2019-04-24 | 6 | -5/+6 | |
| | | | | | | selected conversation fixes #544 | |||||
* | Order MUC occupants tab completion by most recent message sent | fiaxh | 2019-04-16 | 1 | -3/+22 | |
| | | | | fixes #401 | |||||
* | Forward KeyEvent (and change focus) on key press in conversation view (not ↵ | fiaxh | 2019-04-15 | 2 | -1/+15 | |
| | | | | | | | chat input) fixes #28 fixes #513 | |||||
* | Fix segfault in nick completion for non-connected MUCs | fiaxh | 2019-04-14 | 1 | -1/+1 | |
| | | | | Co-authored-by: Roberto Santalla <roobre@roobre.es> |