about summary refs log tree commit diff stats
path: root/src/command.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed parser.c -> command_parser.cJames Booth2013-01-281-1/+0
* Renamed history modulesJames Booth2013-01-281-1/+1
* Renamed history.c -> command_history.cJames Booth2013-01-281-1/+0
* Renamed jabber.h -> xmpp.hJames Booth2013-01-281-1/+1
* Added /account set <account> resource <value>James Booth2013-01-271-2/+9
* Refactored connecting, and reconnectingJames Booth2013-01-271-3/+1
* Renamed account_add_login -> account_add, added commentsJames Booth2013-01-271-1/+1
* Added cons output when logging in.James Booth2013-01-271-8/+10
* Renamed create jid function using barejid and resourceJames Booth2013-01-271-1/+1
* Added resource handling in account moduleJames Booth2013-01-271-3/+12
* Got rid of old naming convention on prof_autocompleteJames Booth2013-01-251-119/+119
* Merge branch 'master' into capsJames Booth2013-01-221-1/+25
|\
| * Merge remote-tracking branch 'backalor/master'James Booth2013-01-221-1/+25
| |\
| | * Add support for autocomplete of /statuses commandBackalor2013-01-221-0/+2
| | * Add function prototype and make the default for the /statuses command be ONBackalor2013-01-221-0/+1
| | * Add new command /statuses for status notificationsBackalor2013-01-211-16/+17
| | * Add new command "/notify status" to enable/disable status messages,Backalor2013-01-141-2/+22
* | | Always show output in console for /info commandJames Booth2013-01-211-6/+30
* | | Added /status command for what /info used to doJames Booth2013-01-211-0/+53
* | | Updated /info command for chat and private chatJames Booth2013-01-201-2/+2
* | | Added basic room /info commandJames Booth2013-01-201-2/+2
* | | Added space before /who outputJames Booth2013-01-201-0/+1
* | | Changed /info command to show clientJames Booth2013-01-201-1/+1
|/ /
* | Changed help on /whoJames Booth2013-01-171-3/+2
* | Command /info parameter optional when in chat or private chatJames Booth2013-01-171-6/+27
* | Added /mouse command for enabling/disabling mouse handlingJames Booth2013-01-171-0/+21
* | Show message in chat room when nickname conflictJames Booth2013-01-161-1/+1
* | Handle /who command in chat roomsJames Booth2013-01-151-3/+76
* | Fixed /tiny for room and private chatJames Booth2013-01-151-11/+21
* | Updated help for /msg and /info in chat roomsJames Booth2013-01-151-9/+11
* | Disabled logging for chat rooms and private chatJames Booth2013-01-151-7/+2
* | Allow /msg with no message to open private chat windowJames Booth2013-01-151-5/+9
* | Allow /info and /msg in private room chat when nick has space in nameJames Booth2013-01-151-1/+5
* | cmd_info now uses basic parse_argsJames Booth2013-01-141-1/+1
* | Allow whitespace in argument to /infoJames Booth2013-01-131-1/+1
* | Use Jid in groupchat message handlerJames Booth2013-01-131-1/+1
* | Use Jid datatype in chat roomsJames Booth2013-01-131-17/+21
|/
* Renamed muc functionsJames Booth2013-01-121-4/+4
* Renamed room_chat module to mucJames Booth2013-01-121-1/+1
* If chat room already joined, just show windowJames Booth2013-01-111-1/+3
* Updated copyrightJames Booth2013-01-111-1/+1
* Check nick exists when private messagingJames Booth2013-01-111-8/+33
* Added win_current_is_console()James Booth2013-01-111-2/+1
* Use room nickname autocompleter on /info and /msg when in chat roomJames Booth2013-01-111-22/+50
* Autocomplete: added free functionJames Booth2013-01-111-12/+12
* Fixed help on /connectJames Booth2012-12-221-5/+6
* Amended /gone helpJames Booth2012-12-191-1/+1
* Added /gone to allow configurable delay for </gone> stateJames Booth2012-12-191-0/+31
* Fixed name clashes with windows.hJames Booth2012-12-111-3/+3
* Renamed /account new to /account addJames Booth2012-12-101-4/+4
96a3896a682c95e'>^
a05beb6 ^
95e8d12 ^
901b3ed ^
4688ad1 ^
b355755 ^
1076f2b
72707c2 ^
bf35794 ^

1076f2b

b355755 ^
8cc7f3b ^
d7413ff ^
ee31e38 ^
66da153 ^

bf35794 ^
292ccc4 ^
efa7e51 ^
bf35794 ^


bf35794 ^
39677ec ^
439e15d ^
dba2306 ^
3399650 ^
adaa28a ^


dba2306 ^
adaa28a ^
adaa28a ^
adaa28a ^
04eb016 ^
adaa28a ^

4688ad1 ^
adaa28a ^

3399650 ^
d7e1708 ^
dba2306 ^
c0705ee ^
adaa28a ^
c0705ee ^

8cc7f3b ^
d7e1708 ^
dba2306 ^
29355bd ^
b6ad663 ^
b9da4b0 ^
9e8b325 ^
adaa28a ^
c47da14 ^
dba2306 ^
adaa28a ^
9e8b325 ^
dba2306 ^
dba2306 ^

e21d93b ^
d7413ff ^
937cabf ^
72707c2 ^
d4b7a9a ^
adaa28a ^
19da197 ^
4688ad1 ^
19da197 ^
349cada ^
19da197 ^
29355bd ^
8b59083 ^
8b59083 ^
adaa28a ^
d4b7a9a ^
c47da14 ^
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