aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation with older valac versionsfiaxh2019-07-182-33/+33
|
* Refactor file receive/send interfaces and UIfiaxh2019-07-182-6/+41
|
* Merge branch 'gsoc_0' of https://github.com/hrxi/dino into hrxi-gsoc_0fiaxh2019-07-168-8/+1184
|\
| * Address pull requests comments, fix a few TODOshrxi2019-07-121-9/+40
| |
| * Add file receiving via Jinglehrxi2019-07-096-270/+736
| | | | | | | | | | This currently follows the same rules as HTTP file download for accepting files.
| * Implement file sending via Jinglehrxi2019-07-096-4/+683
| | | | | | | | | | | | | | | | | | | | | | 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.
* | Unroll some async methods in stanza readerMarvin W2019-07-141-19/+37
| |
* | Do not log long bodiesMarvin W2019-07-141-0/+3
|/
* mirror node value on disco request. fixes #258Daniel Gultsch2019-06-301-1/+6
|
* Send bad-request error for unknown IQ set/getshrxi2019-06-215-8/+8
|
* Add a couple of error primitives for easier error handlinghrxi2019-06-213-15/+39
|
* Merge pull request #570 from hrxi/pr_typosfiaxh2019-06-062-3/+2
|\ | | | | Fix a couple of typos and one network typo
| * Fix a typo in the `<service-unvailable/>` iq answerhrxi2019-06-011-2/+2
| |
| * Fix a couple of typos and double importshrxi2019-06-011-1/+0
| |
* | Fix ANSI color removal for XMPP log on non-tty stderrshrxi2019-06-061-2/+2
| |
* | Don't set timeouts on registration connection attemptsfiaxh2019-06-012-1/+5
|/
* Check presence for empty show node, assume as onlinefiaxh2019-05-211-1/+4
|
* Enable sending chat state notifications in private roomsfiaxh2019-05-163-4/+21
|
* Process read marker from other devices for MUCs to adjust read-up-to statefiaxh2019-05-111-1/+0
|
* Remove avatars with missmatch between supposed and actual sha1 hash on load, ↵fiaxh2019-04-241-1/+1
| | | | make loading async
* Ensure image data is kept until avatars are written to filefiaxh2019-04-243-6/+6
|
* Use glib log functionsfiaxh2019-03-151-3/+3
|
* Entity capabilities: Check c node for ver attributefiaxh2019-03-141-1/+2
| | | | fixes #530
* Check for eme tag before adding fallback text for empty-body OMEMO messagesfiaxh2019-02-201-0/+8
|
* Fix compiler error (From using uint8[].copy())fiaxh2019-02-041-2/+2
|
* Improve ping timeouts, add debug output for XmlErrors and ping timeoutsfiaxh2019-01-021-26/+33
|
* display groups w/o name by list of membersDaniel Gultsch2018-12-281-0/+1
| | | | | | | | | | | | | For members-only, non-anonymous groups that do not have a name set we now show an automatically generated name that is generated from the list of members (offline, and online). Only the first name (before the first space) is used to keep the generated name short. The term *private room* is coined as a short hand for members only&non-anon group chats. This commit also uses the offline members list instead of the online member list to generate avatar tiles (also only in members-only, non-anon groups.)
* support jpeg pep avatars + actually check hashDaniel Gultsch2018-11-271-3/+12
|
* only parse vcard hashes from available presenceDaniel Gultsch2018-11-271-0/+3
|
* Restructure (http) file provider flow: Separate download&get_info, download ↵fiaxh2018-11-272-0/+161
| | | | in provider, move XmppStreamModule into xmpp-vala
* Split login jid/password into two steps with checksfiaxh2018-11-162-2/+3
|
* Merge PR #413 "Improvements to the OMEMO plugin"Marvin W2018-11-103-1/+10
|\
| * Fix mutual subscription detectionSamuel Hand2018-08-102-12/+5
| |
| * Fix bug where OMEMO not avaiable with a newly added contactSamuel Hand2018-08-052-1/+17
| |
* | Display room name in conversation selector and conversation titlebarcodedust2018-11-021-1/+12
| |
* | Notification on TLS error/wrong password, log TLS cert issues, don't make ↵fiaxh2018-09-152-2/+18
| | | | | | | | account with connection error appear disabled in accounts dialog
* | Fix property with custom get+set to not have a default value (compiler error ↵fiaxh2018-09-041-1/+0
| | | | | | | | | | | | with vala 0.41) Fix encryption icon not being shown right away
* | Initial implementation of SCRAM-SHA-1Marvin W2018-09-011-46/+157
| |
* | In-Band Registrationfiaxh2018-08-224-3/+72
|/
* Fire signal on subscription approvalfiaxh2018-07-301-0/+4
|
* Don't handle error message stanzas as normal messagesfiaxh2018-06-141-2/+4
|
* Implement XEP-0380 for the OMEMO and OpenPGP plugins (#359)Samuel Hand2018-05-282-0/+15
| | | | | | | | | | * Implement XEP-0380 in a naive fashion for both the OMEMO and OpenPGP plugins * Move the XEP-0380 namespace to a constant * Move the implementation for xep-0380 to its own module * Remove un-needed lines from plugins/openpgp/src/stream_module.vala
* Redesign chat input + move file upload therefiaxh2018-04-301-1/+1
|
* small fixesfiaxh2018-04-172-4/+9
|
* Small connection fixesfiaxh2018-03-101-0/+6
|
* Handle multiple chat state notifications per bare jidfiaxh2018-03-101-2/+2
| | | | fixes #117
* Only notify on last MAM message, only if not readfiaxh2018-03-061-4/+6
| | | | fixes #293
* Use correct host name for TLS when using xmppsfiaxh2018-02-111-1/+1
|
* Small fixesfiaxh2018-01-301-4/+1
|
* Make slack workarounds use in-pipelinefiaxh2018-01-281-2/+0
|