about summary refs log tree commit diff stats
path: root/src/xmpp/connection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tidy connection.cJames Booth2016-05-101-21/+35
* Tidy connection.cJames Booth2016-05-101-150/+128
* Tidy session.cJames Booth2016-05-081-2/+2
* Free features on disconnectJames Booth2016-05-081-1/+2
* Use hash table for disco featuresJames Booth2016-05-081-48/+33
* Remove connection_get_disco_infos()James Booth2016-05-081-6/+0
* Rename diso_items->diso_infosJames Booth2016-05-081-12/+12
* Add connection_get_disco_info()James Booth2016-05-081-6/+21
* Add connection_item_for_feature()James Booth2016-05-081-0/+16
* Move logic to connection_set_disco_itemsJames Booth2016-05-081-6/+17
* Move conneciton initialisation to _connection_handlerJames Booth2016-05-081-16/+11
* Move xmpp_initialise() to conneciton.cJames Booth2016-05-071-0/+1
* Move disco info struct to connectionJames Booth2016-05-071-0/+58
* Move available resources to connection structJames Booth2016-05-071-0/+26
* Rename xmpp typesJames Booth2016-05-061-48/+48
* Remove redundant tls secured functionJames Booth2016-05-061-7/+1
* Tidy connect functionJames Booth2016-05-061-18/+3
* Move connection_connectJames Booth2016-05-061-1/+37
* Move send stanza functionJames Booth2016-05-061-0/+11
* Move conn is secure functionJames Booth2016-05-061-0/+10
* Move tls peer cert functionJames Booth2016-05-061-0/+24
* Move uuid functionsJames Booth2016-05-061-0/+14
* Move connection fulljid functionJames Booth2016-05-061-0/+6
* Rename jabber_ functionsJames Booth2016-05-061-3/+3
* Add session.cJames Booth2016-05-051-0/+356
* Renamed connection.c -> session.cJames Booth2016-05-051-790/+0
* Tidy xmpp headersJames Booth2016-05-041-15/+3
* Rename stanza handler init functionsJames Booth2016-05-021-3/+3
* Remove free DiscoInfo valuesJames Booth2016-05-021-1/+1