Commit Graph

25 Commits

Author SHA1 Message Date
63fd7d9833 Version 2.1.1
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
2023-08-30 11:14:59 +02:00
8329e282d3 Merge remote-tracking branch 'Snuf/master' into pwnagotchi-torch
# Conflicts:
#	bin/pwnagotchi
#	builder/data/usr/bin/pwnlib
#	pwnagotchi/ai/__init__.py
2023-07-24 21:20:37 +02:00
27da741005 Edited to make AI work
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
2023-07-24 19:47:15 +02:00
fc2341b04c when toggling a plugin, changed to save config after running load/unload handlers, in case those change the config 2023-05-21 17:16:58 -07:00
52cc413152 add check 2020-04-18 13:23:12 +02:00
e436dc8b8e fix 2020-04-18 13:02:42 +02:00
8a07e822e6 breaks if never used 2020-04-14 22:20:42 +02:00
1f2dd73976 Big update 2020-04-13 17:16:24 +02:00
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