about summary refs log tree commit diff stats
path: root/src/command.c
Commit message (Collapse)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
| | | | | No longer need to write help strings in windows.c Usage and help are part of the command structure
* 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
| | | | Now include usage and short help string
* Command list size now calculatedJames Booth2012-08-101-6/+5
| | | | | No longer have to specify size, and keep it up to date when adding new commands
* 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
&id=c0f2fc72eccb4127fba5f48ce4b422487d6ec752'>c0f2fc72 ^
3cd8a402 ^
d1a1173d ^








d1a1173d ^
e6b847b3 ^
225aa78f ^
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