about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* fixed memory leaks in command.cDmitry Podgorny2013-06-301-3/+4
* Still show usage with current settingJames Booth2013-06-251-0/+1
* Show current setting with settings commandsJames Booth2013-06-251-56/+63
* Changed help for /help commandJames Booth2013-06-251-8/+8
* Restructured helpJames Booth2013-06-252-150/+158
* Renamed commands arrayJames Booth2013-06-241-3/+3
* Sorted command prototypesJames Booth2013-06-231-42/+42
* Renamed _cmd_set commandsJames Booth2013-06-231-57/+57
* Moved /account, /prefs and /theme to settings commandsJames Booth2013-06-231-64/+65
* Autocomplete /group add and /group remove contact paramaterJames Booth2013-06-231-0/+9
* Start chat session on /msg with no message parameterJames Booth2013-06-201-0/+14
* Changed helpKieran Thandi2013-06-071-1/+1
* Implemented /group command with no args (list groups)James Booth2013-06-021-1/+13
* Refactor specific autocomplete functionsJames Booth2013-06-021-53/+13
* Refactor autocompletersJames Booth2013-06-021-334/+301
* Changed autocomplete for /group and /whoJames Booth2013-06-021-3/+54
* Seperated roster group management to /group commandJames Booth2013-06-021-58/+104
* Use freetext parser for /whoJames Booth2013-06-021-1/+1
* Added group argument to /whoJames Booth2013-06-021-12/+52
* Added 'any' to /who commandJames Booth2013-06-021-3/+5
* Added group add and group remove to /roster commandJames Booth2013-06-021-1/+59
* Updated help for /roster commandJames Booth2013-06-021-6/+13
* Added autocomplete for /roster removeJames Booth2013-06-021-0/+2
* Added /roster remove commandJames Booth2013-06-021-0/+17
* Added /roster add commandJames Booth2013-06-011-25/+43
* Added roster list when using /roster with no argsJames Booth2013-06-011-21/+35
* Added autocomplete to /sub denyJames Booth2013-06-011-0/+14
* Added /leave commandJames Booth2013-05-301-0/+33
* Use nickname to jid mapping when sending room invitesJames Booth2013-05-301-1/+5
* Fixed #174James Booth2013-05-221-0/+3
* Refactored roster push handlingJames Booth2013-05-211-7/+7
* Renamed roster_change_handle -> roster_change_nameJames Booth2013-05-211-4/+4
* Renamed roster_barejid_from_handle -> roster_barejid_from_nameJames Booth2013-05-211-3/+3
* Renamed roster_jid_from_handle -> roster_barejid_from_handleJames Booth2013-05-211-3/+3
* Finished handle usageJames Booth2013-05-201-1/+12
* Added jid autocompleter for /roster nick commandJames Booth2013-05-201-1/+1
* Pass jid when creating new window for /msg with no messageJames Booth2013-05-201-1/+1
* Use handle for /info commandJames Booth2013-05-191-1/+6
* Use handle in /msg commandJames Booth2013-05-191-3/+4
* Changing roster handle with no argument clears handleJames Booth2013-05-191-4/+6
* Added /roster autocompleteJames Booth2013-05-191-0/+18
* Added sub to /notify preferences outputJames Booth2013-05-191-1/+0
* Added /roster command with nick option to change handleJames Booth2013-05-191-0/+40
* Added "tidy" and "prune" options to /wins commandJames Booth2013-05-171-33/+28
* Show how many windows closed with /close all and /close readJames Booth2013-05-161-3/+17
* Show correct message when closing window 0James Booth2013-05-161-1/+1
* Use 0 not 10 on window close messageJames Booth2013-05-161-1/+5
* Added autocompleter for /close commandJames Booth2013-05-161-0/+8
* Added "read" parameter to /closeJames Booth2013-05-161-3/+15
* Added parameter to /closeJames Booth2013-05-121-26/+69
?id=b40dab67f22e4b9957769367d682a92e4bd981cf'>^
51eb86c ^
42762ce ^
0719fde ^




42762ce ^






4c0095e ^

42762ce ^







0e0f36f ^
33ea91f ^

f421e1d ^
42762ce ^
2b3e09c ^
42762ce ^
2b3e09c ^
42762ce ^


42762ce ^



0e0f36f ^
42762ce ^







8f06b74 ^

f421e1d ^
42762ce ^






51eb86c ^

f421e1d ^
0e0f36f ^
a5f725a ^
0e0f36f ^
fe8e4fd ^
a5f725a ^
42762ce ^







eaa3820 ^

2b3e09c ^
42762ce ^
0e0f36f ^
42762ce ^










e74b92b ^
42762ce ^



e74b92b ^
42762ce ^











2b3e09c ^
42762ce ^
2b3e09c ^
42762ce ^

94b6d04 ^


f421e1d ^
42762ce ^
0e0f36f ^
94b6d04 ^

42762ce ^

2b3e09c ^
42762ce ^
2b3e09c ^
42762ce ^


bb9e23a ^

f351ee2 ^
42762ce ^
0e0f36f ^
94b6d04 ^

42762ce ^

f351ee2 ^
42762ce ^
f351ee2 ^
42762ce ^


ccf7ecc ^

42762ce ^


7ef551b ^
42762ce ^
7ef551b ^
42762ce ^






2b3e09c ^
42762ce ^
2b3e09c ^
42762ce ^

94b6d04 ^
4aa2003 ^
ce31b74 ^
99faf61 ^









42762ce ^















ce31b74 ^
ce31b74 ^
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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288