about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Collapse)AuthorAgeFilesLines
* Added C plugin code from plugins branchJames Booth2016-02-1413-54/+62
|
* Use offline presence for software version responses from non contactsJames Booth2016-01-131-8/+12
| | | | fixes #714
* Set autoping timeout default to 10 seconds, added null checksJames Booth2016-01-021-2/+13
|
* Added autoping timeout preferenceJames Booth2016-01-013-6/+7
|
* Added hardcoded autoping timeoutJames Booth2015-12-313-12/+79
|
* Abort autping when existing attempt already in progressJames Booth2015-12-311-2/+14
|
* Tidy ping handlersJames Booth2015-12-311-49/+53
|
* Renamed autoping handlerJames Booth2015-12-301-6/+6
|
* 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
| | | | Issue #616
* 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
|