log mod_audit/mod_audit.lua @ 5441:533808db6c18

age author description
22 months ago Kim Alvefur mod_audit: Move underscore to avoid luacheck warning
23 months ago Matthew Wild mod_audit: Add expiration of entries, and handling of full archive stores
23 months ago Matthew Wild mod_audit: Add 'note' column
23 months ago Matthew Wild mod_audit: Improve filtering options and add documentation to README
23 months ago Matthew Wild mod_audit: Add some control over output columns via command-line flags
23 months ago Matthew Wild mod_audit: Let util.human.io pick a suitable default width
23 months ago Matthew Wild mod_audit: Use proportional columns in table output
23 months ago Matthew Wild mod_audit: Fix iteration of custom payloads to use ipairs
23 months ago Matthew Wild mod_audit: Display most recent entries first, rather than showing oldest
23 months ago Matthew Wild mod_audit: Minor style nit
23 months ago Matthew Wild mod_audit: Allow caller to specify time of the event
23 months ago Matthew Wild mod_audit: Add a command to print the audit log on the command-line
23 months ago Matthew Wild mod_audit: Support for adding location (GeoIP) to audit events
23 months ago Matthew Wild mod_audit: Allow disabling IP logging, or limiting it to a prefix
23 months ago Matthew Wild mod_audit: Include client id in audit log entries (if known)
2022-04-28 Jonas Schäfer mod_audit: remove event hook
2022-04-26 Jonas Schäfer mod_audit: make the extension of the module API less of a hack
2022-04-26 Jonas Schäfer mod_audit*: fix luacheck warnings
2022-04-26 Jonas Schäfer mod_audit*: modules for audit logging in prosody