aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep
Commit message (Expand)AuthorAgeFilesLines
* 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
* Download & inline display imagesfiaxh2017-08-312-4/+5
* Plugins providing conversation items for ConversationViewfiaxh2017-08-282-2/+2
* omemo: store and display identity keys of all devicesMarvin W2017-08-271-2/+3
* xmpp-vala: Improve time parsingfiaxh2017-08-221-22/+4
* README: Discussion MUC, change urlfiaxh2017-08-221-1/+1
* fixup 4aee957 (request history since last known messages)fiaxh2017-08-171-2/+2
* Message Archive Managementfiaxh2017-08-175-66/+227
* xmpp-vala: Remove require-functionsfiaxh2017-08-1415-85/+1
* Stream Managementfiaxh2017-08-142-10/+123
* SRV records for XMPP over TLSfiaxh2017-08-112-1/+54
* Http file upload for version :0 and other server setupsfiaxh2017-08-072-2/+1
* request history since last known messages (#110)Max Weller2017-08-051-1/+6
* Http file uploadfiaxh2017-08-035-19/+33
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from Sta...fiaxh2017-06-172-4/+19
* Get rid of manual storage objects for delegatesfiaxh2017-06-1310-157/+114
* MUC join behaviour + small MUC error changesfiaxh2017-06-132-38/+58
* Muc Invite + Kickfiaxh2017-06-116-17/+41
* MUC config form (data forms), MUC room infofiaxh2017-05-306-8/+299
* fixup bcb9690 (Roster versioning)fiaxh2017-05-241-4/+4
* Member affiliation in occupant listfiaxh2017-05-182-35/+139
* Sync MUC join/part behaviour with autojoin flag in bookmarksfiaxh2017-04-232-6/+15
* xmpp-vala/core+libdino: concurrency + nullity improvementsMarvin W2017-04-182-4/+4
* Handle conference bookmarks w/o nickfiaxh2017-04-172-56/+60
* MUC improvementsfiaxh2017-04-113-71/+108
* Add --print-xmpp flag to log detailsMarvin W2017-04-031-2/+0
* Handle MUC private messagesfiaxh2017-03-317-108/+146