Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add libnice and listen for direct connections in Jingle SOCKS5 (#608) | hrxi | 2021-03-19 | 1 | -1/+4 |
| | | | | | | | | | | | | | Add libnice as a plugin. If it is present, use libnice to enumerate local IP addresses and listen on them to support direct connections for Jingle SOCKS5. Tested with Conversations and Gajim. Created the nice.vapi file using ``` vapigen --library nice --pkg gio-2.0 --metadatadir metadata /usr/share/gir-1.0/Nice-0.1.gir ``` | ||||
* | Implement MUC self ping | fiaxh | 2020-08-31 | 1 | -0/+3 |
| | |||||
* | Visually highlight pending messages, improve resending | fiaxh | 2020-07-16 | 1 | -1/+4 |
| | |||||
* | Store entity identity info, use it in conversation list tooltips | fiaxh | 2020-03-29 | 1 | -1/+1 |
| | |||||
* | Don't continue reading after stream was disconnected, make disconnecting async | fiaxh | 2019-11-27 | 1 | -2/+2 |
| | | | | fixes #636 | ||||
* | Don't attempt DNS SRV lookups in connection fallback | fiaxh | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 1 | -0/+7 |
| | | | | Fixes #598 | ||||
* | Fix a couple of typos and double imports | hrxi | 2019-06-01 | 1 | -1/+1 |
| | |||||
* | Use regex literals, fixes some compiler warnings | fiaxh | 2019-03-14 | 1 | -1/+1 |
| | |||||
* | Split login jid/password into two steps with checks | fiaxh | 2018-11-16 | 1 | -4/+4 |
| | |||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -4/+4 |
| | |||||
* | Stream Management | fiaxh | 2017-08-14 | 1 | -1/+2 |
| | |||||
* | xmpp-vala/core+libdino: concurrency + nullity improvements | Marvin W | 2017-04-18 | 1 | -2/+2 |
| | |||||
* | Select conversation on startup, placeholder for "No conversation selected", ↵ | fiaxh | 2017-03-20 | 1 | -1/+1 |
| | | | | start services before UI | ||||
* | Add typed identity to manager modules and stream flags | fiaxh | 2017-03-20 | 1 | -8/+23 |
| | |||||
* | "No accounts active, add?" stack in main view | fiaxh | 2017-03-18 | 1 | -0/+2 |
| | |||||
* | Improve Plugin API (allow to move encryption into plugin) | Marvin W | 2017-03-11 | 1 | -1/+1 |
| | |||||
* | Use typed identity in module manager | Marvin W | 2017-03-10 | 1 | -1/+1 |
| | |||||
* | Initial plugin system | Marvin W | 2017-03-10 | 1 | -0/+70 |