Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Store MUC passwords in bookmark | fiaxh | 2019-12-24 | 1 | -20/+17 | |
| | | | | fixes #470 | |||||
* | Only cache fully normalized Jids for reverse lookup | fiaxh | 2019-12-24 | 1 | -1/+5 | |
| | ||||||
* | Don't show own typing notifications (other devices) | fiaxh | 2019-12-24 | 1 | -0/+3 | |
| | | | | fixes #669 | |||||
* | Display correct name on outgoing file transfers in groups | Marvin W | 2019-12-23 | 3 | -8/+34 | |
| | | | | Fixes #248, #643 | |||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 7 | -43/+117 | |
| | ||||||
* | Don't go through ConnectionManager for initial connection attempt | fiaxh | 2019-12-23 | 2 | -18/+41 | |
| | ||||||
* | Add timing to logs, fix issue of silently ignored I/O errors | Marvin W | 2019-12-22 | 1 | -2/+1 | |
| | ||||||
* | Trim ms from local_time when creating messages | fiaxh | 2019-12-19 | 1 | -3/+5 | |
| | | | | Mss are striped when storing in db. Comparing messages with and without ms might lead to wrong orderings. Related: Message duplication in UI when scrolling up. | |||||
* | Refactor MAM catchup. Fetch from latest to earliest message. | fiaxh | 2019-12-18 | 4 | -90/+330 | |
| | ||||||
* | Add (partial) support for unique stanza ids (XEP-0359) | fiaxh | 2019-12-18 | 2 | -9/+43 | |
| | ||||||
* | 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 | |
| | | | | fixes #675 | |||||
* | Don't continue reading after stream was disconnected, make disconnecting async | fiaxh | 2019-11-27 | 3 | -14/+21 | |
| | | | | fixes #636 | |||||
* | Add support for HTTP Upload headers | Wiktor Kwapisiewicz | 2019-11-19 | 1 | -0/+1 | |
| | | | | | | | | | | | Some services use Authorization header [0] to pass upload credential data. This avoids the token being exposed in server logs and is allowed by XEP-0363 since version 0.5.0. This change adds support for headers allowed in XEP-0363: Authorization, Expires and Cookie. [0]: https://xmpp.org/extensions/xep-0363.html#request | |||||
* | 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 | |
| | | | | fixes #644 | |||||
* | Parse presence delivery errors when joining MUC | fiaxh | 2019-11-17 | 1 | -5/+6 | |
| | | | | fixes #224 | |||||
* | 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 | |
| | | | | fixes #631 | |||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 3 | -12/+22 | |
| | | | | Fixes #598 | |||||
* | Use log during IBR | Marvin W | 2019-10-18 | 1 | -0/+2 | |
| | ||||||
* | Fix critical warning in roster manager when account gets offline | Marvin W | 2019-10-18 | 1 | -0/+2 | |
| | ||||||
* | Rework no-open-conversation placeholder | fiaxh | 2019-10-01 | 1 | -0/+1 | |
| | ||||||
* | 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 | |
|/ | ||||||
* | Optimizations: Database indices, cache id-Jid instead of id-jid_string, join ↵ | fiaxh | 2019-08-02 | 2 | -21/+31 | |
| | | | | 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 | 4 | -172/+391 | |
| | ||||||
* | Merge branch 'gsoc_0' of https://github.com/hrxi/dino into hrxi-gsoc_0 | fiaxh | 2019-07-16 | 3 | -1/+130 | |
|\ | ||||||
| * | Address pull requests comments, fix a few TODOs | hrxi | 2019-07-12 | 2 | -5/+6 | |
| | | ||||||
| * | Add file receiving via Jingle | hrxi | 2019-07-09 | 2 | -3/+74 | |
| | | | | | | | | | | This currently follows the same rules as HTTP file download for accepting files. | |||||
| * | Implement file sending via Jingle | hrxi | 2019-07-09 | 3 | -0/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -19/+45 | |
| | |