Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add multiparty call support to libdino and xmpp-vala | fiaxh | 2021-11-10 | 1 | -0/+4 |
| | |||||
* | Add support for unencrypted RTP calls to libdino | fiaxh | 2021-03-21 | 1 | -0/+1 |
| | | | | Co-authored-by: Marvin W <git@larma.de> | ||||
* | Add support for Direct MUC Invitations (XEP-0249) | fiaxh | 2021-01-12 | 1 | -0/+1 |
| | |||||
* | Refactor XmppStream, TLS and connection method logic | fiaxh | 2020-11-20 | 1 | -2/+0 |
| | | | | fixes #534 | ||||
* | Fix some compiler warnings | fiaxh | 2020-10-27 | 1 | -2/+2 |
| | |||||
* | Add support for last message correction | fiaxh | 2020-04-03 | 1 | -0/+1 |
| | |||||
* | Store entity identity info, use it in conversation list tooltips | fiaxh | 2020-03-29 | 1 | -8/+1 |
| | |||||
* | Add Bookmarks2 implementation, introduce bookmarks interfaces | fiaxh | 2019-09-29 | 1 | -0/+1 |
| | |||||
* | Add JET support | Marvin W | 2019-09-16 | 1 | -0/+1 |
| | |||||
* | Add support for Jingle SOCKS5 bytestreams (XEP-0260) | hrxi | 2019-08-05 | 1 | -0/+2 |
| | |||||
* | Implement file sending via Jingle | hrxi | 2019-07-09 | 1 | -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 ↵ | fiaxh | 2018-11-27 | 1 | -0/+1 |
| | | | | in provider, move XmppStreamModule into xmpp-vala | ||||
* | Always use Account.hash(equals)_func for HashMap+ArrayList | fiaxh | 2018-11-24 | 1 | -1/+1 |
| | |||||
* | Initial implementation of SCRAM-SHA-1 | Marvin W | 2018-09-01 | 1 | -3/+3 |
| | |||||
* | In-Band Registration | fiaxh | 2018-08-22 | 1 | -0/+1 |
| | |||||
* | Small connection fixes | fiaxh | 2018-03-10 | 1 | -1/+1 |
| | |||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -9/+9 |
| | |||||
* | xmpp-vala: Add support for XEP-0191: Blocking Command | Emmanuel Gil Peyrot | 2017-10-31 | 1 | -0/+1 |
| | |||||
* | Message Archive Management | fiaxh | 2017-08-17 | 1 | -0/+1 |
| | |||||
* | Stream Management | fiaxh | 2017-08-14 | 1 | -2/+12 |
| | |||||
* | SRV records for XMPP over TLS | fiaxh | 2017-08-11 | 1 | -0/+1 |
| | |||||
* | Session establishment | fiaxh | 2017-06-21 | 1 | -3/+5 |
| | |||||
* | Show account status (incl errors) in ManageAccounts.Dialog | fiaxh | 2017-04-10 | 1 | -13/+4 |
| | |||||
* | Move storage into user directory and fix plugin search path | Marvin W | 2017-03-12 | 1 | -3/+0 |
| | |||||
* | Move PGP support into plugin | fiaxh | 2017-03-12 | 1 | -1/+0 |
| | |||||
* | Use typed identity in module manager | Marvin W | 2017-03-10 | 1 | -71/+57 |
| | |||||
* | Initial plugin system | Marvin W | 2017-03-10 | 1 | -0/+96 |