aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup Fix some warningsfiaxh2019-09-107-58/+40
|
* Fix some warningshrxi2019-09-1025-139/+276
| | | | | | 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.
* Add emoji button to chat inputfiaxh2019-09-096-16/+38
|
* Include data forms in entity capabilities hash computationfiaxh2019-09-033-6/+52
|
* Do not mark abstract class contstuctors publicRandy Barlow2019-09-013-4/+4
| | | | | | | | | | | | | 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-2912-177/+1369
|\ | | | | Add SOCKS5 bytestreams and a couple of other fixes
| * Don't error on Jingle file transfer hash session-infohrxi2019-08-273-5/+44
| |
| * Fix candidate selection for equal priorityhrxi2019-08-242-3/+4
| | | | | | | | | | | | XEP-0260 states that the candidate selected (offered) by the initiator wins, not the one that was chosen by the initiator (i.e. offered by the responder).
| * Fix Jingle connection code when `cancellable` is `null`hrxi2019-08-091-2/+7
| |
| * Fix race condition involving `session-terminate`hrxi2019-08-082-3/+10
| | | | | | | | | | | | | | The Jingle file transfer (XEP-0234) specifies that the receiver of the file transfer is the one to terminate the session. Otherwise, there might be a race condition between the XMPP stream and out-of-band SOCKS5 connections.
| * Fall back to IBB if S5B does not work outhrxi2019-08-062-39/+188
| | | | | | | | | | This mostly happens if connectivity to the candidates cannot be established.
| * Send Jingle errors to the right JIDhrxi2019-08-061-3/+3
| |
| * Fix destination address of IBB error codeshrxi2019-08-061-11/+11
| |
| * Forgot to add outgoing Jingle SOCKS5 transferhrxi2019-08-061-1/+8
| |
| * Implement detachhrxi2019-08-062-2/+6
| |
| * Factor out the session-terminate handlerhrxi2019-08-061-25/+35
| |
| * Add support for Jingle SOCKS5 bytestreams (XEP-0260)hrxi2019-08-057-85/+790
| |
| * Fix a warninghrxi2019-08-051-1/+5
| |
| * Terminate the Jingle session after the file transfer is completehrxi2019-08-051-13/+93
| |
| * Close files involved in file transfers explicitlyhrxi2019-08-051-4/+2
| |
| * Finish file transfer after receiving enough datahrxi2019-08-051-8/+53
| | | | | | | | | | | | | | | | | | | | This means that we no longer rely on the remote end to close the connection after sending the file, but additionally use the `<size>` element from the initial file transfer `<description>` to check whether the file transfer has been completed. This was motivated by Conversations not closing the connection for SOCKS5 file transfers.
| * Fix human_readable in stanza errorshrxi2019-08-051-1/+4
| |
| * Fix a couple of delegate copy warnigshrxi2019-08-053-7/+7
| | | | | | | | "warning: copying delegates is not supported"
| * Add jingle connection for better interfacing with jingle (terminate etc.)hrxi2019-08-053-41/+176
| |
* | Update translationsTranslations2019-08-2872-1875/+4463
| |
* | Don't show conversations from account after it was disabledfiaxh2019-08-283-2/+10
| | | | | | | | fixes #277
* | Fix runtime criticalfiaxh2019-08-261-2/+5
| |
* | Add missing 'to' attribute when sending service-unavailable for an unknown ↵fiaxh2019-08-261-1/+2
| | | | | | | | | | | | IG get/set NS fixes #604
* | Add and enable newly created (first) accountfiaxh2019-08-233-7/+15
| | | | | | | | fixes #584
* | Add incoming mediated invitation support (#162)fiaxh2019-08-228-22/+112
| | | | | | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
* | Fix specified size for encrypted file uploadsfiaxh2019-08-216-13/+17
| |
* | Set OMEMO devicelist + bundle node access model to publicfiaxh2019-08-094-26/+48
| |
* | Update READMEfiaxh2019-08-091-26/+15
| |
* | Fix compilationfiaxh2019-08-061-1/+0
| |
* | Use own file type iconsfiaxh2019-08-0610-18/+92
|/
* Rework encryption enabling logic + UIfiaxh2019-08-0218-200/+480
|
* Optimizations: Database indices, cache id-Jid instead of id-jid_string, join ↵fiaxh2019-08-025-26/+35
| | | | real_jid on get messages
* Add TravisMarvin W2019-07-301-0/+13
|
* Fix Manage Key dialog string for verified keys (#588)Henrik Ullman2019-07-281-1/+1
|
* Remove broken translations from dino.doapMarvin W2019-07-281-5/+0
|
* Update dino.doap fileMarvin W2019-07-281-298/+308
|
* Update the DOAP file to the latest specificationEmmanuel Gil Peyrot2019-07-281-195/+193
| | | | | | The xmpp-doap extension has be simplified to only expose the SupportedXep class and its children properties, as well as categories, and reuses DOAP to the maximum.
* Fix compilation with older valac versionsfiaxh2019-07-183-34/+39
|
* Refactor file receive/send interfaces and UIfiaxh2019-07-1831-871/+1244
|
* Merge branch 'gsoc_0' of https://github.com/hrxi/dino into hrxi-gsoc_0fiaxh2019-07-1614-9/+1317
|\
| * Address pull requests comments, fix a few TODOshrxi2019-07-123-14/+46
| |
| * Add file receiving via Jinglehrxi2019-07-099-274/+811
| | | | | | | | | | This currently follows the same rules as HTTP file download for accepting files.
| * Implement file sending via Jinglehrxi2019-07-0912-4/+743
| | | | | | | | | | | | | | | | | | | | | | 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.
* | Update DOAP and appdataMarvin W2019-07-143-19/+506
| |