Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 20:48

Changelog

  • 7d6a1c0 Add CHANGELOG for v0.1.0 release
  • baf866d Add GitHub Pages documentation site and workflow
  • f7cdca9 Add TLS and bot parsing support
  • b208f22 Add Unicode bar graphs and offline HTML dashboard
  • 679a1e6 Add repo docs, installers, CI workflows, and release automation
  • b0b8929 Add tail, top, and diff CLI subcommands and filters
  • df6c23f Add unit test suite for parser, analysis, detector, and output
  • 5541a0a CLI completa: analisi log, block/unban IP, guardia automatica, config, watch
  • 7c2f2f9 Change copyright from Lenny to Leonardo Belli
  • da5e80e Delete SECURITY.md
  • 1267a6f Delete stress-test.sh
  • fb32fc3 Expand security threat detection rules and analytics
  • fb5297f Fix README badges
  • 4df3607 Redesign docs landing page to clean developer style
  • 9500885 Replace Go Report Card with Go Reference badge
  • 40539d2 Set version to 0.1.0
  • c2ae5b9 Simplify docs site to Unix manpage developer style
  • 32d1082 Trigger GitHub Pages deployment
  • 251cc33 Update repository URLs and badges to L9Lenny
  • 37d9656 Update standalone HTML report to clean developer style
  • 6de07f5 Use native GitHub Actions badge URL
  • b83e263 add .gitignore
  • d514443 add guard test script: brute force, SQLi, LFI, XSS, scanner, flood
  • 4897e72 add lipgloss colored output and bubbletea interactive dashboard for --watch
  • 4b69fb0 add pattern detection (SQLi, XSS, scanner, brute), --detect, -o file, enhance guard, GitHub release workflow
  • 17c2eec first commit
  • a436626 fix TUI: add file follow mode, fix duplicate waitForLines, handle stream end
  • f3674c9 fix TUI: keep cumulative stats instead of resetting every tick
  • 0435a3c fix file follow: poll file size, re-read on growth, handle truncation
  • 18897dd fix unban: parse iptables -L output correctly, add root check to block/unban
  • e8a9a44 hide completion subcommand, auto-install via make build
  • e7c56b1 remove unnecessary flags (host, latency, size, remote-ip, file, top-by, init)
  • 80fdf4f translate all user-facing text to English (help, flags, output, README)
  • c008d18 update README and help with detection docs, output flag, enhanced guard