aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-311-0/+137
|
* 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-221-0/+11
| | | | 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
|
* xmpp-vala: Improve time parsingfiaxh2017-08-221-22/+4
|
* README: Discussion MUC, change urlfiaxh2017-08-221-1/+1
|
* Fix some UI issuesMarvin W2017-08-221-1/+1
|
* xmpp-vala: Connection fallback without SRV recordsfiaxh2017-08-191-2/+6
|
* xmpp-vala: catch TLS errors during read()Marvin W2017-08-171-0/+2
|
* 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-1423-120/+2
|
* Stream Managementfiaxh2017-08-145-31/+164
|
* xmpp-vala: improve namespace handling, add some testsMarvin W2017-08-125-30/+74
|
* SRV records for XMPP over TLSfiaxh2017-08-114-6/+107
|
* http files: Fix double-free rance-conditionfiaxh2017-08-072-122/+127
| | | | ... and move classes around
* 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
| | | | request history since last known messages when rejoining a room at startup
* Http file uploadfiaxh2017-08-035-19/+33
|
* Make session negotiation optionalfiaxh2017-06-211-5/+5
|
* Session establishmentfiaxh2017-06-212-2/+56
|
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵fiaxh2017-06-174-51/+24
| | | | StartConversation
* Get rid of manual storage objects for delegatesfiaxh2017-06-1312-171/+124
|
* MUC join behaviour + small MUC error changesfiaxh2017-06-135-41/+65
|
* Muc Invite + Kickfiaxh2017-06-117-18/+42
|
* MUC config form (data forms), MUC room infofiaxh2017-05-3012-29/+321
|
* fixup bcb9690 (Roster versioning)fiaxh2017-05-241-4/+4
|
* Roster versioningfiaxh2017-05-223-88/+164
|
* 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-187-129/+164
|
* Handle conference bookmarks w/o nickfiaxh2017-04-172-56/+60
|
* MUC improvementsfiaxh2017-04-114-73/+110
|
* Add --print-xmpp flag to log detailsMarvin W2017-04-034-23/+199
|
* Handle MUC private messagesfiaxh2017-03-317-108/+146
|
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-231-2/+2
|
* Select conversation on startup, placeholder for "No conversation selected", ↵fiaxh2017-03-201-4/+4
| | | | start services before UI
* Add typed identity to manager modules and stream flagsfiaxh2017-03-2027-174/+126
|
* Fix message stanza default typefiaxh2017-03-183-3/+10
|
* Drop libuuid dependency, uuid generation is not that complicated...Marvin W2017-03-121-5/+7
|
* Fix delegate copying issueMarvin W2017-03-122-5/+7
|
* Move storage into user directory and fix plugin search pathMarvin W2017-03-122-12/+9
|