aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with older valac versionsfiaxh2019-07-182-33/+33
* Refactor file receive/send interfaces and UIfiaxh2019-07-182-6/+41
* Address pull requests comments, fix a few TODOshrxi2019-07-121-9/+40
* Add file receiving via Jinglehrxi2019-07-095-268/+731
* Implement file sending via Jinglehrxi2019-07-094-0/+675
* mirror node value on disco request. fixes #258Daniel Gultsch2019-06-301-1/+6
* Send bad-request error for unknown IQ set/getshrxi2019-06-213-4/+0
* Merge pull request #570 from hrxi/pr_typosfiaxh2019-06-061-1/+0
|\
| * Fix a couple of typos and double importshrxi2019-06-011-1/+0
* | Don't set timeouts on registration connection attemptsfiaxh2019-06-011-0/+1
|/
* Enable sending chat state notifications in private roomsfiaxh2019-05-162-4/+20
* 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
* Ensure image data is kept until avatars are written to filefiaxh2019-04-243-6/+6
* Entity capabilities: Check c node for ver attributefiaxh2019-03-141-1/+2
* Check for eme tag before adding fallback text for empty-body OMEMO messagesfiaxh2019-02-201-0/+8
* display groups w/o name by list of membersDaniel Gultsch2018-12-281-0/+1
* 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 i...fiaxh2018-11-271-0/+160
* Split login jid/password into two steps with checksfiaxh2018-11-161-1/+1
* 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 acc...fiaxh2018-09-151-2/+3
* Fix property with custom get+set to not have a default value (compiler error ...fiaxh2018-09-041-1/+0
* In-Band Registrationfiaxh2018-08-222-2/+66
* Implement XEP-0380 for the OMEMO and OpenPGP plugins (#359)Samuel Hand2018-05-281-0/+14
* Redesign chat input + move file upload therefiaxh2018-04-301-1/+1
* small fixesfiaxh2018-04-171-2/+2
* Handle multiple chat state notifications per bare jidfiaxh2018-03-101-2/+2
* Only notify on last MAM message, only if not readfiaxh2018-03-061-4/+6
* Use correct host name for TLS when using xmppsfiaxh2018-02-111-1/+1
* Pipeline for incoming messages in libdinofiaxh2018-01-286-23/+28
* Small fixes to MucManagerMarvin W2018-01-281-1/+1
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-2826-332/+313
* Fix typos in comments and variable names (#269)linkmauve2018-01-102-3/+3
* Add support for setting a new Affiliation in a muc (#266)David Plassmann2018-01-091-8/+14
* Fallback display for all file typesfiaxh2017-12-131-0/+4
* ConversationView: Date separatorfiaxh2017-12-012-11/+11
* Async service lookup, connect and writefiaxh2017-11-231-5/+5
* Disconnect stanza listeners from pipelinefiaxh2017-11-226-8/+28
* Read+(write) stream asyncfiaxh2017-11-166-63/+108
* small fixesfiaxh2017-11-011-4/+1
* Fix warningsfiaxh2017-10-311-4/+8
* 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-311-0/+137
* Remove new from struct initialisation, as it is deprecated (#180)linkmauve2017-10-231-1/+1
* Add oob tag to http-upload messagesfiaxh2017-10-221-0/+11
* http-files: max-file-size handlingfiaxh2017-09-261-2/+4
* fixup 8944029 (PGP support for MUCs)fiaxh2017-09-061-3/+4