Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add Bookmarks2 implementation, introduce bookmarks interfaces | fiaxh | 2019-09-29 | 2 | -60/+86 | |
| | ||||||
* | Improve conversation unread status detection | fiaxh | 2019-09-29 | 2 | -0/+39 | |
| | ||||||
* | Add JET support | Marvin W | 2019-09-16 | 3 | -67/+142 | |
| | ||||||
* | fixup Fix some warnings | fiaxh | 2019-09-10 | 1 | -4/+2 | |
| | ||||||
* | Fix some warnings | hrxi | 2019-09-10 | 1 | -32/+42 | |
| | | | | | | 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. | |||||
* | Do not mark abstract class contstuctors public | Randy Barlow | 2019-09-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Starting with Vala 0.45.1, it is an error to mark abstract class constructors public[0,1]. This commit removes three such declarations. fixes #609 [0] https://gitlab.gnome.org/GNOME/vala/raw/master/NEWS [1] https://gitlab.gnome.org/GNOME/vala/issues/766 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> | |||||
* | Fix message type of chat state notification | fiaxh | 2019-08-30 | 1 | -1/+1 | |
| | | | | fixes #607 | |||||
* | Merge pull request #592 from hrxi/gsoc_1 | Marvin W | 2019-08-29 | 3 | -5/+9 | |
|\ | | | | | Add SOCKS5 bytestreams and a couple of other fixes | |||||
| * | Add support for Jingle SOCKS5 bytestreams (XEP-0260) | hrxi | 2019-08-05 | 1 | -0/+2 | |
| | | ||||||
| * | Fix a warning | hrxi | 2019-08-05 | 1 | -1/+5 | |
| | | ||||||
| * | Close files involved in file transfers explicitly | hrxi | 2019-08-05 | 1 | -4/+2 | |
| | | ||||||
* | | Don't show conversations from account after it was disabled | fiaxh | 2019-08-28 | 1 | -0/+9 | |
| | | | | | | | | fixes #277 | |||||
* | | Add incoming mediated invitation support (#162) | fiaxh | 2019-08-22 | 2 | -1/+7 | |
| | | | | | | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | |||||
* | | Fix specified size for encrypted file uploads | fiaxh | 2019-08-21 | 2 | -3/+3 | |
|/ | ||||||
* | Rework encryption enabling logic + UI | fiaxh | 2019-08-02 | 1 | -1/+26 | |
| | ||||||
* | Optimizations: Database indices, cache id-Jid instead of id-jid_string, join ↵ | fiaxh | 2019-08-02 | 5 | -26/+35 | |
| | | | | real_jid on get messages | |||||
* | Fix compilation with older valac versions | fiaxh | 2019-07-18 | 1 | -1/+6 | |
| | ||||||
* | Refactor file receive/send interfaces and UI | fiaxh | 2019-07-18 | 7 | -180/+408 | |
| | ||||||
* | Merge branch 'gsoc_0' of https://github.com/hrxi/dino into hrxi-gsoc_0 | fiaxh | 2019-07-16 | 6 | -1/+133 | |
|\ | ||||||
| * | Address pull requests comments, fix a few TODOs | hrxi | 2019-07-12 | 2 | -5/+6 | |
| | | ||||||
| * | Add file receiving via Jingle | hrxi | 2019-07-09 | 3 | -4/+75 | |
| | | | | | | | | | | This currently follows the same rules as HTTP file download for accepting files. | |||||
| * | Implement file sending via Jingle | hrxi | 2019-07-09 | 6 | -0/+60 | |
| | | | | | | | | | | | | | | | | | | | | | | This is still disabled by default until prioritization is implemented; otherwise this could be preferred to HTTP uploads. File sending only works via Jingle In-Band-Bytestreams right now, more transports are going to be implemented. To test this, uncomment the line with `JingleFileTransfer` in libdino/src/application.vala. | |||||
* | | Ensure avatars are not loaded multiple times | Marvin W | 2019-07-09 | 2 | -1/+11 | |
|/ | ||||||
* | Fix runtime criticals | fiaxh | 2019-06-22 | 1 | -3/+5 | |
| | ||||||
* | Merge pull request #570 from hrxi/pr_typos | fiaxh | 2019-06-06 | 2 | -7/+7 | |
|\ | | | | | Fix a couple of typos and one network typo | |||||
| * | Fix a couple of typos and double imports | hrxi | 2019-06-01 | 2 | -7/+7 | |
| | | ||||||
* | | Don't set timeouts on registration connection attempts | fiaxh | 2019-06-01 | 1 | -7/+18 | |
| | | ||||||
* | | Don't change type of a conversation | fiaxh | 2019-06-01 | 3 | -20/+46 | |
| | | ||||||
* | | Remove invalid MUC avatars | fiaxh | 2019-06-01 | 2 | -15/+17 | |
|/ | ||||||
* | Fix date separators | fiaxh | 2019-05-26 | 1 | -2/+5 | |
| | ||||||
* | Fix notifications for servers without MAM using StreamFlag as availability ↵ | fiaxh | 2019-05-26 | 1 | -1/+9 | |
| | | | | indicator | |||||
* | Remove Message.stanza field | fiaxh | 2019-05-26 | 7 | -46/+49 | |
| | ||||||
* | Revert "Fix notifications for servers without MAM" | fiaxh | 2019-05-21 | 1 | -6/+1 | |
| | | | | This reverts commit 80b946c85c9235deb5471cdc4f0d561a4fb5a3bb. | |||||
* | Enable sending chat state notifications in private rooms | fiaxh | 2019-05-16 | 3 | -3/+19 | |
| | ||||||
* | Disable notification on file in "mention only" groupchat | Rahix | 2019-05-16 | 1 | -0/+2 | |
| | | | | Signed-off-by: Rahix <rahix@rahix.de> | |||||
* | Fix notifications for servers without MAM | Rahix | 2019-05-16 | 1 | -1/+6 | |
| | | | | | | | | This commit re-adds the change from 4ad07fe: Fix messages never being notified from servers without MAM (#432) Signed-off-by: Rahix <rahix@rahix.de> | |||||
* | Process read marker from other devices for MUCs to adjust read-up-to state | fiaxh | 2019-05-11 | 1 | -0/+14 | |
| | ||||||
* | Fix compilation with older pixbuf vapi files | fiaxh | 2019-04-27 | 1 | -1/+1 | |
| | ||||||
* | Remove avatars with missmatch between supposed and actual sha1 hash on load, ↵ | fiaxh | 2019-04-24 | 2 | -15/+53 | |
| | | | | make loading async | |||||
* | Don't move opened conversation to the top of the list, scroll along with ↵ | fiaxh | 2019-04-24 | 1 | -2/+2 | |
| | | | | | | selected conversation fixes #544 | |||||
* | Ensure image data is kept until avatars are written to file | fiaxh | 2019-04-24 | 1 | -2/+2 | |
| | ||||||
* | Fix received mark for own OMEMO encrypted MUC messages | fiaxh | 2019-03-16 | 1 | -7/+5 | |
| | ||||||
* | Use glib log functions | fiaxh | 2019-03-15 | 3 | -41/+29 | |
| | ||||||
* | Use regex literals, fixes some compiler warnings | fiaxh | 2019-03-14 | 2 | -2/+2 | |
| | ||||||
* | Remove Slack message handling | fiaxh | 2019-02-17 | 1 | -29/+0 | |
| | ||||||
* | Have ChatInteraction MessageListener (read-up-to) run only for non-empty ↵ | fiaxh | 2019-02-17 | 1 | -1/+1 | |
| | | | | messages | |||||
* | Do not ignore encrypted messages without a body tag | Thibaut Girka | 2019-02-17 | 2 | -4/+15 | |
| | | | | Fixes #473 | |||||
* | Make file read/write async | fiaxh | 2019-02-14 | 3 | -9/+8 | |
| | ||||||
* | Fix runtime criticals (and compiler warnings) | fiaxh | 2019-02-13 | 2 | -2/+4 | |
| | | | | fixes #520 | |||||
* | Move app menu into window, make conversation details dialog directly ↵ | fiaxh | 2019-02-05 | 1 | -2/+2 | |
| | | | | accessible, no-CSD option for main window |