aboutsummaryrefslogtreecommitdiff
path: root/libdino
Commit message (Expand)AuthorAgeFilesLines
* Check window width and hight before (re)storing themfiaxh2019-11-262-57/+1
* Add support for HTTP Upload headersWiktor Kwapisiewicz2019-11-191-0/+1
* Don't attempt DNS SRV lookups in connection fallbackfiaxh2019-11-181-1/+1
* Open new connection to send filled-in registration formfiaxh2019-11-181-3/+38
* Parse presence delivery errors when joining MUCfiaxh2019-11-171-5/+6
* Don't attempt jingle file transfers in MUCsfiaxh2019-11-172-0/+5
* Don't send delivery recipts or chat states for own messagesfiaxh2019-10-221-2/+11
* Base avatars and names on conversation, not JID.Marvin W2019-10-183-12/+22
* 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
* Do not mark abstract class contstuctors publicRandy Barlow2019-09-011-1/+1
* Fix message type of chat state notificationfiaxh2019-08-301-1/+1
* Merge pull request #592 from hrxi/gsoc_1Marvin W2019-08-293-5/+9
|\
| * 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
* | Add incoming mediated invitation support (#162)fiaxh2019-08-222-1/+7
* | 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
* 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
| * Implement file sending via Jinglehrxi2019-07-096-0/+60
* | 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 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 in...fiaxh2019-05-261-1/+9
* Remove Message.stanza fieldfiaxh2019-05-267-46/+49
* Revert "Fix notifications for servers without MAM"fiaxh2019-05-211-6/+1
* Enable sending chat state notifications in private roomsfiaxh2019-05-163-3/+19
* Disable notification on file in "mention only" groupchatRahix2019-05-161-0/+2
* Fix notifications for servers without MAMRahix2019-05-161-1/+6
* 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