about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Set file permissions for accounts fileJames Booth2014-10-181-0/+6
|
* Fixed message on /ban in private conversationsJames Booth2014-10-181-1/+1
|
* Added /privileges command to set UI option for showing roles/affiliations in ↵James Booth2014-10-189-77/+164
| | | | rooms
* Removed debug messages when setting roles/affiliationsJames Booth2014-10-185-40/+0
|
* Show occupants role/affiliation changesJames Booth2014-10-187-21/+104
|
* Added reason to role/affiliation changesJames Booth2014-10-186-29/+57
|
* Add output for when both role and affiliation changed at same timeJames Booth2014-10-183-3/+19
|
* Show occupants role and affiliation when they join a roomJames Booth2014-10-183-6/+13
|
* Don't show join messages on subsequent /join commandsJames Booth2014-10-183-1/+12
|
* Removed /help otherJames Booth2014-10-183-6/+0
|
* Removed /duck commandJames Booth2014-10-1812-200/+3
|
* Show role/affiliation on room join and on changeJames Booth2014-10-123-3/+43
|
* Added validation to /role and /affiliationJames Booth2014-10-122-29/+34
|
* Allow /role list and /affiliation list with no argsJames Booth2014-10-123-6/+23
|
* Added /affiliation and /role commandsJames Booth2014-10-124-136/+201
|
* Removed /room info command, covered by /infoJames Booth2014-10-112-10/+7
|
* Moved /room subject to /subjectJames Booth2014-10-113-45/+66
|
* Moved /room ban to /banJames Booth2014-10-113-20/+57
|
* Moved /room kick to /kickJames Booth2014-10-103-24/+63
|
* Fixed nick changesJames Booth2014-10-102-2/+7
|
* Added key code for ctrl-left ctrl-rightJames Booth2014-10-091-2/+2
|
* Renamed args to /occupants defaultJames Booth2014-10-095-19/+82
|
* Added occupants UI preferenceJames Booth2014-10-093-1/+7
|
* Implemented /occupants showJames Booth2014-10-096-4/+43
|
* Implemented /occupants hideJames Booth2014-10-095-4/+33
|
* Added /occupants commands, unfinishedJames Booth2014-10-095-1/+62
|
* Add key codes for shift arrow keys on ITermJames Booth2014-10-081-2/+2
|
* Added larger occupants pad sizeJames Booth2014-10-083-8/+9
|
* Added help to form configJames Booth2014-10-071-3/+7
|
* Fixed spellingJames Booth2014-10-071-2/+2
|
* Added scroll support to occupant listJames Booth2014-10-079-24/+51
|
* Handle occupant list resizeJames Booth2014-10-073-11/+23
|
* Added room occupants panelJames Booth2014-10-075-3/+100
|
* Include self in room rosterJames Booth2014-10-074-12/+12
|
* Refactor handle_muc_occupant_onlineJames Booth2014-10-071-26/+24
|
* Refactor muc user handlerJames Booth2014-10-075-130/+68
|
* Refactor muc_user_handlerJames Booth2014-10-074-80/+102
|
* Added /room ban commandJames Booth2014-10-062-0/+20
|
* Added jid autocomplete for affiliation commandsJames Booth2014-10-0610-12/+171
|
* Implemented setting and listing rolesJames Booth2014-10-0610-18/+363
|
* Allow setting "none" affiliationJames Booth2014-10-062-1/+7
|
* Implemented /room kick commandJames Booth2014-10-058-31/+334
|
* Added /room kick commandJames Booth2014-10-0510-2/+157
|
* Added /room subject commandJames Booth2014-10-0511-18/+114
|
* Implemented getting affiliation list, and setting affiliationJames Booth2014-10-058-8/+197
|
* Added autocompleters for /room subcommandsJames Booth2014-10-041-0/+56
|
* Implemented setting affiliation and listing affiliationsJames Booth2014-10-046-90/+60
|
* Split autocompleters for roster and roomsJames Booth2014-10-042-101/+157
|
* Split validation between /who for rooms and rosterJames Booth2014-10-041-35/+51
|
* Allow adding and removing room ownersJames Booth2014-10-046-7/+175
|
aerc/blame/commands/compose/send-message.go?h=0.5.0&id=29de3297a157c0ac109121152fe2b5737fc81d95'>^
eec2bac ^





cc90cd2 ^


cef784b ^
eec2bac ^






928ac1b ^



cc90cd2 ^
928ac1b ^

cc90cd2 ^

928ac1b ^
cc90cd2 ^


928ac1b ^
cef784b ^
928ac1b ^

29de329 ^
928ac1b ^
928ac1b ^

cef784b ^
29de329 ^

928ac1b ^

cef784b ^
928ac1b ^
ceeb30a ^
928ac1b ^

cef784b ^
928ac1b ^
29de329 ^
928ac1b ^
29de329 ^
cef784b ^
29de329 ^
928ac1b ^
b0bf09b ^


29de329 ^

4875813 ^























928ac1b ^
b0bf09b ^


eec2bac ^
b0bf09b ^








35f5732 ^
ca2cd00 ^


b0bf09b ^


e436780 ^
b0bf09b ^








2b3e123 ^
b0bf09b ^


e436780 ^
b0bf09b ^

928ac1b ^
6c36e04 ^

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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
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