about summary refs log tree commit diff stats
path: root/src/ui/mucwin.c
Commit message (Expand)AuthorAgeFilesLines
* Highlight room trigger termsJames Booth2016-02-131-4/+67
* Added roommention.term theme optionJames Booth2016-02-101-1/+32
* Tidy handling room mention and room triggersJames Booth2016-01-241-3/+4
* Added roomtrigger colour themeJames Booth2016-01-241-0/+2
* Added cons_show_incoming_room_message()James Booth2015-12-201-49/+0
* Tidy wins_create_summary()James Booth2015-11-291-0/+17
* Added room specific notify settingsJames Booth2015-11-281-1/+1
* Only show reminder notifications when notifications are enabledJames Booth2015-11-251-2/+6
* Tidy regular chat and room notificationsJames Booth2015-11-241-29/+14
* Added missing includeJames Booth2015-11-191-0/+1
* mucwin_hide_occupants takes ProfMucWinJames Booth2015-11-021-3/+5
* mucwin_show_occupants takes ProfMucWinJames Booth2015-11-021-4/+6
* mucwin_update_occupants takes ProfMucWinJames Booth2015-11-021-4/+6
* Added assert to mucwin_infoJames Booth2015-11-021-0/+2
* mucwin_role_set_error takes ProfMucWinJames Booth2015-11-021-5/+5
* mucwin_affiliation_set_error takes ProfMucWinJames Booth2015-11-021-5/+5
* Added assert to mucwin_show_role_listJames Booth2015-11-021-1/+3
* mucwin_handle_role_list takes ProfMucWinJames Booth2015-11-021-20/+20
* mucwin_role_list_error takes ProfMucWinJames Booth2015-11-021-5/+5
* Added assert to mucwin_show_affiliation_listJames Booth2015-11-021-0/+2
* mucwin_handle_affiliation_list takes ProfMucWinJames Booth2015-11-021-15/+15
* mucwin_affiliation_list_error takes ProfMucWinJames Booth2015-11-021-5/+5
* mucwin_broadcast takes ProfMucWinJames Booth2015-11-021-15/+13
* mucwin_kick_error takes ProfMucWinJames Booth2015-11-021-7/+5
* mucwin_subject takes ProfMucWinJames Booth2015-11-021-26/+24
* mucwin_requires_config takes ProfMucWinJames Booth2015-11-021-27/+21
* mucwin_message takes ProfMucWinJames Booth2015-11-021-10/+5
* mucwin_history takes ProfMucWinJames Booth2015-11-021-19/+16
* mucwin_nick_change takes ProfMucWinJames Booth2015-11-021-7/+5
* mucwin_occupant_nick_change takes ProfMucWinJames Booth2015-11-021-8/+5
* mucwin_occupant_presence takes ProfMucWinJames Booth2015-11-021-7/+5
* mucwin_occupant_online takes ProfMucWinJames Booth2015-11-011-14/+12
* mucwin_occupant_banned takes ProfMucWinJames Booth2015-11-011-17/+15
* mucwin_occupant_kicked takes ProfMucWinJames Booth2015-11-011-17/+15
* mucwin_occupant_offline takes ProfMucWinJames Booth2015-11-011-7/+5
* mucwin_roster takes ProfMucWinJames Booth2015-11-011-27/+25
* mucwin_room_disco_info takes ProfMucWinJames Booth2015-11-011-32/+32
* mucwin_room_info_error takes ProfMucWinJames Booth2015-11-011-6/+6
* mucwin_occupant_role_and_affiliation_change takes ProfMucWinJames Booth2015-11-011-2/+4
* mucwin_occupant_affiliation_change takes ProfMucWinJames Booth2015-11-011-2/+4
* mucwin_occupant_role_change takes ProfMucWinJames Booth2015-11-011-2/+4
* mucwin_role_and_affiliation_change takes ProfMucWinJames Booth2015-11-011-2/+4
* mucwin_affiliation_change takes ProfMucWinJames Booth2015-11-011-4/+5
* mucwin_role_change takes ProfMucWinJames Booth2015-11-011-2/+6
* Renamed ui_room_hide_occupants -> mucwin_hide_occupantsJames Booth2015-11-011-1/+1
* Renamed mucwin_occupants -> mucwin_show_occupantsJames Booth2015-11-011-1/+1
* Renamed ui_room_show_occupants -> mucwin_occupantsJames Booth2015-11-011-1/+1
* Renamed ui_room_update_occupants -> mucwin_update_occupantsJames Booth2015-11-011-1/+1
* Renamed ui_show_room_info -> mucwin_infoJames Booth2015-11-011-1/+1
* Renamed ui_handle_room_role_set_error -> mucwin_role_set_errorJames Booth2015-11-011-1/+1