about summary refs log tree commit diff stats
path: root/src/plugins/profapi.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Add chat and room show calls to plugins apiJames Booth2017-01-211-0/+8
* Allow room display properies to be set by pluginsJames Booth2017-01-201-0/+4
* Allow chat prefix char to be set by pluginsJames Booth2017-01-201-1/+4
* Add titlebar encryption text to plugins apiJames Booth2017-01-191-0/+4
* Add prof.encryption_reset to Plugins APIJames Booth2017-01-181-0/+2
* Add get_room_nick to plugins apiJames Booth2016-11-061-0/+2
* Allow filepath autocompletion in pluginsJames Booth2016-10-101-0/+1
* Remove disco features added by plugins on unloadJames Booth2016-08-111-1/+1
* Rename plugins settings functionsJames Booth2016-08-071-8/+8
* Return int on c_api_settings_string_list_remove_allJames Booth2016-08-011-1/+1
* Add string lists settings to pluginsJames Booth2016-08-011-0/+4
* Add typedefs to C plugin APIJames Booth2016-07-301-3/+3
* Free python_str_or_unicode_to_string resultsJames Booth2016-07-251-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Pass plugin name to all autocompleter functionsJames Booth2016-07-041-2/+2
* Add plugin name to win_create api callJames Booth2016-07-031-1/+1
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-1/+1
* WIP - Unload plugin commandsJames Booth2016-06-291-1/+1
* Add macro for plugins completer addJames Booth2016-06-231-1/+1
* Add macro for C plugins register_timedJames Booth2016-06-231-1/+1
* Add function to get C plugin nameJames Booth2016-06-231-1/+1
* Plugins: Added prof_disco_add_feature()James Booth2016-04-301-0/+2
* Plugins: Added more muc hooksJames Booth2016-04-151-0/+2
* Plugins: Added completer_clearJames Booth2016-04-071-0/+1
* Plugins: Added completer_removeJames Booth2016-04-071-0/+1
* Plugins: Renamed register_ac->completer_addJames Booth2016-04-071-1/+1
* Plugins: Added basic incoming message functionJames Booth2016-03-291-0/+2
* Added integer settings for pluginsJames Booth2016-03-261-0/+2
* Added plugin string settingsJames Booth2016-03-261-0/+2
* Added boolean settings for pluginsJames Booth2016-03-251-0/+3
* Added prof_send_stanza to plugins APIJames Booth2016-03-231-0/+1
* Added current_win_is_console to plugins apiJames Booth2016-02-281-0/+1
* Added theme support to pluginsJames Booth2016-02-211-4/+3
* Return result from plugin callsJames Booth2016-02-211-8/+8
* Added prof_cons_bad_cmd_usage plugin functionJames Booth2016-02-181-1/+1
* Added new help format to c plugins WIPJames Booth2016-02-181-1/+2
* Updated copyrightJames Booth2016-02-141-1/+1
* Added C plugin code from plugins branchJames Booth2016-02-141-0/+70
/profani-tty/blame/src/otr/otrlibv3.c?id=4e81707b2751434c0561b3040754a45f97c0fd2b'>^
bd1c1394 ^
450c01ec ^
bd1c1394 ^
bdcc70f3 ^
894fa355 ^

bdcc70f3 ^
450c01ec ^
5c13538e ^


894fa355 ^
03086c03 ^
5a7eba51 ^


2426a7fc ^
450c01ec ^
5a7eba51 ^
03086c03 ^

450c01ec ^
894fa355 ^

599bee2c ^
599bee2c ^
599bee2c ^

450c01ec ^
599bee2c ^





450c01ec ^
599bee2c ^
84f1c4b9 ^
450c01ec ^

599bee2c ^

450c01ec ^
894fa355 ^

84f1c4b9 ^
450c01ec ^











84f1c4b9 ^
06d81ed9 ^

aff9eee4 ^
06d81ed9 ^






55e857d6 ^

f4fbf0ec ^
55e857d6 ^
aff9eee4 ^
06d81ed9 ^

a077d200 ^




3ce55de1 ^




ff9abecd ^
3ce55de1 ^
a077d200 ^


06d81ed9 ^




06d81ed9 ^







06d81ed9 ^
124aaa98 ^



ff9abecd ^
40dcd597 ^
124aaa98 ^
ff9abecd ^
40dcd597 ^
d11f8d5f ^
1e4fc2ce ^
124aaa98 ^
ff9abecd ^
124aaa98 ^
ff9abecd ^
124aaa98 ^
a077d200 ^
aff9eee4 ^
06d81ed9 ^






06d81ed9 ^
8bd74cef ^
124aaa98 ^

ff9abecd ^
40dcd597 ^
124aaa98 ^
ff9abecd ^
40dcd597 ^
0b51f4d3 ^
aff9eee4 ^
06d81ed9 ^



06d81ed9 ^
3cea2bc4 ^

ff9abecd ^
40dcd597 ^
3cea2bc4 ^
c39c093f ^
06d81ed9 ^
1155ceab ^
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228