aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/module_manager.vala
Commit message (Collapse)AuthorAgeFilesLines
* Add support for reactionsfiaxh2022-10-111-0/+2
|
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-101-1/+1
|
* Add support for call invite messagesfiaxh2022-02-071-1/+1
| | | | As of https://github.com/xsf/xeps/pull/1155
* Add multiparty call support to libdino and xmpp-valafiaxh2021-11-101-0/+4
|
* Add support for unencrypted RTP calls to libdinofiaxh2021-03-211-0/+1
| | | | Co-authored-by: Marvin W <git@larma.de>
* Add support for Direct MUC Invitations (XEP-0249)fiaxh2021-01-121-0/+1
|
* Refactor XmppStream, TLS and connection method logicfiaxh2020-11-201-2/+0
| | | | fixes #534
* Fix some compiler warningsfiaxh2020-10-271-2/+2
|
* Add support for last message correctionfiaxh2020-04-031-0/+1
|
* Store entity identity info, use it in conversation list tooltipsfiaxh2020-03-291-8/+1
|
* Add Bookmarks2 implementation, introduce bookmarks interfacesfiaxh2019-09-291-0/+1
|
* Add JET supportMarvin W2019-09-161-0/+1
|
* Add support for Jingle SOCKS5 bytestreams (XEP-0260)hrxi2019-08-051-0/+2
|
* Implement file sending via Jinglehrxi2019-07-091-0/+4
| | | | | | | | | | | This is still disabled by default until prioritization is implemented; otherwise this could be preferred to HTTP uploads. File sending only works via Jingle In-Band-Bytestreams right now, more transports are going to be implemented. To test this, uncomment the line with `JingleFileTransfer` in libdino/src/application.vala.
* Restructure (http) file provider flow: Separate download&get_info, download ↵fiaxh2018-11-271-0/+1
| | | | in provider, move XmppStreamModule into xmpp-vala
* Always use Account.hash(equals)_func for HashMap+ArrayListfiaxh2018-11-241-1/+1
|
* Initial implementation of SCRAM-SHA-1Marvin W2018-09-011-3/+3
|
* In-Band Registrationfiaxh2018-08-221-0/+1
|
* Small connection fixesfiaxh2018-03-101-1/+1
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-9/+9
|
* xmpp-vala: Add support for XEP-0191: Blocking CommandEmmanuel Gil Peyrot2017-10-311-0/+1
|
* Message Archive Managementfiaxh2017-08-171-0/+1
|
* Stream Managementfiaxh2017-08-141-2/+12
|
* SRV records for XMPP over TLSfiaxh2017-08-111-0/+1
|
* Session establishmentfiaxh2017-06-211-3/+5
|
* Show account status (incl errors) in ManageAccounts.Dialogfiaxh2017-04-101-13/+4
|
* Move storage into user directory and fix plugin search pathMarvin W2017-03-121-3/+0
|
* Move PGP support into pluginfiaxh2017-03-121-1/+0
|
* Use typed identity in module managerMarvin W2017-03-101-71/+57
|
* Initial plugin systemMarvin W2017-03-101-0/+96