| Commit message (Expand) | Author | Age | Files | Lines |
* | xmpp-vala: Use more async | fiaxh | 2020-04-24 | 1 | -1/+1 |
* | Don't continue reading after stream was disconnected, make disconnecting async | fiaxh | 2019-11-27 | 1 | -9/+16 |
* | Remove Message.stanza field | fiaxh | 2019-05-26 | 1 | -1/+1 |
* | Use glib log functions | fiaxh | 2019-03-15 | 1 | -38/+26 |
* | Use regex literals, fixes some compiler warnings | fiaxh | 2019-03-14 | 1 | -1/+1 |
* | Fix runtime criticals (and compiler warnings) | fiaxh | 2019-02-13 | 1 | -1/+1 |
* | Improve ping timeouts, add debug output for XmlErrors and ping timeouts | fiaxh | 2019-01-02 | 1 | -1/+5 |
* | Fix TLS error notification wrongly appearing | fiaxh | 2018-11-21 | 1 | -5/+3 |
* | Split login jid/password into two steps with checks | fiaxh | 2018-11-16 | 1 | -2/+2 |
* | Fix runtime criticals | fiaxh | 2018-09-16 | 1 | -8/+14 |
* | Initial implementation of SCRAM-SHA-1 | Marvin W | 2018-09-01 | 1 | -1/+1 |
* | Small connection fixes | fiaxh | 2018-03-10 | 1 | -41/+35 |
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -13/+13 |
* | Move to GNetworkMonitor (#236) | Mathieu Bridon | 2018-01-09 | 1 | -20/+20 |
* | Show error on invalid TLS certificate | fiaxh | 2018-01-04 | 1 | -12/+24 |
* | Read+(write) stream async | fiaxh | 2017-11-16 | 1 | -32/+19 |
* | Replace deprecated function usages | fiaxh | 2017-11-16 | 1 | -3/+1 |
* | Go offline before quiting application | fiaxh | 2017-10-31 | 1 | -5/+20 |
* | Fix warnings | fiaxh | 2017-10-31 | 1 | -1/+0 |
* | Remove new from struct initialisation, as it is deprecated (#180) | linkmauve | 2017-10-23 | 1 | -2/+2 |
* | http-files: max-file-size handling | fiaxh | 2017-09-26 | 1 | -1/+1 |
* | Use utc time everywhere | fiaxh | 2017-08-31 | 1 | -1/+1 |
* | connection: keep-alive pings, act upon connection change (VPN) | fiaxh | 2017-08-25 | 1 | -7/+47 |
* | Stream Management | fiaxh | 2017-08-14 | 1 | -1/+1 |
* | Get rid of manual storage objects for delegates | fiaxh | 2017-06-13 | 1 | -19/+8 |
* | Show account status (incl errors) in ManageAccounts.Dialog | fiaxh | 2017-04-10 | 1 | -41/+88 |
* | Add --print-xmpp flag to log details | Marvin W | 2017-04-03 | 1 | -1/+2 |
* | Add typed identity to manager modules and stream flags | fiaxh | 2017-03-20 | 1 | -1/+1 |
* | Fix account repeated disconnect/connect issues | Marvin W | 2017-03-13 | 1 | -4/+7 |
* | Use typed identity in stream modules | fiaxh | 2017-03-11 | 1 | -2/+2 |
* | Initial plugin system | Marvin W | 2017-03-10 | 1 | -0/+222 |