src/plugin.h: add error parameter to call_hook
[vlock.git] / TODO
blob9b559a7abd8e6dae5c51700b0881ac9a88054c6b
1 high
2 ----
4 - comments
5 - documentation
6 - better error handling in src/plugins.c
8 medium
9 ------
11 - make it possible to use vlock-all without USE_PLUGINS
12 - do not require key press when no plugin with a vlock_save_abort
13   hook is active
14 - exit properly on SIGTERM
15 - use access() instead of uid changes to secure plugin loading
16 - generate error on invalid script
17 - check Script for race conditions
18 - second exception: PluginError -> termination
19 - design: non-recoverable errors print to stderr and abort()
20 - ensure_* functions: output __FILE__, __LINENO__
22 low
23 ---
25 - screensavers (aalib, directfb)