Files
sif/internal/modules
01856440e8 fix(modules): pass case-insensitive flag to tcp word matcher (#373)
#308's tcp.go called checkWords/3 but #319 added the caseInsensitive
param (and updated the http path in executor.go, not the tcp one).
main stopped compiling once both landed: tcp.go:236 not enough
arguments in call to checkWords. mirror executor.go and pass
m.CaseInsensitive.

Co-authored-by: vmfunc <vmfunc.lc@gmail.com>
2026-07-22 13:25:04 -07:00
..