]> git.ipfire.org Git - suricata-reporter.git/shortlog
suricata-reporter.git
17 hours ago  Michael Tremerconfigure: Bump version to 0.2 master 0.2
17 hours ago  Michael Tremerpo: Remove Makefile.in
19 hours ago  Michael Tremerreporter: Only optimize the database once
20 hours ago  Michael Tremerreporter: Remove all data older than 5 years from the...
21 hours ago  Michael Tremerreporter: Fix typo in email
21 hours ago  Michael Tremerpo: Update POFILES.in
24 hours ago  Michael TremerREADME: Add note about Bugzilla
24 hours ago  Michael Tremerreporter: Implement filtering email alerts by severity
24 hours ago  Michael Tremerreporter: Add the alert severity to the email headers
3 days ago  Michael TremerMakefile: Add a little helper to upload a release tarball
3 days ago  Michael Tremercron: Send reports in the system's default language 0.1
3 days ago  Michael Tremer.gitignore: Ignore any release tarballs
3 days ago  Michael Tremerpo: Provide a German translation
3 days ago  Michael Tremerpo: Ensure all strings are being translated
3 days ago  Michael TremerUse gettext to translate strings
3 days ago  Michael Tremergenerator: Allow to overwrite the locale
3 days ago  Michael Tremerreporter: Use threads instead of worker processes
3 days ago  Michael Tremerreporter: Log the entire exception if something unhandl...
3 days ago  Michael Tremerreporter: Open and close the database in the worker...
3 days ago  Michael Tremerreporter: Translate severity to strings in emails
3 days ago  Michael Tremergenerator: Express the rule severity by colors
3 days ago  Michael Tremergenerator: Use Prompt as default font
3 days ago  Michael Tremergenerator: Implement better line wrapping in the table
3 days ago  Michael TremerFix shebangs
13 days ago  Michael TremerMakefile.am: Fix indentation
13 days ago  Michael TremerDynamically replace /var/run
13 days ago  Michael TremerUpdate paths in reporter.conf, too
13 days ago  Michael TremerDynamically replace the configuration directory
13 days ago  Michael TremerDynamically replace the logging directory
13 days ago  Michael TremerUse the Python interpreter that the configure script...
13 days ago  Michael TremerIntroduce autotools
13 days ago  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