aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Pipeline for incoming messages in libdinofiaxh2018-01-288-43/+56
|
* Small fixes to MucManagerMarvin W2018-01-281-1/+1
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-2855-521/+572
|
* Fix typos in comments and variable names (#269)linkmauve2018-01-104-5/+5
| | | Thanks `codespell`!
* Add support for setting a new Affiliation in a muc (#266)David Plassmann2018-01-091-8/+14
| | | | | | | | * Added support for setting a new Affiliation in a muc * small changes * fix parameter order
* Tab completion: Case insensitive, handle spacesfiaxh2018-01-061-1/+1
|
* Show error on invalid TLS certificatefiaxh2018-01-044-28/+29
|
* Show subscription request in conversation summaryfiaxh2017-12-301-0/+1
|
* Fallback display for all file typesfiaxh2017-12-131-0/+4
|
* ConversationView: Date separatorfiaxh2017-12-013-11/+12
|
* Async service lookup, connect and writefiaxh2017-11-238-51/+110
|
* Disconnect stanza listeners from pipelinefiaxh2017-11-227-10/+35
|
* Fix unit tests using async + read message markerfiaxh2017-11-172-16/+17
|
* Read+(write) stream asyncfiaxh2017-11-1611-141/+255
|
* small fixesfiaxh2017-11-011-4/+1
|
* Fix warningsfiaxh2017-10-313-8/+14
|
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-312-4/+6
|
* Blocking setting in Contact Detailsfiaxh2017-10-311-9/+15
|
* xmpp-vala: Add support for XEP-0191: Blocking CommandEmmanuel Gil Peyrot2017-10-312-0/+138
|
* Remove new from struct initialisation, as it is deprecated (#180)linkmauve2017-10-231-1/+1
| | | | | | * Remove new from struct initialisation, as it is deprecated. * Use Map.has_key instead of Map.contains, as it is deprecated.
* Add oob tag to http-upload messagesfiaxh2017-10-222-0/+12
| | | | fixes #166
* http-files: max-file-size handlingfiaxh2017-09-263-3/+10
|
* fixup 8944029 (PGP support for MUCs)fiaxh2017-09-061-3/+4
|
* Download & inline display imagesfiaxh2017-08-312-4/+5
|
* xmpp-vala: use encoded value when formatting stanza attributesMarvin W2017-08-291-3/+3
| | | | fixes #140
* Plugins providing conversation items for ConversationViewfiaxh2017-08-282-2/+2
|
* omemo: store and display identity keys of all devicesMarvin W2017-08-271-2/+3
|