aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala
Commit message (Expand)AuthorAgeFilesLines
* 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-176-66/+228
* xmpp-vala: Remove require-functionsfiaxh2017-08-1423-120/+2
* Stream Managementfiaxh2017-08-146-31/+165
* xmpp-vala: improve namespace handling, add some testsMarvin W2017-08-129-30/+370
* SRV records for XMPP over TLSfiaxh2017-08-115-6/+108
* http files: Fix double-free rance-conditionfiaxh2017-08-073-122/+128
* 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
* Make session negotiation optionalfiaxh2017-06-211-5/+5
* Session establishmentfiaxh2017-06-213-3/+58
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from Sta...fiaxh2017-06-174-51/+24
* 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-3013-29/+322
* fixup bcb9690 (Roster versioning)fiaxh2017-05-241-4/+4
* Roster versioningfiaxh2017-05-224-88/+165
* Member affiliation in occupant listfiaxh2017-05-182-35/+139
* cmake/signal-protocol: shared lib, mark_as_advanced and othersMarvin W2017-04-261-5/+6
* 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-115-73/+111
* Add --print-xmpp flag to log detailsMarvin W2017-04-034-23/+199
* Make FHS compliant, split RPMs, fix compilation on older GCCsMarvin W2017-04-031-0/+1
* Handle MUC private messagesfiaxh2017-03-318-108/+148
* New CMakeMarvin W2017-03-231-19/+12
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-231-2/+2
* Select conversation on startup, placeholder for "No conversation selected", s...fiaxh2017-03-201-4/+4
* 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-123-70/+9
* Fix delegate copying issueMarvin W2017-03-122-5/+7
* Move storage into user directory and fix plugin search pathMarvin W2017-03-122-12/+9
* Split OMEMO plug-in into files, various fixesMarvin W2017-03-123-5/+4
* Move PGP support into pluginfiaxh2017-03-123-182/+1
* CMake: merge created header+vapi files into a single directoryMarvin W2017-03-111-5/+4
* Move GPG initialization to gpgme-valafiaxh2017-03-111-1/+0
* Use delegates + object storage instead of listener objectsfiaxh2017-03-1115-293/+221
* Improve Plugin API (allow to move encryption into plugin)Marvin W2017-03-111-3/+3
* Use typed identity in stream modulesfiaxh2017-03-1124-204/+112
* Use typed identity in module managerMarvin W2017-03-101-3/+5
* Add typed identity to stream modulesMarvin W2017-03-1024-25/+63