about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Added more group testsJames Booth2015-11-143-15/+288
|
* Keep count of group membersJames Booth2015-11-124-16/+234
|
* Tidy connection.cJames Booth2015-11-111-28/+32
|
* Tidy /tls commandJames Booth2015-11-111-10/+25
|
* Added /tls trustJames Booth2015-11-102-4/+21
|
* Allow /quit during TLS certificate verification promptJames Booth2015-11-103-8/+26
|
* Added extra fields to TLSCertificateJames Booth2015-11-104-37/+249
|
* Fixed testsJames Booth2015-11-101-0/+11
|
* Show current TLS certificateJames Booth2015-11-109-111/+98
|
* Added /tls cert to show current certificate fingerprintJames Booth2015-11-095-0/+61
|
* Store current TLS certificate fingerpint in memory for reconnectJames Booth2015-11-094-0/+47
|
* Updated CHANGELOGJames Booth2015-11-091-0/+2
|
* Clear Readline undo list when autocompleting command historyJames Booth2015-11-091-2/+2
| | | | fixes #667
* Fixed /time help examplesJames Booth2015-11-081-3/+4
| | | | fixes #650
* Added /account autocomplete for startscript propertyJames Booth2015-11-081-22/+31
|
* Renamed MUC private window functionsJames Booth2015-11-085-14/+18
|
* ui_incoming_private_msg takes ProfPrivateWin, added assertsJames Booth2015-11-084-16/+25
|
* Moved ui_outgoing_private_msg to privwin.cJames Booth2015-11-052-6/+5
|
* Removed ui_new_private_winJames Booth2015-11-054-13/+1
|
* Added privwin moduleJames Booth2015-11-053-44/+86
|
* Make all mucconfwin functions take ProfMucConfWinJames Booth2015-11-025-20/+24
|
* Added assert check to mucconfwin_field_helpJames Booth2015-11-021-0/+2
|
* Added assert check to mucconfwin_form_helpJames Booth2015-11-021-0/+2
|
* Renamed mucconfwin functionsJames Booth2015-11-025-49/+49
|
* Added mucconfwin moduleJames Booth2015-11-023-281/+324
|
* Removed ui_statusbar_newJames Booth2015-11-024-9/+1
|
* Removed ui_clear_winJames Booth2015-11-025-12/+3
|
* Removed ui_unreadJames Booth2015-11-024-13/+2
|
* Removed ui_handle_room_join_errorJames Booth2015-11-024-9/+1
|
* Removed ui_win_typeJames Booth2015-11-023-14/+0
|
* Removed ui_swap_winsJames Booth2015-11-024-12/+1
|
* Removed ui_tidy_winsJames Booth2015-11-024-13/+3
|
* Renamed ui_switch_win -> ui_focus_winJames Booth2015-11-026-23/+23
|
* Removed ui_handle_recipient_not_foundJames Booth2015-11-023-19/+0
|
* Removed ui_titlebar_presenceJames Booth2015-11-025-13/+10
|
* Removed ui_get_chat_recipientsJames Booth2015-11-024-17/+2
|
* mucwin_hide_occupants takes ProfMucWinJames Booth2015-11-025-7/+9
|
* mucwin_show_occupants takes ProfMucWinJames Booth2015-11-025-8/+10
|
* mucwin_update_occupants takes ProfMucWinJames Booth2015-11-024-8/+10
|
* Added assert to mucwin_infoJames Booth2015-11-021-0/+2
|
* mucwin_role_set_error takes ProfMucWinJames Booth2015-11-024-9/+11
|
* mucwin_affiliation_set_error takes ProfMucWinJames Booth2015-11-024-10/+13
|
* Added assert to mucwin_show_role_listJames Booth2015-11-021-1/+3
|
* mucwin_handle_role_list takes ProfMucWinJames Booth2015-11-024-23/+26
|
* mucwin_role_list_error takes ProfMucWinJames Booth2015-11-024-8/+11
|
* Added assert to mucwin_show_affiliation_listJames Booth2015-11-021-0/+2
|
* mucwin_handle_affiliation_list takes ProfMucWinJames Booth2015-11-024-18/+21
|
* mucwin_affiliation_list_error takes ProfMucWinJames Booth2015-11-024-10/+11
|
* mucwin_broadcast takes ProfMucWinJames Booth2015-11-024-21/+21
|
* mucwin_kick_error takes ProfMucWinJames Booth2015-11-024-13/+10
|