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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Updated copyright
James Booth
2016-02-14
19
-19
/
+19
|
*
Use offline presence for software version responses from non contacts
James Booth
2016-01-13
1
-8
/
+12
|
|
|
|
fixes #714
*
Set autoping timeout default to 10 seconds, added null checks
James Booth
2016-01-02
1
-2
/
+13
|
*
Added autoping timeout preference
James Booth
2016-01-01
3
-6
/
+7
|
*
Added hardcoded autoping timeout
James Booth
2015-12-31
3
-12
/
+79
|
*
Abort autping when existing attempt already in progress
James Booth
2015-12-31
1
-2
/
+14
|
*
Tidy ping handlers
James Booth
2015-12-31
1
-49
/
+53
|
*
Renamed autoping handler
James Booth
2015-12-30
1
-6
/
+6
|
*
Moved sending of initial presence to sv_ev_roster_received
James Booth
2015-12-14
1
-29
/
+0
|
*
Free pref strings
James Booth
2015-11-21
1
-0
/
+1
|
*
Tidy connection.c
James Booth
2015-11-11
1
-28
/
+32
|
*
Added extra fields to TLSCertificate
James Booth
2015-11-10
1
-4
/
+16
|
*
Show current TLS certificate
James Booth
2015-11-10
2
-6
/
+25
|
*
Added /tls cert to show current certificate fingerprint
James Booth
2015-11-09
2
-0
/
+20
|
*
Make all mucconfwin functions take ProfMucConfWin
James Booth
2015-11-02
1
-1
/
+2
|
*
Renamed mucconfwin functions
James Booth
2015-11-02
1
-1
/
+1
|
*
Removed ui_handle_room_join_error
James Booth
2015-11-02
1
-1
/
+1
|
*
mucwin_role_set_error takes ProfMucWin
James Booth
2015-11-02
1
-1
/
+4
|
*
mucwin_affiliation_set_error takes ProfMucWin
James Booth
2015-11-02
1
-1
/
+4
|
*
mucwin_handle_role_list takes ProfMucWin
James Booth
2015-11-02
1
-1
/
+4
|
*
mucwin_role_list_error takes ProfMucWin
James Booth
2015-11-02
1
-1
/
+4
|
*
mucwin_handle_affiliation_list takes ProfMucWin
James Booth
2015-11-02
1
-1
/
+4
|
*
mucwin_affiliation_list_error takes ProfMucWin
James Booth
2015-11-02
1
-1
/
+4
|
*
mucwin_kick_error takes ProfMucWin
James Booth
2015-11-02
1
-4
/
+3
|
*
mucwin_room_disco_info takes ProfMucWin
James Booth
2015-11-01
1
-2
/
+3
|
*
mucwin_room_info_error takes ProfMucWin
James Booth
2015-11-01
1
-2
/
+4
|
*
Renamed ui_handle_room_role_set_error -> mucwin_role_set_error
James Booth
2015-11-01
1
-1
/
+1
|
*
Renamed ui_handle_room_affiliation_set_error -> mucwin_affiliation_set_error
James Booth
2015-11-01
1
-1
/
+1
|
*
Renamed ui_handle_room_role_list -> mucwin_handle_role_list
James Booth
2015-11-01
1
-1
/
+1
|
*
Renamed ui_handle_room_role_list_error -> mucwin_role_list_error
James Booth
2015-11-01
1
-1
/
+1
|
*
Renamed ui_handle_room_affiliation_list -> mucwin_handle_affiliation_list
James Booth
2015-11-01
1
-1
/
+1
|
*
Renamed ui_handle_room_affiliation_list_error -> mucwin_affiliation_list_error
James Booth
2015-11-01
1
-1
/
+1
|
*
Renamed ui_handle_room_kick_error -> mucwin_kick_error
James Booth
2015-11-01
1
-1
/
+1
|
*
Renamed ui_show_room_disco_info -> mucwin_room_disco_info
James Booth
2015-11-01
1
-1
/
+1
|
*
Renamed ui_handle_room_info_error -> mucwin_room_info_error
James Booth
2015-11-01
1
-1
/
+1
|
*
Removed ui_input_nonblocking()
James Booth
2015-11-01
1
-3
/
+3
|
*
Applied coding style to src/xmpp/
James Booth
2015-10-26
14
-555
/
+530
|
*
Force tls on all connections, add tls policy account property
James Booth
2015-10-18
2
-8
/
+26
|
*
Removed --disable-tls command line option
James Booth
2015-10-18
2
-7
/
+2
|
*
Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATH
James Booth
2015-10-18
1
-1
/
+1
|
*
Add ability to script commands after connect
James Booth
2015-10-15
1
-2
/
+2
|
*
Send service-unavailable when lastactivity disabled
James Booth
2015-10-14
1
-2
/
+30
|
*
Use lastactivity preference for presence updates
James Booth
2015-10-14
1
-1
/
+6
|
*
Moved idle time check for last activity
James Booth
2015-10-14
2
-11
/
+11
|
*
Title bar TLS indicator
James Booth
2015-10-14
1
-2
/
+3
|
|
|
|
Issue #616
*
Use libstrophe/libmesode uuid generator
James Booth
2015-10-12
2
-0
/
+16
|
*
Added jabber:iq:last to capabilities
James Booth
2015-09-29
3
-11
/
+17
|
*
Fix last active query
James Booth
2015-09-29
1
-10
/
+3
|
*
WIP: Added last activity request and response
James Booth
2015-09-29
4
-1
/
+141
|
*
Include last activity in initial presence
James Booth
2015-09-27
1
-2
/
+24
|
[next]