about summary refs log tree commit diff stats
path: root/src/command/cmd_ac.c
Commit message (Expand)AuthorAgeFilesLines
* Allow filepath autocompletion in pluginsJames Booth2016-10-101-110/+109
* Minor code tidy cmd_ac.cJames Booth2016-10-061-54/+47
* Reduce scope of GString in autocompletersJames Booth2016-10-031-6/+19
* Allow vertical positioning of all windowsJames Booth2016-09-231-8/+8
* Rename /titlebar -> /wintitleJames Booth2016-09-221-12/+12
* Add /inputwin top|bottom commandJames Booth2016-09-191-3/+10
* Fix string frees in _complete_filepathJames Booth2016-09-051-5/+2
* Free strings in _complete_filepathJames Booth2016-09-051-3/+10
* Use hash table for bookmarksJames Booth2016-08-211-0/+1
* Fix memory leaksJames Booth2016-07-251-1/+2
* Tidy headersJames Booth2016-07-241-6/+6
* Moved window_list.cJames Booth2016-07-241-1/+1
* Moved roster_list.cJames Booth2016-07-241-1/+1
* Moved muc.cJames Booth2016-07-241-1/+1
* Add /plugins python_version commandJames Booth2016-07-241-0/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Add /plugins install commandJames Booth2016-07-121-103/+115
* Add /plugin reload commandJames Booth2016-07-101-0/+25
* Plugin unload remove cmd_acs and close windowJames Booth2016-07-051-0/+8
* Use hash table to store pluginsJames Booth2016-06-301-4/+4
* /plugins unload command and completerJames Booth2016-06-301-0/+27
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-9/+0
* WIP - Unload plugin commandsJames Booth2016-06-291-0/+9
* Free string on connect autocompleteJames Booth2016-06-081-0/+2
* Complete no arg for /account propertiesJames Booth2016-06-011-31/+39
* Complete no arg for /join propertiesJames Booth2016-06-011-19/+26
* Complete no arg for /connect propertiesJames Booth2016-06-011-50/+49
* Merge branch 'master' into complete-emptyJames Booth2016-05-311-48/+55
|\
| * Move /statuses options to /presence commandJames Booth2016-05-311-46/+26
| * Add /presence titlebar subcommandJames Booth2016-05-311-2/+29
* | Complete no arg for /bookmark propertiesJames Booth2016-05-241-40/+51
* | Complete no arg for /role setJames Booth2016-05-241-2/+4
* | Complete no arg for /affiliation setJames Booth2016-05-241-2/+4
* | Complete no arg for /script run|showJames Booth2016-05-241-2/+2
* | Complete no arg for /theme loadJames Booth2016-05-241-1/+1
* | Complete no arg for /plugins loadJames Booth2016-05-241-1/+1
* | Allow empty autocomplete for /otr policyJames Booth2016-05-241-6/+6
|/
* Option to bookmark room invitesJames Booth2016-05-231-0/+5
* Fix command headersJames Booth2016-05-231-1/+1
* Rename command sourcesJames Booth2016-05-221-0/+2918
vious revision' href='/akkartik/mu/blame/subx/020elf.cc?h=hlt&id=2097401c4b18b09a9cd13673e703a0738731c364'>^
96b2216b ^


414d9413 ^
96b2216b ^
708eae31 ^

96b2216b ^


414d9413 ^
96b2216b ^

fd7198b2 ^
96b2216b ^


708eae31 ^
9527eda9 ^
96b2216b ^
9527eda9 ^
708eae31 ^
6602c82f ^
9527eda9 ^
630433cd ^
9527eda9 ^
a1305217 ^
6602c82f ^

708eae31 ^
f1b3d7b9 ^


a413105a ^
630433cd ^
f1b3d7b9 ^
a413105a ^
a413105a ^
f1b3d7b9 ^
9527eda9 ^
f1b3d7b9 ^

4a99a6e0 ^
f1b3d7b9 ^

a413105a ^
f1b3d7b9 ^



6362c51d ^



9ad81331 ^
6362c51d ^
c442a5ad ^

f1b3d7b9 ^
708eae31 ^

9527eda9 ^
96b2216b ^
fd7198b2 ^
96b2216b ^
fd7198b2 ^
96b2216b ^



414d9413 ^
96b2216b ^



630433cd ^
96b2216b ^

414d9413 ^
4a99a6e0 ^

630433cd ^

fd7198b2 ^
630433cd ^

9527eda9 ^

665a4d70 ^
9527eda9 ^

630433cd ^
96b2216b ^


1f4d0aaf ^
fbc21293 ^
44fdc79f ^






6f6d458f ^




c88b9e31 ^

e5998f74 ^

1f4d0aaf ^
e0a0484c ^
e5998f74 ^
c442a5ad ^
e0a0484c ^
7a22a219 ^

e0a0484c ^
7a22a219 ^
e0a0484c ^

708eae31 ^



96b2216b ^



414d9413 ^


1a33d221 ^
708eae31 ^
cd23c8b6 ^
414d9413 ^


2097401c ^
708eae31 ^


708eae31 ^
087a998e ^
a066ad7e ^
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
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193