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-noop
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Add more syntax
Vsevolod Stakhov
2010-03-30
3
-49
/
+346
*
* New syntax parser that should make syntax check of XML configs
Vsevolod Stakhov
2010-03-27
4
-144
/
+460
*
* Initial add of xml parser for rspamd configuration
Vsevolod Stakhov
2010-03-25
5
-1
/
+504
*
* Take block size into consideration while searching for fuzzy hash
Vsevolod Stakhov
2010-03-23
1
-4
/
+7
*
* Fix freeing of module parameters (they should NOT be freed)
Vsevolod Stakhov
2010-03-23
6
-14
/
+80
*
* Add option min_tokens to classifier that allows to skip too short messages ...
Vsevolod Stakhov
2010-03-22
1
-1
/
+34
*
* Add support for Judy storage for fuzzy hashes
cebka@lenovo-laptop
2010-03-22
3
-18
/
+160
*
* Some logging added
cebka@lenovo-laptop
2010-03-18
1
-0
/
+6
*
* Try to speed up fuzzy storage
cebka@lenovo-laptop
2010-03-18
1
-43
/
+101
*
* Handle writing of messages correctly in perl module
cebka@lenovo-laptop
2010-03-18
1
-0
/
+1
*
* Add statistics for fuzzy storage
cebka@lenovo-laptop
2010-03-17
3
-0
/
+13
*
* Fix statistics of messages in controller
cebka@lenovo-laptop
2010-03-17
3
-4
/
+3
*
* Fix descriptors leakage
cebka@spam3
2010-03-17
1
-2
/
+12
*
* Add normalizer for fuzzy hashes
cebka@lenovo-laptop
2010-03-16
2
-3
/
+36
*
* Fix learn command (-m is used instead -w)
cebka@lenovo-laptop
2010-03-15
1
-1
/
+1
*
* Fix another spf core dump while parsing 'include' items
cebka@lenovo-laptop
2010-03-15
1
-1
/
+6
*
* Add percents of spam and ham detected to stat command output
cebka@lenovo-laptop
2010-03-01
1
-2
/
+6
*
* Fix bugs from previous commit
cebka@lenovo-laptop
2010-03-01
3
-11
/
+4
*
* Add weights command for getting weights of each message by each statfile
cebka@lenovo-laptop
2010-03-01
7
-14
/
+235
*
* Save prefixes in trees
cebka@lenovo-laptop
2010-02-28
2
-13
/
+37
*
* Fix cores in spf code (partially)
cebka@lenovo-laptop
2010-02-27
3
-11
/
+87
*
* Add custom filter for making marks for new user:
cebka@lenovo-laptop
2010-02-26
9
-4
/
+892
*
* Add first custom filter for making marks for ip addresses and networks
cebka@lenovo-laptop
2010-02-25
5
-10
/
+570
*
* Add ability to build rspamd static
cebka@lenovo-laptop
2010-02-19
1
-22
/
+60
*
* Add ability to add custom messages to rspamd output
cebka@lenovo-laptop
2010-02-17
6
-7
/
+36
*
* Allways set some protocol version even if command is not valid
cebka@lenovo-laptop
2010-02-15
1
-1
/
+2
*
* Fix unix socket creation under FreeBSD (reported by Andrey Zverev)
cebka@lenovo-laptop
2010-02-15
1
-7
/
+5
*
* Add ability to add weight for fuzzy hashes, this can be very useful for aut...
cebka@lenovo-laptop
2010-02-08
3
-16
/
+105
*
* Handle empty messages in learning
cebka@lenovo-laptop
2010-02-05
1
-0
/
+11
*
* Add maillist plugin for detecting mailmain/ezml and subscribe.ru lists
cebka@lenovo-laptop
2010-02-01
2
-0
/
+180
*
* Add ability to classify only specific headers (for example Subject)
cebka@lenovo-laptop
2010-02-01
3
-34
/
+55
*
* Add support of custom filters in rspamd worker
cebka@lenovo-laptop
2010-01-29
3
-21
/
+231
*
* Write part's hashes to log for messages identify
cebka@lenovo-laptop
2010-01-28
1
-0
/
+26
*
* Do not produce lua warning when message has no headers or has unresolved ho...
cebka@lenovo-laptop
2010-01-25
1
-0
/
+4
*
* Fix misprint
cebka@lenovo-laptop
2010-01-14
1
-1
/
+1
*
* Forgotten call of normalizer function
cebka@lenovo-laptop
2010-01-14
1
-0
/
+3
*
* Add ability to add normalizers for statfiles (custom functions written in l...
cebka@lenovo-laptop
2010-01-13
7
-3
/
+178
*
* Add support of whitelists in settings (by Anton Nekhoroshin)
cebka@lenovo-laptop
2009-12-30
2
-2
/
+50
*
* Introduce new logging system:
Vsevolod Stakhov
2009-12-22
49
-768
/
+1089
*
* Add ability to specify pid file from command line (for rc scripts)
Vsevolod Stakhov
2009-12-21
3
-6
/
+21
*
* Add limits support to each worker (max open files and max core size)
Vsevolod Stakhov
2009-12-18
6
-24
/
+80
*
* Implement pre and post classify callbacks for checking specific statfiles f...
Vsevolod Stakhov
2009-12-16
7
-4
/
+325
*
* Fix inserting one list to another in spf parser (include border elements)
Vsevolod Stakhov
2009-12-15
1
-9
/
+20
*
* Fix issue with list concat
Vsevolod Stakhov
2009-12-14
1
-2
/
+6
*
* Fix symbols cache (init lua filters before symbols cache initialization)
Vsevolod Stakhov
2009-12-14
5
-41
/
+50
*
* Fixes to spf parser:
Vsevolod Stakhov
2009-12-08
2
-12
/
+342
*
* Some fixes to 'include' and 'redirect' defines and to mask checking
Vsevolod Stakhov
2009-12-07
3
-14
/
+55
*
* Actually check what we have in spf record
Vsevolod Stakhov
2009-12-07
2
-15
/
+47
*
* Updates to spf system:
Vsevolod Stakhov
2009-12-04
6
-62
/
+449
*
* Many major fixes to statfiles:
Vsevolod Stakhov
2009-12-03
7
-47
/
+161
[next]