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-shingles
vstakhov-lua-text-api
vstakhov-new-hiredis
vstakhov-openssl-provider-message
vstakhov-redis-pool-fixes
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
/
src
/
filter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor metric actions handling.
Vsevolod Stakhov
2013-09-13
1
-13
/
+16
*
More fixes to skipped tasks processing.
Vsevolod Stakhov
2013-09-11
1
-0
/
+1
*
Correctly process skipped messages.
Vsevolod Stakhov
2013-09-11
1
-8
/
+4
*
Add saving of actions, symbols and maps.
Vsevolod Stakhov
2013-01-09
1
-3
/
+3
*
* Use murmur hash for all hashes as it is more efficient and provides more un...
Vsevolod Stakhov
2012-10-08
1
-1
/
+1
*
Another debian license fix.
Vsevolod Stakhov
2012-09-10
1
-1
/
+1
*
Update copyright (required by debian).
Vsevolod Stakhov
2012-09-04
1
-3
/
+3
*
* Rework thread pools locking logic to avoid global lua mutex usage.
Vsevolod Stakhov
2012-08-22
1
-6
/
+28
*
* Allow to use other composites inside a composite's expression
Vsevolod Stakhov
2012-06-14
1
-4
/
+56
*
More fixes to thread-safe processing.
Vsevolod Stakhov
2012-02-14
1
-0
/
+17
*
* More things to be thread-safe:
Vsevolod Stakhov
2012-02-13
1
-0
/
+17
*
Fixes to threading (still incomplete).
Vsevolod Stakhov
2012-01-31
1
-0
/
+20
*
Fix critical bug with events checking during filters processing.
Vsevolod Stakhov
2012-01-31
1
-0
/
+1
*
More cleanups and fixes for compiler warnings.
0.4.6
Vsevolod Stakhov
2011-12-20
1
-3
/
+3
*
* Finally get rid of stupid savepoints system and migrate to async events log...
Vsevolod Stakhov
2011-12-14
1
-53
/
+2
*
Insert symbols counting their weights with respect to grow_factor.
Vsevolod Stakhov
2011-08-17
1
-1
/
+2
*
Make hash traversing more safe by using reference count.
Vsevolod Stakhov
2011-08-05
1
-2
/
+2
*
* Fix build under CentOS 5 with old glib 2.12
Vsevolod Stakhov
2011-07-29
1
-0
/
+2
*
Fix very bad bug in a memory pool allocator.
Vsevolod Stakhov
2011-07-26
1
-19
/
+3
*
* Add start script for red hat compatible systems
Vsevolod Stakhov
2011-07-20
1
-35
/
+2
*
* Add learn_spam/learn_ham interface to librspamdclient and to rspamc
Vsevolod Stakhov
2011-07-14
1
-2
/
+2
*
Change logic of params inside compare parts distance.
Vsevolod Stakhov
2011-07-14
1
-9
/
+49
*
* First commit to implement multi-statfile filter system with new learning me...
Vsevolod Stakhov
2011-07-12
1
-0
/
+83
*
Fix phishing detection with img flag.
Vsevolod Stakhov
2011-07-11
1
-10
/
+17
*
* Improve performance of settings lookup
Vsevolod Stakhov
2011-06-30
1
-2
/
+5
*
* Add correcting factor to statistics.
Vsevolod Stakhov
2011-06-28
1
-3
/
+27
*
* Welcome 0.4.0
Vsevolod Stakhov
2011-06-24
1
-4
/
+6
*
Write logbuf safely.
0.3.14
Vsevolod Stakhov
2011-06-10
1
-1
/
+1
*
* Skip short utf words in statistics
Vsevolod Stakhov
2011-06-03
1
-3
/
+5
*
* Major cleanup of cmake build system
Vsevolod Stakhov
2011-05-06
1
-6
/
+3
*
* Add ability to learn rspamd via worker (without password)
0.3.11
Vsevolod Stakhov
2011-03-31
1
-0
/
+109
*
Fix one shot behaviour.
Vsevolod Stakhov
2011-03-18
1
-4
/
+5
*
Try to fix memory issues.
Vsevolod Stakhov
2011-03-02
1
-18
/
+25
*
* Add options section into config to organize options
Vsevolod Stakhov
2011-02-22
1
-1
/
+1
*
* Add ability to save symbols that are inside composites with '-' flag.
Vsevolod Stakhov
2011-02-19
1
-4
/
+18
*
* Add ability to specify symbols in composites to avoid their weights removing.
Vsevolod Stakhov
2011-02-18
1
-21
/
+55
*
Remove symbols that are included into a composite when all composites are pro...
Vsevolod Stakhov
2011-02-18
1
-2
/
+23
*
* Add function regexp_occurs_number that allows to test how much occurs of re...
Vsevolod Stakhov
2011-02-18
1
-21
/
+44
*
* Add ability to specify 'S' flag to regexp that means that headers checks mu...
Vsevolod Stakhov
2011-02-15
1
-1
/
+1
*
Fix bug with several metrics output. [1]
Vsevolod Stakhov
2011-02-14
1
-1
/
+1
*
* Add Subject header to statistics
Vsevolod Stakhov
2010-12-24
1
-0
/
+13
*
Fixed adding action to metric.
Vsevolod Stakhov
2010-10-28
1
-1
/
+3
*
Add add_header action to smtp proxy.
Vsevolod Stakhov
2010-10-26
1
-1
/
+0
*
* Add ability to recursive scan over multipart's parts for functions:
Vsevolod Stakhov
2010-10-20
1
-0
/
+74
*
Fixes types (use glib ones) no functional change.
Vsevolod Stakhov
2010-10-06
1
-15
/
+15
*
* Fix shared usage of statfiles
Vsevolod Stakhov
2010-09-16
1
-0
/
+1
*
* Add post filters to lua API - filters that would be called after all messag...
Vsevolod Stakhov
2010-08-25
1
-17
/
+14
*
* Fixes to winnow learning
Vsevolod Stakhov
2010-08-05
1
-1
/
+1
*
* Fix wirting message id during fuzzy_add command
Vsevolod Stakhov
2010-08-04
1
-1
/
+1
*
* Improve logic of learning messages: do not learn more than specific threshold
Vsevolod Stakhov
2010-08-02
1
-1
/
+1
[next]