]> git.ipfire.org Git - suricata-reporter.git/shortlog
suricata-reporter.git
3 days ago  Michael Tremerconfigure: Bump version to 0.2 master 0.2
3 days ago  Michael Tremerpo: Remove Makefile.in
3 days ago  Michael Tremerreporter: Only optimize the database once
3 days ago  Michael Tremerreporter: Remove all data older than 5 years from the...
3 days ago  Michael Tremerreporter: Fix typo in email
3 days ago  Michael Tremerpo: Update POFILES.in
3 days ago  Michael TremerREADME: Add note about Bugzilla
3 days ago  Michael Tremerreporter: Implement filtering email alerts by severity
3 days ago  Michael Tremerreporter: Add the alert severity to the email headers
6 days ago  Michael TremerMakefile: Add a little helper to upload a release tarball
6 days ago  Michael Tremercron: Send reports in the system's default language 0.1
6 days ago  Michael Tremer.gitignore: Ignore any release tarballs
6 days ago  Michael Tremerpo: Provide a German translation
6 days ago  Michael Tremerpo: Ensure all strings are being translated
6 days ago  Michael TremerUse gettext to translate strings
6 days ago  Michael Tremergenerator: Allow to overwrite the locale
6 days ago  Michael Tremerreporter: Use threads instead of worker processes
6 days ago  Michael Tremerreporter: Log the entire exception if something unhandl...
6 days ago  Michael Tremerreporter: Open and close the database in the worker...
6 days ago  Michael Tremerreporter: Translate severity to strings in emails
6 days ago  Michael Tremergenerator: Express the rule severity by colors
6 days ago  Michael Tremergenerator: Use Prompt as default font
6 days ago  Michael Tremergenerator: Implement better line wrapping in the table
6 days ago  Michael TremerFix shebangs
2025-08-21  Michael TremerMakefile.am: Fix indentation
2025-08-21  Michael TremerDynamically replace /var/run
2025-08-21  Michael TremerUpdate paths in reporter.conf, too
2025-08-21  Michael TremerDynamically replace the configuration directory
2025-08-21  Michael TremerDynamically replace the logging directory
2025-08-21  Michael TremerUse the Python interpreter that the configure script...
2025-08-21  Michael TremerIntroduce autotools
2025-08-21  Michael Tremersuricata-reporter: Fix syntax difference to fast.log
2025-08-21  Michael Tremersuricata-report-generator: Implement sending reports...
2025-08-21  Michael Tremersuricata-report-generator: Don't print rows
2025-08-21  Michael Tremersuricata: Automatically email reports once per month...
2025-08-21  Michael Tremersuricata-reporter: Add ability to reload the configuration
2025-08-21  Michael Tremersuricata-report-generator: Add all alerts in full detail
2025-08-21  Michael Tremersuricata-report-generator: Render a PDF document and...
2025-08-21  Michael Tremersuricata-report-generator: Allow span selection
2025-08-21  Michael Tremersuricata-report-generator: Create some scaffolding
2025-08-21  Michael Tremersuricata-reporter: Create a example configuration file
2025-08-21  Michael Tremersuricata-reporter: Add source/destination ports to...
2025-08-21  Michael Tremersuricata-reporter: Don't let workers terminate if somet...
2025-08-21  Michael Tremersuricata-reporter: Log any alerts to a database
2025-08-21  Michael Tremersuricata-reporter: Make ownership of the socket configu...
2025-08-21  Michael Tremersuricata-reporter: Make the socket path configurable
2025-08-21  Michael Tremersuricata-reporter: Make the number of workers configurable
2025-08-21  Michael Tremersuricata-reporter: Create capability to send alerts...
2025-08-21  Michael Tremersuricata-reporter: Read the email configuration from...
2025-08-21  Michael Tremersuricata-reporter: Read a configuration file
2025-08-21  Michael Tremersuricata-reporter: Parse alerts and generate emails
2025-08-21  Michael Tremersuricata: Enable EVE logging to the reporter
2025-08-21  Michael Tremersuricata-reporter: Replace logic on termination signals
2025-08-21  Michael Tremersuricata-reporter: Close the queue on termination
2025-08-21  Michael Tremersuricata-reporter: Create a listening socket
2025-08-21  Michael Tremersuricata-reporter: Handle signals to gracefully terminate
2025-08-21  Michael Tremersuricata-reporter: Create a queue we can push events...
2025-08-21  Michael Tremersuricata-reporter: Create a couple of worker processes
2025-08-21  Michael Tremersuricata-reporter: Create some scaffolding