about summary refs log tree commit diff stats
path: root/apidocs/c/profapi.h
Commit message (Expand)AuthorAgeFilesLines
* Add chat and room show calls to plugins apiJames Booth2017-01-211-4/+46
* Allow room display properies to be set by pluginsJames Booth2017-01-201-2/+32
* Allow chat prefix char to be set by pluginsJames Booth2017-01-201-1/+30
* Add titlebar encryption text to plugins apiJames Booth2017-01-191-0/+16
* Add prof.encryption_reset to Plugins APIJames Booth2017-01-181-0/+13
* Allow filepath autocompletion in pluginsJames Booth2016-10-101-0/+7
* Update plugin API docsJames Booth2016-08-071-8/+8
* Update plugin API docsJames Booth2016-08-021-1/+40
* Fixes to plugin API docsJames Booth2016-07-301-4/+3
* Update plugins API docsJames Booth2016-07-301-38/+35
* Update plugin API docsJames Booth2016-07-301-80/+186
* Added doxygen settings for C plugin APIJames Booth2016-03-171-0/+180
t; 2010-04-02 19:34:57 +0200 tiny C backend for a much faster REPL' href='/ahoang/Nim/commit/tools/nimrepl.nim?h=devel&id=f530bbd6315f21469d7479991186e88302608726'>f530bbd63 ^
8f58ab99e ^
40a5d6c3b ^


93b3c03db ^

eada55fc7 ^
40a5d6c3b ^
93b3c03db ^
40a5d6c3b ^
8f58ab99e ^
df672f5b9 ^
8f58ab99e ^

40a5d6c3b ^
8f58ab99e ^
df672f5b9 ^
40a5d6c3b ^
8f58ab99e ^

40a5d6c3b ^
adf13aaea ^
40a5d6c3b ^
8f58ab99e ^
40a5d6c3b ^


8f58ab99e ^


93b3c03db ^


8f58ab99e ^




93b3c03db ^
8f58ab99e ^
93b3c03db ^


40a5d6c3b ^
8f58ab99e ^

df672f5b9 ^
40a5d6c3b ^
8f58ab99e ^


e0746e7b1 ^
8f58ab99e ^


93b3c03db ^
df672f5b9 ^
40a5d6c3b ^
8f58ab99e ^

df672f5b9 ^
93b3c03db ^
40a5d6c3b ^
8f58ab99e ^
df672f5b9 ^

8f58ab99e ^



40a5d6c3b ^

8f58ab99e ^


4ee65a08d ^
40a5d6c3b ^
40a5d6c3b ^

df672f5b9 ^

8f58ab99e ^
df672f5b9 ^
8f58ab99e ^
40a5d6c3b ^
8f58ab99e ^


40a5d6c3b ^
8f58ab99e ^







a68f17a9f ^
8f58ab99e ^



a68f17a9f ^
8f58ab99e ^
40a5d6c3b ^
8f58ab99e ^





40a5d6c3b ^
657dca5c3 ^
df672f5b9 ^

8f58ab99e ^
df672f5b9 ^
40a5d6c3b ^

8f58ab99e ^

40a5d6c3b ^

8f58ab99e ^








df672f5b9 ^
8f58ab99e ^
df672f5b9 ^
8f58ab99e ^
40a5d6c3b ^
8f58ab99e ^







df672f5b9 ^
8f58ab99e ^


40a5d6c3b ^
df672f5b9 ^

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