Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sipcapture/heplify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.4
Choose a base ref
...
head repository: sipcapture/heplify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.5
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 30, 2026

  1. Configuration menu
    Copy the full SHA
    808ba50 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. fix: CLI flags audit and patch bump to v2.0.5

    - Remove duplicate -x flag (alias for -l log level)
    - Fix -t flag default from "af_packet" to "afpacket" with explicit validation
    - Honor HEPLIFY_CONFIG env var as fallback when -config is not set
    - Fix -hin collector address parser to use net.SplitHostPort (IPv6 safe)
    - Add missing CLI flags: -ipfragment, -log-payload, -disable-defrag,
      -disable-tcp-reasm, -api-tls, -api-cert, -api-key
    - Fix update_version.sh to use sed instead of overwriting the file
    - Fix README: remove -x, fix -prometheus-user/-pass (use -api-user/-pass),
      fix docker-compose command prefix, add new flags to Usage
    - Fix CONFIGURATION.md: remove bogus collector_host/port/proto from socket
      table, add collector_settings section, add TLS fields to api_settings
    
    Made-with: Cursor
    adubovikov committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    c2a11e3 View commit details
    Browse the repository at this point in the history
Loading