about summary refs log tree commit diff stats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Format code with clang-format 16Michael Vetter2023-04-143-133/+136
* Adapt to g_string_free glib 2.75.3 changeMichael Vetter2023-03-211-5/+1
* plugin: python: fix build for Python 3.11Đoàn Trần Công Danh2022-09-241-0/+8
* Fix python executed during configurej.r2022-02-182-5/+5
* python_api.c: enlarge `c_arguments` array to avoid OOB writeSergei Trofimovich2021-11-261-1/+1
* src/plugins/python_api.c: drop redundant NULL pointer checkSergei Trofimovich2021-11-181-1/+1
* src/plugins/callbacks.c: drop redundant NULL pointer checkSergei Trofimovich2021-11-181-1/+1
* Add plugin get_barejid_from_roster functionDustin Lagoy2021-04-296-0/+38
* Change nick to name in api to match conventionDustin Lagoy2021-04-286-12/+12
* Add plugin prof_get_nick_from_roster functionDustin Lagoy2021-04-286-0/+40
* Add config.h in files were it was missingMichael Vetter2021-03-269-0/+18
* Fix various typosMichael Vetter2020-12-101-2/+2
* Declare counter var inside loopMichael Vetter2020-11-092-3/+2
* Dont hilight console once all messages have been readMichael Vetter2020-07-091-1/+1
* Apply coding styleMichael Vetter2020-07-0722-1487/+1537
* Revert "Apply coding style"Michael Vetter2020-07-0722-1576/+1526
* Apply coding styleMichael Vetter2020-07-0722-1526/+1576
* Fix reading/writing linked filesMichael Vetter2020-06-131-1/+1
* Add to_jid field to ProfMessage structMichael Vetter2020-04-111-1/+1
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-201-12/+12
* Add vim modelineMichael Vetter2019-11-1324-0/+24
* plugins/python: fix double _XOPEN_SOURCE definitionDmitry Podgorny2019-10-152-0/+2
* Sort includes in python_api.cMichael Vetter2019-10-071-5/+2
* Destroy hash table ein autocompleters_destroy()Michael Vetter2019-10-061-0/+3
* Add comment about dead assignment in callback_add_timedMichael Vetter2019-08-231-0/+1
* Fix double initialization of loop iteratorMichael Vetter2019-07-221-2/+0
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-201-1/+1
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-2/+8
* Improve plugin load/install failure messageMichael Vetter2019-06-072-12/+23
* Follow normal workflow for OMEMO message receptionPaul Fariello2019-04-101-1/+1
* Merge pull request #994 from philipflohr/masterMichael Vetter2019-02-201-1/+2
|\
| * Fail plugin unload operation if plugin does not existPhilip Flohr2019-02-201-1/+2
* | Merge pull request #995 from philipflohr/plugins_unload_allMichael Vetter2019-02-201-3/+3
|\ \
| * | plugins_unload_all fails if one plugin unload operation failsPhilip Flohr2018-04-211-3/+3
| |/
* | Update copyright to include 2019Michael Vetter2019-01-2224-24/+24
* | Fix extended plugin handling PRPhilip Flohr2018-09-061-1/+6
* | added the possibility to uninstall a pluginPhilip Flohr2018-09-062-0/+17
* | use gio functions for file copyPhilip Flohr2018-09-061-2/+1
* | removed unreachable code: if plugin is loaded it is also installed and theref...Philip Flohr2018-09-061-5/+0
* | provide feedback on failure cause if plugin installation failsPhilip Flohr2018-09-062-4/+7
* | Fail plugin installation if the target file already existsPhilip Flohr2018-09-061-0/+6
|/
* Add preferences for tab displayJames Booth2018-03-091-1/+1
* Show name in statusbar tabs WIPJames Booth2018-03-081-1/+1
* Update copyrightJames Booth2018-01-2124-24/+24
* Show Python version on --versionJames Booth2017-08-102-2/+14
* Allow previous autocompletion with shift tabJames Booth2017-04-014-7/+7
* Allow installing plugins from directoryJames Booth2017-02-052-0/+45
* Allow loading all pluginsJames Booth2017-02-052-3/+26
* Allow unloading all pluginsJames Booth2017-02-052-0/+22
* Update CopyrightJames Booth2017-01-2824-24/+24
'author hut <hut@lavabit.com> 2010-02-16 01:56:21 +0100 committer hut <hut@lavabit.com> 2010-02-16 02:03:46 +0100 incremented version number and updated pydoc html files' href='/akspecs/ranger/commit/doc/pydoc/ranger.container.commandlist.html?h=v1.5.5&id=34a60763e79546e0f84e30fbcc430632f3dbb39e'>34a60763 ^
f07bb12f ^

34a60763 ^
f07bb12f ^

34a60763 ^
f07bb12f ^














4c13e1f2 ^








f07bb12f ^
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