index
:
profani-tty
this commit
main
Profanity fork with TTY improvements
danisanti <danisanti@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
xmpp
/
session.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix more memory leaks
Steffen Jaeckel
2023-01-18
1
-1
/
+1
*
add `now` option to `/reconnect` command
Steffen Jaeckel
2023-01-18
1
-6
/
+4
*
Make mood display optional
Michael Vetter
2022-06-22
1
-2
/
+8
*
fix handling of connection errors
Steffen Jaeckel
2022-02-08
1
-3
/
+2
*
handle `see-other-host` XMPP stream error
Steffen Jaeckel
2022-02-01
1
-1
/
+32
*
session: combine internal free-functions
Steffen Jaeckel
2022-02-01
1
-12
/
+8
*
xep-0107: code review
DebXWoody
2021-12-06
1
-9
/
+7
*
Add xep-0107: User Mood support
DebXWoody
2021-12-06
1
-0
/
+35
*
Format new register code correctly
Michael Vetter
2021-10-13
1
-1
/
+0
*
registration: remove auth param and excess functions
swirl
2021-08-17
1
-37
/
+0
*
fixed some bugs, added some more
swirl
2021-08-17
1
-0
/
+40
*
Apply coding style
Michael Vetter
2020-07-07
1
-34
/
+34
*
Revert "Apply coding style"
Michael Vetter
2020-07-07
1
-45
/
+45
*
Apply coding style
Michael Vetter
2020-07-07
1
-45
/
+45
*
Remove prefs_free_string()
Michael Vetter
2020-07-02
1
-3
/
+3
*
Add option for legacy authentication
Dmitry Podgorny
2020-06-05
1
-5
/
+14
*
Add vim modeline
Michael Vetter
2019-11-13
1
-0
/
+1
*
Call message_handlers_clear() upon disconnect
Michael Vetter
2019-06-20
1
-0
/
+1
*
Call iq_handlers_clear() upon disconnect
Michael Vetter
2019-06-20
1
-0
/
+1
*
Don't clear saved account data in session_disconnect()
Dmitry Podgorny
2019-06-03
1
-28
/
+7
*
Add random string at the end of the default resource
Paul Fariello
2019-04-12
1
-1
/
+3
*
Wait for discovery end to publish omemo devicelist and bundle
Paul Fariello
2019-04-10
1
-1
/
+1
*
Ensure saved_account is set before calling sv_ev_login_account_success
Paul Fariello
2019-04-10
1
-1
/
+1
*
device_list iq should be from barejid or none
Paul Fariello
2019-04-10
1
-12
/
+6
*
Fix devicelist subscription and handle pubsub event
Paul Fariello
2019-04-10
1
-1
/
+1
*
Add devicelist and bundle publication
Paul Fariello
2019-04-10
1
-1
/
+5
*
Add devicelist subscription
Paul Fariello
2019-04-10
1
-0
/
+7
*
Update copyright to include 2019
Michael Vetter
2019-01-22
1
-1
/
+1
*
Clear rooms cache on disconnect
James Booth
2018-02-05
1
-0
/
+2
*
Update copyright
James Booth
2018-01-21
1
-1
/
+1
*
Update Copyright
James Booth
2017-01-28
1
-1
/
+1
*
Remove status from cl_ev_presence_send
James Booth
2017-01-15
1
-8
/
+14
*
Allow clearing account resource
James Booth
2016-11-22
1
-7
/
+20
*
Handle NULL saved_status
James Booth
2016-07-27
1
-1
/
+5
*
Copy curr_status and free original in session.c
James Booth
2016-07-27
1
-1
/
+2
*
Free ProfAccount
James Booth
2016-07-25
1
-0
/
+1
*
Move autoaway check
James Booth
2016-07-24
1
-0
/
+141
*
Tidy headers
James Booth
2016-07-24
1
-5
/
+5
*
Move event timeout to connection module
James Booth
2016-07-24
1
-9
/
+2
*
Update GPL link in headers
James Booth
2016-07-24
1
-1
/
+1
*
Add connection_set_disconnected()
James Booth
2016-05-11
1
-8
/
+13
*
Add connection_clear_data()
James Booth
2016-05-10
1
-13
/
+7
*
Remove connection_free_conn(), connection_free_ctx()
James Booth
2016-05-10
1
-6
/
+6
*
Add connection_shutdown()
James Booth
2016-05-10
1
-4
/
+1
*
Remove JABBER_STARTED, JABBER_UNDEFINED connection states
James Booth
2016-05-10
1
-15
/
+4
*
Remove _session_free_session_data from session.c
James Booth
2016-05-10
1
-38
/
+42
*
Fixed compile
James Booth
2016-05-08
1
-1
/
+1
*
Tidy session.c
James Booth
2016-05-08
1
-3
/
+4
*
Free features on disconnect
James Booth
2016-05-08
1
-0
/
+1
*
Move conneciton initialisation to _connection_handler
James Booth
2016-05-08
1
-5
/
+0
[next]