about summary refs log tree commit diff stats
path: root/src/command.c
Commit message (Expand)AuthorAgeFilesLines
* Show basic help on startupJames Booth2012-08-161-1/+1
* Improved help on typing notificationsJames Booth2012-08-161-2/+2
* Added typing notifications and related preferencesJames Booth2012-08-161-0/+32
* Refactored command lookupJames Booth2012-08-151-29/+26
* Added individual command helpJames Booth2012-08-151-22/+128
* Implemented help [command]James Booth2012-08-141-22/+86
* Added long help with dummy dataJames Booth2012-08-141-19/+41
* Command help now looked upJames Booth2012-08-141-20/+53
* Using usage from cmd structJames Booth2012-08-121-84/+166
* Split command groupsJames Booth2012-08-111-68/+52
* Refactored commandsJames Booth2012-08-111-23/+80
* Command list size now calculatedJames Booth2012-08-101-6/+5
* Show tinyurl errors and usage in chat windowsJames Booth2012-07-291-1/+7
* Fixed bug in tinyurlJames Booth2012-07-291-16/+22
* Validate tinyurlJames Booth2012-07-291-27/+16
* Fixed num commandsJames Booth2012-07-291-2/+2
* Added tiny commandJames Booth2012-07-281-0/+39
* Function signatures across linesJames Booth2012-07-241-25/+50
* Added chlog preference for chat loggingJames Booth2012-07-221-1/+18
* Added prefs commandJames Booth2012-07-191-1/+10
* Set usernames to lowercase before logging inJames Booth2012-07-181-2/+4
* Added autobuild toolsJames Booth2012-07-011-0/+396
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