about summary refs log tree commit diff stats
path: root/src/xmpp/session.c
Commit message (Expand)AuthorAgeFilesLines
* Profani-tty has rebornDaniel Santos2023-07-011-6/+6
* fix more memory leaksSteffen Jaeckel2023-01-181-1/+1
* add `now` option to `/reconnect` commandSteffen Jaeckel2023-01-181-6/+4
* Make mood display optionalMichael Vetter2022-06-221-2/+8
* fix handling of connection errorsSteffen Jaeckel2022-02-081-3/+2
* handle `see-other-host` XMPP stream errorSteffen Jaeckel2022-02-011-1/+32
* session: combine internal free-functionsSteffen Jaeckel2022-02-011-12/+8
* xep-0107: code reviewDebXWoody2021-12-061-9/+7
* Add xep-0107: User Mood supportDebXWoody2021-12-061-0/+35
* Format new register code correctlyMichael Vetter2021-10-131-1/+0
* registration: remove auth param and excess functionsswirl2021-08-171-37/+0
* fixed some bugs, added some moreswirl2021-08-171-0/+40
* Apply coding styleMichael Vetter2020-07-071-34/+34
* Revert "Apply coding style"Michael Vetter2020-07-071-45/+45
* Apply coding styleMichael Vetter2020-07-071-45/+45
* Remove prefs_free_string()Michael Vetter2020-07-021-3/+3
* Add option for legacy authenticationDmitry Podgorny2020-06-051-5/+14
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Call message_handlers_clear() upon disconnectMichael Vetter2019-06-201-0/+1
* Call iq_handlers_clear() upon disconnectMichael Vetter2019-06-201-0/+1
* Don't clear saved account data in session_disconnect()Dmitry Podgorny2019-06-031-28/+7
* Add random string at the end of the default resourcePaul Fariello2019-04-121-1/+3
* Wait for discovery end to publish omemo devicelist and bundlePaul Fariello2019-04-101-1/+1
* Ensure saved_account is set before calling sv_ev_login_account_successPaul Fariello2019-04-101-1/+1
* device_list iq should be from barejid or nonePaul Fariello2019-04-101-12/+6
* Fix devicelist subscription and handle pubsub eventPaul Fariello2019-04-101-1/+1
* Add devicelist and bundle publicationPaul Fariello2019-04-101-1/+5
* Add devicelist subscriptionPaul Fariello2019-04-101-0/+7
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Clear rooms cache on disconnectJames Booth2018-02-051-0/+2
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Remove status from cl_ev_presence_sendJames Booth2017-01-151-8/+14
* Allow clearing account resourceJames Booth2016-11-221-7/+20
* Handle NULL saved_statusJames Booth2016-07-271-1/+5
* Copy curr_status and free original in session.cJames Booth2016-07-271-1/+2
* Free ProfAccountJames Booth2016-07-251-0/+1
* Move autoaway checkJames Booth2016-07-241-0/+141
* Tidy headersJames Booth2016-07-241-5/+5
* Move event timeout to connection moduleJames Booth2016-07-241-9/+2
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Add connection_set_disconnected()James Booth2016-05-111-8/+13
* Add connection_clear_data()James Booth2016-05-101-13/+7
* Remove connection_free_conn(), connection_free_ctx()James Booth2016-05-101-6/+6
* Add connection_shutdown()James Booth2016-05-101-4/+1
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-15/+4
* Remove _session_free_session_data from session.cJames Booth2016-05-101-38/+42
* Fixed compileJames Booth2016-05-081-1/+1
* Tidy session.cJames Booth2016-05-081-3/+4
* Free features on disconnectJames Booth2016-05-081-0/+1