about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
* Moved sending of initial presence to sv_ev_roster_receivedJames Booth2015-12-141-29/+0
* Free pref stringsJames Booth2015-11-211-0/+1
* Tidy connection.cJames Booth2015-11-111-28/+32
* Added extra fields to TLSCertificateJames Booth2015-11-101-4/+16
* Show current TLS certificateJames Booth2015-11-102-6/+25
* Added /tls cert to show current certificate fingerprintJames Booth2015-11-092-0/+20
* Make all mucconfwin functions take ProfMucConfWinJames Booth2015-11-021-1/+2
* Renamed mucconfwin functionsJames Booth2015-11-021-1/+1
* Removed ui_handle_room_join_errorJames Booth2015-11-021-1/+1
* mucwin_role_set_error takes ProfMucWinJames Booth2015-11-021-1/+4
* mucwin_affiliation_set_error takes ProfMucWinJames Booth2015-11-021-1/+4
* mucwin_handle_role_list takes ProfMucWinJames Booth2015-11-021-1/+4
* mucwin_role_list_error takes ProfMucWinJames Booth2015-11-021-1/+4
* mucwin_handle_affiliation_list takes ProfMucWinJames Booth2015-11-021-1/+4
* mucwin_affiliation_list_error takes ProfMucWinJames Booth2015-11-021-1/+4
* mucwin_kick_error takes ProfMucWinJames Booth2015-11-021-4/+3
* mucwin_room_disco_info takes ProfMucWinJames Booth2015-11-011-2/+3
* mucwin_room_info_error takes ProfMucWinJames Booth2015-11-011-2/+4
* Renamed ui_handle_room_role_set_error -> mucwin_role_set_errorJames Booth2015-11-011-1/+1
* Renamed ui_handle_room_affiliation_set_error -> mucwin_affiliation_set_errorJames Booth2015-11-011-1/+1
* Renamed ui_handle_room_role_list -> mucwin_handle_role_listJames Booth2015-11-011-1/+1
* Renamed ui_handle_room_role_list_error -> mucwin_role_list_errorJames Booth2015-11-011-1/+1
* Renamed ui_handle_room_affiliation_list -> mucwin_handle_affiliation_listJames Booth2015-11-011-1/+1
* Renamed ui_handle_room_affiliation_list_error -> mucwin_affiliation_list_errorJames Booth2015-11-011-1/+1
* Renamed ui_handle_room_kick_error -> mucwin_kick_errorJames Booth2015-11-011-1/+1
* Renamed ui_show_room_disco_info -> mucwin_room_disco_infoJames Booth2015-11-011-1/+1
* Renamed ui_handle_room_info_error -> mucwin_room_info_errorJames Booth2015-11-011-1/+1
* Removed ui_input_nonblocking()James Booth2015-11-011-3/+3
* Applied coding style to src/xmpp/James Booth2015-10-2614-555/+530
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-182-8/+26
* Removed --disable-tls command line optionJames Booth2015-10-182-7/+2
* Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATHJames Booth2015-10-181-1/+1
* Add ability to script commands after connectJames Booth2015-10-151-2/+2
* Send service-unavailable when lastactivity disabledJames Booth2015-10-141-2/+30
* Use lastactivity preference for presence updatesJames Booth2015-10-141-1/+6
* Moved idle time check for last activityJames Booth2015-10-142-11/+11
* Title bar TLS indicatorJames Booth2015-10-141-2/+3
* Use libstrophe/libmesode uuid generatorJames Booth2015-10-122-0/+16
* Added jabber:iq:last to capabilitiesJames Booth2015-09-293-11/+17
* Fix last active queryJames Booth2015-09-291-10/+3
* WIP: Added last activity request and responseJames Booth2015-09-294-1/+141
* Include last activity in initial presenceJames Booth2015-09-271-2/+24
* Added auto xa option, tidied autoaway codeJames Booth2015-09-271-1/+3
* Fixed spelling mistakeJames Booth2015-09-271-2/+2
* Save last activity to account on disconnectJames Booth2015-09-251-0/+1
* Added HAVE_LIBMESODE check before setting cert pathJames Booth2015-09-241-0/+2
* Added TLS trusted certificate path preferenceJames Booth2015-09-231-0/+5
* Added conditionals for libmesode cert verificationJames Booth2015-09-221-0/+7
* Added TLS cert fail callbackJames Booth2015-09-221-1/+11
* Check for libmesode, fall back to libstropheJames Booth2015-09-2113-3/+99