aboutsummaryrefslogtreecommitdiff
path: root/libdino/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add support for XEP-0461 replies (with fallback)fiaxh2023-01-061-0/+2
* Add support for reactionsfiaxh2022-10-111-0/+1
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-101-0/+1
* Fix Version handling, add function to retrieve short version without git commitMarvin W2022-03-301-1/+1
* Add multiparty call support to libdino and xmpp-valafiaxh2021-11-101-0/+2
* Add support for unencrypted RTP calls to libdinofiaxh2021-03-211-0/+3
* Add cache for file transfersfiaxh2021-02-171-0/+1
* Refactor Notifications, add freedesktop backendfiaxh2020-11-201-0/+2
* Add a WeakMap implementation + testsfiaxh2020-11-141-1/+23
* Fetch avatars only when they are usedfiaxh2020-06-101-1/+0
* Add support for last message correctionfiaxh2020-04-031-0/+1
* Store entity identity info, use it in conversation list tooltipsfiaxh2020-03-291-0/+1
* Refactor file receive/send interfaces and UIfiaxh2019-07-181-1/+1
* Implement file sending via Jinglehrxi2019-07-091-0/+1
* Use glib log functionsfiaxh2019-03-151-1/+1
* Merge pull request #415 from bobufa/message-searchfiaxh2018-08-311-0/+2
|\
| * accumulate conversation content in meta db tablebobufa2018-08-131-1/+1
| * initial search logic / displaybobufa2018-08-131-0/+1
| * refactor conversation item management (accumulate them in libdino)bobufa2018-08-131-0/+1
* | In-Band Registrationfiaxh2018-08-221-0/+1
|/
* Move notification sounds (canberra dependency) into plugin, introduce libdino...fiaxh2018-03-051-0/+1
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-1/+0
* Move to GNetworkMonitor (#236)Mathieu Bridon2018-01-091-2/+0
* Blocking setting in Contact Detailsfiaxh2017-10-311-0/+1
* Download & inline display imagesfiaxh2017-08-311-0/+2
* libdino: try to load all plugins found in the respective foldersMarvin W2017-08-291-1/+1
* Plugins providing conversation items for ConversationViewfiaxh2017-08-281-1/+1
* connection: keep-alive pings, act upon connection change (VPN)fiaxh2017-08-251-1/+2
* fixup 4a4b595fiaxh2017-08-221-0/+1
* Move settings from GSettings to own dbfiaxh2017-08-221-16/+2
* libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins)Marvin W2017-08-171-1/+1
* cmake/signal-protocol: shared lib, mark_as_advanced and othersMarvin W2017-04-261-7/+8
* Gettext supportfiaxh2017-04-101-1/+11
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-041-1/+3
* Make FHS compliant, split RPMs, fix compilation on older GCCsMarvin W2017-04-031-3/+3
* New CMakeMarvin W2017-03-231-20/+18
* Automatically compile and use gsettings schemaMarvin W2017-03-121-0/+12
* Split OMEMO plug-in into files, various fixesMarvin W2017-03-121-1/+0
* Move PGP support into pluginfiaxh2017-03-121-26/+7
* Move UI code into main dirMarvin W2017-03-111-67/+2
* CMake: merge created header+vapi files into a single directoryMarvin W2017-03-111-6/+6
* Plug-In API: allow adding custom entries to account settingsMarvin W2017-03-111-0/+1
* UI to choose PGP key/disabled in account settingsfiaxh2017-03-111-5/+6
* Improve Plugin API (allow to move encryption into plugin)Marvin W2017-03-111-2/+6
* Initial plugin systemMarvin W2017-03-101-0/+153