about summary refs log tree commit diff stats
path: root/src/ui/mucwin.c
Commit message (Expand)AuthorAgeFilesLines
* Define stanza's attributes as const char*Dmitry Podgorny2016-04-271-2/+2
* Plugins: Added on_room_history_messageJames Booth2016-04-081-0/+3
* Added whole word matches for room mentionJames Booth2016-04-071-26/+23
* Fixed cygwin compileJames Booth2016-02-281-0/+2
* Added missing stdlib.h includeJames Booth2016-02-241-0/+1
* Updated copyrightJames Booth2016-02-141-1/+1
* Highlight longer triggers firstJames Booth2016-02-131-1/+21
* 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
.com> 2015-06-15 19:26:28 +0100 committer James Booth <boothj5@gmail.com> 2015-06-15 19:26:28 +0100 Moved ui/windows -> window_list' href='/danisanti/profani-tty/commit/src/ui/occupantswin.c?id=38ed9188d30b5968fc6b311597e82d8648b73819'>38ed9188 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127