about summary refs log tree commit diff stats
path: root/src/command.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed parser.c -> command_parser.cJames Booth2013-01-281-0/+3
| | | | Included in command.h
* Renamed history modulesJames Booth2013-01-281-4/+4
|
* Renamed history.c -> command_history.cJames Booth2013-01-281-0/+5
| | | | Included in command.h
* Updated copyrightJames Booth2013-01-111-1/+1
|
* Fixed help command name clash on statusJames Booth2012-11-131-1/+1
|
* Moved remaining autocomplete code to command.cJames Booth2012-10-281-8/+4
|
* Moved autcomplete code to command.cJames Booth2012-10-281-0/+1
|
* Added type autcomplete for /notifyJames Booth2012-10-271-0/+2
|
* Free autocompleters on quitJames Booth2012-10-221-0/+1
|
* Renamed help autocompleterJames Booth2012-10-211-2/+2
|
* Added /help parameter autocompleteJames Booth2012-10-211-0/+2
|
* Removed trailing whitespace from src and testsJames Booth2012-10-211-2/+2
|
* Tidied all includesJames Booth2012-08-261-0/+2
|
* Moved input processing to profanity.cJames Booth2012-08-231-1/+2
|
* Refactored setting boolean preferencesJames Booth2012-08-231-6/+8
|
* Added long help with dummy dataJames Booth2012-08-141-0/+1
|
* Command help now looked upJames Booth2012-08-141-0/+9
| | | | | No longer need to write help strings in windows.c Usage and help are part of the command structure
* Added autobuild toolsJames Booth2012-07-011-0/+31
3' href='#n163'>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