about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* Removed ui_handle_recipient_not_foundJames Booth2015-11-022-13/+0
|
* Removed ui_titlebar_presenceJames Booth2015-11-023-8/+3
|
* Removed ui_get_chat_recipientsJames Booth2015-11-022-12/+1
|
* mucwin_hide_occupants takes ProfMucWinJames Booth2015-11-023-5/+7
|
* mucwin_show_occupants takes ProfMucWinJames Booth2015-11-023-6/+8
|
* mucwin_update_occupants takes ProfMucWinJames Booth2015-11-022-5/+7
|
* Added assert to mucwin_infoJames Booth2015-11-021-0/+2
|
* mucwin_role_set_error takes ProfMucWinJames Booth2015-11-022-7/+6
|
* mucwin_affiliation_set_error takes ProfMucWinJames Booth2015-11-022-7/+7
|
* Added assert to mucwin_show_role_listJames Booth2015-11-021-1/+3
|
* mucwin_handle_role_list takes ProfMucWinJames Booth2015-11-022-21/+21
|
* mucwin_role_list_error takes ProfMucWinJames Booth2015-11-022-6/+6
|
* Added assert to mucwin_show_affiliation_listJames Booth2015-11-021-0/+2
|
* mucwin_handle_affiliation_list takes ProfMucWinJames Booth2015-11-022-16/+16
|
* mucwin_affiliation_list_error takes ProfMucWinJames Booth2015-11-022-7/+6
|
* mucwin_broadcast takes ProfMucWinJames Booth2015-11-022-16/+14
|
* mucwin_kick_error takes ProfMucWinJames Booth2015-11-022-8/+6
|
* mucwin_subject takes ProfMucWinJames Booth2015-11-022-27/+25
|
* mucwin_requires_config takes ProfMucWinJames Booth2015-11-022-28/+22
|
* mucwin_message takes ProfMucWinJames Booth2015-11-022-11/+6
|
* mucwin_history takes ProfMucWinJames Booth2015-11-022-21/+17
|
* mucwin_nick_change takes ProfMucWinJames Booth2015-11-022-8/+6
|
* mucwin_occupant_nick_change takes ProfMucWinJames Booth2015-11-022-9/+6
|
* mucwin_occupant_presence takes ProfMucWinJames Booth2015-11-022-8/+6
|
* mucwin_occupant_online takes ProfMucWinJames Booth2015-11-012-15/+13
|
* mucwin_occupant_banned takes ProfMucWinJames Booth2015-11-012-18/+16
|
* mucwin_occupant_kicked takes ProfMucWinJames Booth2015-11-012-18/+16
|
* mucwin_occupant_offline takes ProfMucWinJames Booth2015-11-012-8/+6
|
* mucwin_roster takes ProfMucWinJames Booth2015-11-012-28/+26
|
* mucwin_room_disco_info takes ProfMucWinJames Booth2015-11-012-33/+33
|
* mucwin_room_info_error takes ProfMucWinJames Booth2015-11-012-7/+7
|
* mucwin_occupant_role_and_affiliation_change takes ProfMucWinJames Booth2015-11-012-3/+5
|
* mucwin_occupant_affiliation_change takes ProfMucWinJames Booth2015-11-012-3/+5
|
* mucwin_occupant_role_change takes ProfMucWinJames Booth2015-11-012-3/+5
|
* mucwin_role_and_affiliation_change takes ProfMucWinJames Booth2015-11-012-3/+5
|
* mucwin_affiliation_change takes ProfMucWinJames Booth2015-11-012-5/+6
|
* mucwin_role_change takes ProfMucWinJames Booth2015-11-012-4/+7
|
* Tidied ui.hJames Booth2015-11-011-48/+50
|
* Renamed ui_room_hide_occupants -> mucwin_hide_occupantsJames Booth2015-11-013-3/+3
|
* Renamed mucwin_occupants -> mucwin_show_occupantsJames Booth2015-11-013-3/+3
|
* Renamed ui_room_show_occupants -> mucwin_occupantsJames Booth2015-11-013-3/+3
|
* Renamed ui_room_update_occupants -> mucwin_update_occupantsJames Booth2015-11-012-2/+2
|
* Renamed ui_show_room_info -> mucwin_infoJames Booth2015-11-012-2/+2
|
* Renamed ui_handle_room_role_set_error -> mucwin_role_set_errorJames Booth2015-11-012-2/+2
|
* Renamed ui_handle_room_affiliation_set_error -> mucwin_affiliation_set_errorJames Booth2015-11-012-2/+2
|
* Renamed ui_show_room_role_list -> mucwin_show_role_listJames Booth2015-11-012-2/+2
|
* Renamed ui_handle_room_role_list -> mucwin_handle_role_listJames Booth2015-11-012-35/+35
|
* Renamed ui_handle_room_role_list_error -> mucwin_role_list_errorJames Booth2015-11-012-2/+2
|
* Renamed ui_show_room_affiliation_list -> mucwin_show_affiliation_listJames Booth2015-11-012-2/+2
|
* Renamed ui_handle_room_affiliation_list -> mucwin_handle_affiliation_listJames Booth2015-11-012-62/+62
|