| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add (partial) support for unique stanza ids (XEP-0359) | fiaxh | 2019-12-18 | 3 | -10/+49 |
* | Add version and adjust some cmake | Marvin W | 2019-12-18 | 1 | -2/+6 |
* | Fix chat marker sending | fiaxh | 2019-12-16 | 1 | -1/+1 |
* | Only send new room config if something was changed | fiaxh | 2019-12-16 | 1 | -5/+8 |
* | Don't continue reading after stream was disconnected, make disconnecting async | fiaxh | 2019-11-27 | 4 | -15/+22 |
* | Don't require window object in notifications | fiaxh | 2019-11-26 | 1 | -5/+0 |
* | Check window width and hight before (re)storing them | fiaxh | 2019-11-26 | 2 | -57/+1 |
* | Add support for HTTP Upload headers | Wiktor Kwapisiewicz | 2019-11-19 | 1 | -0/+1 |
* | Don't attempt DNS SRV lookups in connection fallback | fiaxh | 2019-11-18 | 1 | -1/+1 |
* | Open new connection to send filled-in registration form | fiaxh | 2019-11-18 | 1 | -3/+38 |
* | Parse presence delivery errors when joining MUC | fiaxh | 2019-11-17 | 1 | -5/+6 |
* | Don't attempt jingle file transfers in MUCs | fiaxh | 2019-11-17 | 2 | -0/+5 |
* | Don't send delivery recipts or chat states for own messages | fiaxh | 2019-10-22 | 1 | -2/+11 |
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 3 | -12/+22 |
* | Use log during IBR | Marvin W | 2019-10-18 | 2 | -1/+3 |
* | Fix critical warning in roster manager when account gets offline | Marvin W | 2019-10-18 | 1 | -0/+2 |
* | Allow to run Dino as background service | Marvin W | 2019-10-18 | 1 | -0/+2 |
* | Rework no-open-conversation placeholder | fiaxh | 2019-10-01 | 2 | -0/+2 |
* | 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 |
* | Do not mark abstract class contstuctors public | Randy Barlow | 2019-09-01 | 1 | -1/+1 |
* | Fix message type of chat state notification | fiaxh | 2019-08-30 | 1 | -1/+1 |
* | Merge pull request #592 from hrxi/gsoc_1 | Marvin W | 2019-08-29 | 3 | -5/+9 |
|\ |
|
| * | 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 |
* | | Add incoming mediated invitation support (#162) | fiaxh | 2019-08-22 | 2 | -1/+7 |
* | | 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 |
* | 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 |
| * | Implement file sending via Jingle | hrxi | 2019-07-09 | 6 | -0/+60 |
* | | 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 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 in... | fiaxh | 2019-05-26 | 1 | -1/+9 |
* | Remove Message.stanza field | fiaxh | 2019-05-26 | 7 | -46/+49 |