aboutsummaryrefslogtreecommitdiff
path: root/libdino
Commit message (Collapse)AuthorAgeFilesLines
* Base avatars and names on conversation, not JID.Marvin W2019-10-183-12/+22
| | | | Fixes #598
* Use log during IBRMarvin W2019-10-182-1/+3
|
* Fix critical warning in roster manager when account gets offlineMarvin W2019-10-181-0/+2
|
* Allow to run Dino as background serviceMarvin W2019-10-181-0/+2
|
* Rework no-open-conversation placeholderfiaxh2019-10-012-0/+2
|
* Add Bookmarks2 implementation, introduce bookmarks interfacesfiaxh2019-09-292-60/+86
|
* Improve conversation unread status detectionfiaxh2019-09-292-0/+39
|
* Add JET supportMarvin W2019-09-163-67/+142
|
* fixup Fix some warningsfiaxh2019-09-101-4/+2
|
* Fix some warningshrxi2019-09-101-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 publicRandy Barlow2019-09-011-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 notificationfiaxh2019-08-301-1/+1
| | | | fixes #607
* Merge pull request #592 from hrxi/gsoc_1Marvin W2019-08-293-5/+9
|\ | | | | Add SOCKS5 bytestreams and a couple of other fixes
| * Add support for Jingle SOCKS5 bytestreams (XEP-0260)hrxi2019-08-051-0/+2
| |
| * Fix a warninghrxi2019-08-051-1/+5
| |
| * Close files involved in file transfers explicitlyhrxi2019-08-051-4/+2
| |
* | Don't show conversations from account after it was disabledfiaxh2019-08-281-0/+9
| | | | | | | | fixes #277
* | Add incoming mediated invitation support (#162)fiaxh2019-08-222-1/+7
| | | | | | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
* | Fix specified size for encrypted file uploadsfiaxh2019-08-212-3/+3
|/
* Rework encryption enabling logic + UIfiaxh2019-08-021-1/+26
|
* Optimizations: Database indices, cache id-Jid instead of id-jid_string, join ↵fiaxh2019-08-025-26/+35
| | | | real_jid on get messages
* Fix compilation with older valac versionsfiaxh2019-07-181-1/+6
|
* Refactor file receive/send interfaces and UIfiaxh2019-07-187-180/+408
|
* Merge branch 'gsoc_0' of https://github.com/hrxi/dino into hrxi-gsoc_0fiaxh2019-07-166-1/+133
|\
| * Address pull requests comments, fix a few TODOshrxi2019-07-122-5/+6
| |
| * Add file receiving via Jinglehrxi2019-07-093-4/+75
| | | | | | | | | | This currently follows the same rules as HTTP file download for accepting files.
| * Implement file sending via Jinglehrxi2019-07-096-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 timesMarvin W2019-07-092-1/+11
|/
* Fix runtime criticalsfiaxh2019-06-221-3/+5
|
* Merge pull request #570 from hrxi/pr_typosfiaxh2019-06-062-7/+7
|\ | | | | Fix a couple of typos and one network typo
| * Fix a couple of typos and double importshrxi2019-06-012-7/+7
| |
* | Don't set timeouts on registration connection attemptsfiaxh2019-06-011-7/+18
| |
* | Don't change type of a conversationfiaxh2019-06-013-20/+46
| |
* | Remove invalid MUC avatarsfiaxh2019-06-012-15/+17
|/
* Fix date separatorsfiaxh2019-05-261-2/+5
|
* Fix notifications for servers without MAM using StreamFlag as availability ↵fiaxh2019-05-261-1/+9
| | | | indicator
* Remove Message.stanza fieldfiaxh2019-05-267-46/+49
|
* Revert "Fix notifications for servers without MAM"fiaxh2019-05-211-6/+1
| | | | This reverts commit 80b946c85c9235deb5471cdc4f0d561a4fb5a3bb.
* Enable sending chat state notifications in private roomsfiaxh2019-05-163-3/+19
|
* Disable notification on file in "mention only" groupchatRahix2019-05-161-0/+2
| | | | Signed-off-by: Rahix <rahix@rahix.de>
* Fix notifications for servers without MAMRahix2019-05-161-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 statefiaxh2019-05-111-0/+14
|
* Fix compilation with older pixbuf vapi filesfiaxh2019-04-271-1/+1
|
* Remove avatars with missmatch between supposed and actual sha1 hash on load, ↵fiaxh2019-04-242-15/+53
| | | | make loading async
* Don't move opened conversation to the top of the list, scroll along with ↵fiaxh2019-04-241-2/+2
| | | | | | selected conversation fixes #544
* Ensure image data is kept until avatars are written to filefiaxh2019-04-241-2/+2
|
* Fix received mark for own OMEMO encrypted MUC messagesfiaxh2019-03-161-7/+5
|
* Use glib log functionsfiaxh2019-03-153-41/+29
|
* Use regex literals, fixes some compiler warningsfiaxh2019-03-142-2/+2
|
* Remove Slack message handlingfiaxh2019-02-171-29/+0
|