about summary refs log tree commit diff stats
path: root/src/xmpp/connection.c
Commit message (Expand)AuthorAgeFilesLines
* Add command to change password of logged in userThorben Günther2021-03-111-0/+13
* Logging [CONNECTION]Stefan2021-03-091-0/+1
* Require libstrophe/libmesode 0.10.0Michael Vetter2020-09-301-8/+0
* Apply coding styleMichael Vetter2020-07-071-88/+114
* Revert "Apply coding style"Michael Vetter2020-07-071-118/+92
* Apply coding styleMichael Vetter2020-07-071-92/+118
* Fix reading/writing linked filesMichael Vetter2020-06-131-1/+1
* Make legacy auth optionalDmitry Podgorny2020-06-111-0/+9
* Add option for legacy authenticationDmitry Podgorny2020-06-051-6/+28
* Add and use connection_get_barejid()Michael Vetter2020-05-251-0/+12
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Display ownership of connection_get_profanity_identifierMichael Vetter2019-10-221-1/+1
* Use UUID in origin-id and idMichael Vetter2019-10-221-5/+5
* Set prof_ident to NULL after freeMichael Vetter2019-10-211-1/+2
* Rename _calculate_identifier to _compute_identifierMichael Vetter2019-10-201-3/+3
* Rename random_bytes to profanity_instance_idMichael Vetter2019-10-191-6/+6
* Free hmac and msgidMichael Vetter2019-10-191-0/+3
* Free prof_identifier in case of reconnectMichael Vetter2019-10-191-0/+3
* Change origin-id/id algoMichael Vetter2019-10-181-10/+10
* Log incoming MUC messages if origin-id sais they dont come from usMichael Vetter2019-10-181-10/+7
* Remove prefix from stanza idMichael Vetter2019-10-171-1/+1
* Change algo for connection_create_stanza_id()Michael Vetter2019-10-171-7/+11
* Change connection_create_stanza_id()Michael Vetter2019-10-171-11/+11
* Calculate identifier upon connectMichael Vetter2019-10-161-5/+28
* Rename identification fileMichael Vetter2019-10-161-1/+2
* Use random string for random-bytes identifierMichael Vetter2019-10-161-4/+5
* Create random-bytes fileMichael Vetter2019-10-161-0/+53
* Fix various OMEMO memleaksPaul Fariello2019-07-101-2/+4
* xmpp/connection: fix #1103Dmitry Podgorny2019-06-011-11/+28
* Wait for discovery end to publish omemo devicelist and bundlePaul Fariello2019-04-101-0/+23
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Add option to trust server's certificateDmitry Podgorny2018-11-061-0/+3
* Move ID generation to xmpp folderMichael Vetter2018-08-301-0/+21
* Update copyrightJames Booth2018-01-211-1/+1
* Legacy SSL supportDmitry Podgorny2017-06-241-0/+2
* Update CopyrightJames Booth2017-01-281-1/+1
* Allow clearing account resourceJames Booth2016-11-221-14/+14
* Use server features for account muc serviceJames Booth2016-11-201-0/+4
* Add /tls certpath defaultJames Booth2016-10-171-2/+2
* Free hashtable key list in connection_jid_for_feature()James Booth2016-09-051-0/+1
* Tidy headersJames Booth2016-07-241-0/+1
* Move event timeout to connection moduleJames Booth2016-07-241-1/+7
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Check for NULL before clearing connection dataJames Booth2016-06-011-3/+7
* Add connection_set_disconnected()James Booth2016-05-111-18/+8
* Add connection_clear_data()James Booth2016-05-101-17/+12
* Remove connection_free_conn(), connection_free_ctx()James Booth2016-05-101-18/+10
* Add connection_shutdown()James Booth2016-05-101-7/+11
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-1/+12
* Remove _session_free_session_data from session.cJames Booth2016-05-101-1/+2