about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mucwin_subject takes ProfMucWinJames Booth2015-11-024-32/+31
* mucwin_requires_config takes ProfMucWinJames Booth2015-11-024-30/+26
* mucwin_message takes ProfMucWinJames Booth2015-11-024-14/+11
* mucwin_history takes ProfMucWinJames Booth2015-11-024-24/+22
* mucwin_nick_change takes ProfMucWinJames Booth2015-11-024-10/+11
* mucwin_occupant_nick_change takes ProfMucWinJames Booth2015-11-024-12/+11
* mucwin_occupant_presence takes ProfMucWinJames Booth2015-11-024-12/+11
* mucwin_occupant_online takes ProfMucWinJames Booth2015-11-014-18/+17
* mucwin_occupant_banned takes ProfMucWinJames Booth2015-11-014-20/+21
* mucwin_occupant_kicked takes ProfMucWinJames Booth2015-11-014-20/+21
* mucwin_occupant_offline takes ProfMucWinJames Booth2015-11-014-11/+10
* mucwin_roster takes ProfMucWinJames Booth2015-11-015-35/+34
* mucwin_room_disco_info takes ProfMucWinJames Booth2015-11-014-36/+37
* mucwin_room_info_error takes ProfMucWinJames Booth2015-11-014-10/+12
* Tidy sv_ev_muc_occupant_onlineJames Booth2015-11-011-13/+5
* mucwin_occupant_role_and_affiliation_change takes ProfMucWinJames Booth2015-11-014-5/+10
* mucwin_occupant_affiliation_change takes ProfMucWinJames Booth2015-11-014-5/+10
* mucwin_occupant_role_change takes ProfMucWinJames Booth2015-11-014-5/+10
* Tidy sv_ev_muc_self_onlineJames Booth2015-11-011-13/+5
='#n177'>177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230