index
:
rspamd.git
external-maps
libev-migration
log_json
master
mime-rework
rdns-tcp-rework
rework-symcache
rspamd-0.5
rspamd-0.6
rspamd-0.7
rspamd-0.8
rspamd-0.9
rspamd-1.0
rspamd-1.1
rspamd-1.2
rspamd-1.3
rspamd-1.4
rspamd-1.5
rspamd-1.6
rspamd-1.9
rspamd-3.10
rspamd-3.7
rspamd-3.8
rspamd-3.9
torch-removal
vstakhov-anonymize-mime
vstakhov-another-grow-factor-fix
vstakhov-ci-try
vstakhov-conf-reorg
vstakhov-cpu-detection
vstakhov-cumulative-tcp-timeout
vstakhov-fasttext-langdet
vstakhov-fix-2047-encode
vstakhov-fix-dcc
vstakhov-fuzzy-cxx
vstakhov-fuzzy-limits-display
vstakhov-fuzzy-tcp
vstakhov-gpt-ollama
vstakhov-keypair-encoding
vstakhov-known-senders
vstakhov-llm-anonymize
vstakhov-llm-embeddings
vstakhov-lua-text-api
vstakhov-new-hiredis
vstakhov-openssl-provider-message
vstakhov-remove-control-block
vstakhov-some-build-fixes
vstakhov-ssl-fixes
vstakhov-stringzilla
vstakhov-strip-attachments
vstakhov-surbl-conf-fix
vstakhov-universal-hashing-lua
vstakhov-utf8-mime
vstakhov-zstd-headers
Rapid spam filtering system: https://github.com/rspamd/rspamd
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lualib
/
lua_scanners
/
icap.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
[PATCH] Encode constructed path to be URL safe.
Tarmo Oja
2024-08-22
1
-1
/
+1
|
|
|
|
fix #4643
*
[Minor] Try to fix ICAP scanners by adding use_specific_content_type parameter
Vsevolod Stakhov
2023-10-22
1
-5
/
+14
|
|
|
|
Issue: #4643
*
[Fix] Change Date: header location to conform with RFC
Lyuben Bahtarliev
2023-09-22
1
-1
/
+1
|
*
[Feature] Add ICAP Content-Type and Filename from TODO List. Simplify ↵
Lyuben Bahtarliev
2023-09-12
1
-5
/
+7
|
|
|
|
changes. Remove unnecessary debug message.
*
[Feature] Add ICAP Content-Type and Filename from TODO List
Lyuben Bahtarliev
2023-09-11
1
-2
/
+6
|
*
[Minor] Reformat all Lua code, no functional changes
Vsevolod Stakhov
2023-08-07
1
-40
/
+48
|
*
[Rework] Pass upstream when sending TCP requests
Vsevolod Stakhov
2022-07-02
1
-5
/
+2
|
*
[Minor] Update my email and the copyright year
Vsevolod Stakhov
2022-03-25
1
-2
/
+2
|
*
[Minor] lua_scanners - icap - lua linting
Carsten Rosenberg
2022-02-27
1
-8
/
+10
|
*
[Minor] lua_scanners - icap - adjust threat_table function
Carsten Rosenberg
2022-02-27
1
-41
/
+34
|
*
[Minor] lua_scanners - icap - update compatibility
Carsten Rosenberg
2022-02-27
1
-3
/
+7
|
*
[Minor] lua_scanners - icap - add another variant of icap return
Carsten Rosenberg
2022-02-27
1
-13
/
+25
|
*
[Minor] Pet luacheck
Vsevolod Stakhov
2021-11-04
1
-8
/
+13
|
*
[Minor] lua_scanners - icap - restart from scratch on requery / stop early ↵
Carsten Rosenberg
2021-11-04
1
-0
/
+3
|
|
|
|
on failed header
*
[Minor] lua_scanners - icap - follow Connection header directive
Carsten Rosenberg
2021-11-04
1
-26
/
+45
|
|
|
|
- Kaspersky Scan Engine 2.0 (ICAP) support
*
[Minor] lua_scanners - icap - lua linting
Carsten Rosenberg
2021-11-02
1
-8
/
+7
|
*
[Minor] lua_scanners - icap - fix result caching
Carsten Rosenberg
2021-11-02
1
-5
/
+15
|
*
[Minor] lua_scanners - icap - use Allow 204 again
Carsten Rosenberg
2021-11-02
1
-4
/
+5
|
*
[Minor] lua_scanners - icap - update comments
Carsten Rosenberg
2021-11-02
1
-35
/
+56
|
*
[Minor] lua_scanners - icap - analyse HTTP return headers
Carsten Rosenberg
2021-11-02
1
-29
/
+76
|
*
[Minor] lua_scanners - icap - add SSL support
Carsten Rosenberg
2021-11-01
1
-20
/
+26
|
*
[Minor] lua_scanners - icap - add request / http header support (McAfee Web ↵
Carsten Rosenberg
2021-11-01
1
-32
/
+176
|
|
|
|
Gateway support)
*
[Feature] Allow to save and show attachment name when inserting AV scan results
Vsevolod Stakhov
2021-08-06
1
-11
/
+19
|
*
[Minor] Fix style
Vsevolod Stakhov
2020-11-25
1
-2
/
+6
|
*
[Minor] Add task uid to ICAP User Agent
ventulis
2020-11-24
1
-4
/
+5
|
*
[Minor] Add disabled and extended ICAP User Agent
ventulis
2020-11-24
1
-1
/
+12
|
*
[Minor] Add Rspamd version to ICAP User Agent
ventulis
2020-11-13
1
-1
/
+2
|
*
[Minor] lua_scanners - Fix ICAP default port
Carsten Rosenberg
2020-05-12
1
-1
/
+1
|
*
[Fix] Fix AV scan logic
Vsevolod Stakhov
2019-10-07
1
-1
/
+1
|
*
[Minor] lua_scanners - fix need_check, lua warnings #2, use lua_util
Carsten Rosenberg
2019-10-02
1
-21
/
+24
|
*
[Minor] Fix lua warnings
Carsten Rosenberg
2019-10-01
1
-7
/
+7
|
*
[Minor] lua_scanners - icap - add eset support, adopt lua suggestions
Carsten Rosenberg
2019-10-01
1
-18
/
+26
|
*
[Minor] lua_scanners - icap - fix host header and empty return
Carsten Rosenberg
2019-09-28
1
-7
/
+8
|
*
[Minor] lua_scanners - fix small errors
Carsten Rosenberg
2019-09-27
1
-6
/
+15
|
*
[Minor] lua_scanners - simplify need_check and dynamic_scan
Carsten Rosenberg
2019-09-26
1
-14
/
+3
|
*
[Minor] lua_scanners - icap - add Trend-Micro+F-Secure Support, fix ↵
Carsten Rosenberg
2019-09-26
1
-155
/
+210
|
|
|
|
retransmit on error
*
[Minor] lua_scanners - align module structure
Carsten Rosenberg
2019-09-26
1
-59
/
+58
|
*
[Minor] lua_scanners - try dynamic scan
Carsten Rosenberg
2019-04-29
1
-0
/
+8
|
*
[Minor] lua_scanners - icap check empty key
Carsten Rosenberg
2019-01-26
1
-1
/
+3
|
*
[Minor] lua_scanners - icap - Kaspersky support (empty header, multiple viruses)
Carsten Rosenberg
2019-01-26
1
-6
/
+21
|
*
[Minor] lua_scanners - icap container error handling
Carsten Rosenberg
2019-01-20
1
-8
/
+14
|
*
[Minor] lua_scanners - use pattern for FAIL symbol
Carsten Rosenberg
2019-01-18
1
-5
/
+5
|
*
[Minor] Lua_scanners: Fix various issues
Vsevolod Stakhov
2019-01-17
1
-11
/
+17
|
*
[FIX] lua_scanners - using N is much smarter ;)
Carsten Rosenberg
2019-01-16
1
-11
/
+11
|
*
[Minor] lua_scanners - icap - use OPTIONS response, result handling
Carsten Rosenberg
2019-01-16
1
-31
/
+48
|
*
[Feature] lua_scanners - icap protocol support
Carsten Rosenberg
2019-01-14
1
-0
/
+284