Commit Graph

17 Commits

Author SHA1 Message Date
9a1565813c cant import 2020-04-01 18:21:12 +02:00
9a22321799 save in dotted format 2020-04-01 09:39:32 +02:00
0587c4b09a Add switcher plugin 2019-12-26 09:43:07 +01:00
e0a66f5c99 misc: small fix or general refactoring i did not bother commenting 2019-12-10 21:22:44 +02:00
81061cea24 fix: fixed locked callback call on plugins 2019-12-10 21:17:46 +02:00
09a00adab9 fix: added a plugin::callback level mutex to avoid calling a callback while a previous call is still running 2019-12-09 17:46:44 +02:00
99614c8cd4 Call on_ready 2019-11-30 14:01:35 +01:00
608904daf8 Call unload with ui arg 2019-11-30 09:43:39 +01:00
f973997cdb Call on_ui_setup when plugin reloads 2019-11-30 09:35:19 +01:00
cc5c46906f Add plugins page 2019-11-27 21:22:40 +01:00
8fcfd4cafd fix: plugin events dispatch is now asynchronous (fixes #592) 2019-11-13 00:11:50 +01:00
2f948306eb misc: refactored plugin system to use classes 2019-11-01 13:51:45 +01:00
c0252c9830 fix: safer call to webhook 2019-10-25 19:32:11 +02:00
61b957ac77 fix: prevent user contributed plugins to crash the main process while loading 2019-10-24 17:23:33 +02:00
84616827ad misc: small fix or general refactoring i did not bother commenting 2019-10-23 19:46:26 +02:00
fac4b5c460 fix: don't allow plugins to make the main process crash 2019-10-09 12:01:44 +02:00
cbf7511e17 misc: refactored code to work as a setup.py based package
Signed-off-by: Simone Margaritelli <evilsocket@gmail.com>
2019-10-05 23:23:31 +02:00