about summary refs log tree commit diff stats
path: root/src/command.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added autobuild toolsJames Booth2012-07-011-0/+31
amp;id=ef0ee84300be230ab5ef417f4a303d07e5b5f0b9'>ef0ee843 ^
0b8a9d79 ^
a6791aee ^
23236d0c ^
08f21ae5 ^
4b826595 ^
757e1f55 ^
277ecc9e ^
9983328c ^
33cb688a ^
a1274aba ^
b42eb058 ^
b13518af ^
316ff5a9 ^
fc486c60 ^
b4934e42 ^
2c1d2db0 ^
291ca616 ^
50845f37 ^
039c03ef ^
af6658b3 ^
efe2d7a3 ^
f0df3fa5 ^
a986e2bd ^

3fe38754 ^

6a8d5d23 ^
aad61455 ^
b624bd94 ^
4be8b401 ^



d955e3f0 ^
75013dc7 ^
67bb838c ^
a808a661 ^
bba8d293 ^
2a64495f ^
5e449699 ^
fc486c60 ^
7b04e507 ^
87db0130 ^
dd4a4145 ^
d994d0d6 ^
db1721dd ^
aea5cf92 ^
b624bd94 ^
34a60763 ^
6f43de0a ^




fca1fc4f ^
f70ee6b2 ^
0db4c9b2 ^
b2d63ef5 ^
291ca616 ^
d994d0d6 ^
66c5bb93 ^
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