Add `nauthilus_util` module, refactor Lua plugins to use it
A new utility module nauthilus_util
has been added, providing common functionality such as error raising, type checking, timestamp generation and counting table length. Existing Lua plugins have been refactored to use this utility module, removing redundant code and improving readability.
Signed-off-by: Christian Roessner c@roessner.co