aboutsummaryrefslogtreecommitdiff
path: root/libdino
Commit message (Collapse)AuthorAgeFilesLines
* Fix warningsfiaxh2017-10-315-23/+28
|
* Move DatabaseError handling into Qlitefiaxh2017-10-311-1/+1
|
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-312-6/+15
|
* Blocking setting in Contact Detailsfiaxh2017-10-313-0/+46
|
* xmpp-vala: Add support for XEP-0191: Blocking CommandEmmanuel Gil Peyrot2017-10-311-0/+1
|
* Remove new from struct initialisation, as it is deprecated (#180)linkmauve2017-10-231-2/+2
| | | | | | * 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-3/+2
| | | | fixes #166
* Offline messages for MUCsfiaxh2017-10-223-14/+19
| | | | fixes #187
* PGP encrypted file transfersfiaxh2017-10-222-8/+46
|
* Handle file uploading in libdino & main, have http upload as providerfiaxh2017-10-212-29/+89
|
* http-files: max-file-size handlingfiaxh2017-09-261-1/+1
|
* Change conversation (un)read markingfiaxh2017-09-191-4/+0
|
* Use GNotification instead of libnotifyfiaxh2017-09-192-0/+13
|
* small fixesfiaxh2017-08-311-0/+1
|
* Use utc time everywherefiaxh2017-08-318-18/+18
|
* Download & inline display imagesfiaxh2017-08-317-4/+249
|
* libdino: try to load all plugins found in the respective foldersMarvin W2017-08-293-37/+65
|
* Plugins providing conversation items for ConversationViewfiaxh2017-08-285-4/+63
|
* Handle xmpp ?join and ?message urisfiaxh2017-08-251-14/+14
|
* Use single process, accept xmpp:-URIs as program argumentMarvin W2017-08-251-0/+36
|
* connection: keep-alive pings, act upon connection change (VPN)fiaxh2017-08-254-8/+63
|
* "Default" per-contact settings (change UI)fiaxh2017-08-251-3/+5
|
* Show nicks in MUCs, real jid in individual occupant menufiaxh2017-08-253-21/+30
|
* fixup 4a4b595fiaxh2017-08-221-0/+1
|
* Move settings from GSettings to own dbfiaxh2017-08-229-86/+85
|
* README: Discussion MUC, change urlfiaxh2017-08-222-2/+2
|
* MAM fixesfiaxh2017-08-193-18/+29
| | | | | | - don't send first request for timestamp -60 - only open conversation for messages within last 24h - always show latest message in conversation tabs
* add plugin api for text commandsMarvin W2017-08-171-0/+9
|
* libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins)Marvin W2017-08-175-20/+30
|
* libdino: do not process message twiceMarvin W2017-08-171-3/+2
|
* fixup 4aee957 (request history since last known messages)fiaxh2017-08-171-2/+2
|
* Message Archive Managementfiaxh2017-08-176-8/+32
|
* Stream Managementfiaxh2017-08-144-8/+19
|
* SRV records for XMPP over TLSfiaxh2017-08-112-5/+8
|
* request history since last known messages (#110)Max Weller2017-08-051-1/+9
| | | | request history since last known messages when rejoining a room at startup
* Http file uploadfiaxh2017-08-034-7/+36
|
* Session establishmentfiaxh2017-06-211-3/+5
|
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵fiaxh2017-06-174-8/+18
| | | | StartConversation
* Get rid of manual storage objects for delegatesfiaxh2017-06-133-55/+34
|
* MUC join behaviour + small MUC error changesfiaxh2017-06-131-0/+6
|
* Muc Invite + Kickfiaxh2017-06-113-18/+45
|
* Conversation details dialogfiaxh2017-05-303-2/+36
|
* Notifications + typing notifications + message marker settings per conversationfiaxh2017-05-305-10/+75
|
* fixup bcb9690 (Roster versioning)fiaxh2017-05-243-34/+12
|
* Roster versioningfiaxh2017-05-223-23/+120
|
* Member affiliation in occupant listfiaxh2017-05-181-0/+21
|
* qlite/libdino: optimize db accessMarvin W2017-04-262-7/+4
|
* cmake/signal-protocol: shared lib, mark_as_advanced and othersMarvin W2017-04-261-7/+8
|
* Sync MUC join/part behaviour with autojoin flag in bookmarksfiaxh2017-04-232-4/+75
|
* xmpp-vala/core+libdino: concurrency + nullity improvementsMarvin W2017-04-184-28/+43
|