about summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* mucwin_affiliation_set_error takes ProfMucWinJames Booth2015-11-021-2/+2
|
* mucwin_handle_role_list takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_role_list_error takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_handle_affiliation_list takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_affiliation_list_error takes ProfMucWinJames Booth2015-11-021-2/+1
|
* mucwin_broadcast takes ProfMucWinJames Booth2015-11-021-2/+1
|
* mucwin_kick_error takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_subject takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_requires_config takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_message takes ProfMucWinJames Booth2015-11-021-2/+1
|
* mucwin_history takes ProfMucWinJames Booth2015-11-021-2/+1
|
* mucwin_nick_change takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_occupant_nick_change takes ProfMucWinJames Booth2015-11-021-2/+1
|
* mucwin_occupant_presence takes ProfMucWinJames Booth2015-11-021-2/+2
|
* mucwin_occupant_online takes ProfMucWinJames Booth2015-11-011-1/+1
|
* mucwin_occupant_banned takes ProfMucWinJames Booth2015-11-011-1/+1
|
* mucwin_occupant_kicked takes ProfMucWinJames Booth2015-11-011-1/+1
|
* mucwin_occupant_offline takes ProfMucWinJames Booth2015-11-011-1/+1
|
* mucwin_roster takes ProfMucWinJames Booth2015-11-011-1/+1
|
* mucwin_room_disco_info takes ProfMucWinJames Booth2015-11-011-1/+1
|
* mucwin_room_info_error takes ProfMucWinJames Booth2015-11-011-1/+1
|
* mucwin_occupant_role_and_affiliation_change takes ProfMucWinJames Booth2015-11-011-1/+1
|
* mucwin_occupant_affiliation_change takes ProfMucWinJames Booth2015-11-011-1/+1
|
* mucwin_occupant_role_change takes ProfMucWinJames Booth2015-11-011-1/+1
|
* mucwin_role_and_affiliation_change takes ProfMucWinJames Booth2015-11-011-1/+1
|
* mucwin_affiliation_change takes ProfMucWinJames Booth2015-11-011-1/+1
|
* mucwin_role_change takes ProfMucWinJames Booth2015-11-011-1/+1
|
* 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
|
* Renamed ui_handle_room_affiliation_set_error -> mucwin_affiliation_set_errorJames Booth2015-11-011-1/+1
|
* Renamed ui_show_room_role_list -> mucwin_show_role_listJames 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_show_room_affiliation_list -> mucwin_show_affiliation_listJames 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_room_broadcast -> mucwin_broadcastJames Booth2015-11-011-1/+1
|
* Renamed ui_handle_room_kick_error -> mucwin_kick_errorJames Booth2015-11-011-1/+1
|
* Renamed ui_room_subject -> mucwin_subjectJames Booth2015-11-011-1/+1
|
* Renamed ui_room_requires_config -> mucwin_requires_configJames Booth2015-11-011-1/+1
|
* Renamed ui_room_message -> mucwin_messageJames Booth2015-11-011-1/+1
|
* Renamed ui_room_history -> mucwin_historyJames Booth2015-11-011-1/+1
|
* Renamed ui_room_nick_change -> mucwin_nick_changeJames Booth2015-11-011-1/+1
|
* Renamed ui_room_member_nick_change -> mucwin_occupant_nick_changeJames Booth2015-11-011-1/+1
|
* Renamed ui_room_member_presence -> mucwin_occupant_presenceJames Booth2015-11-011-1/+1
|
* Renamed ui_room_member_online -> mucwin_occupant_onlineJames Booth2015-11-011-1/+1
|
174'>174
175
176
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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261