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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix signness in arithmetic operations.
Vsevolod Stakhov
2011-08-04
44
-153
/
+150
*
Make DNS requests with unique id.
Vsevolod Stakhov
2011-08-01
1
-0
/
+7
*
Fix dispatcher restoration (fix for controller's logic)
Vsevolod Stakhov
2011-08-01
1
-4
/
+9
*
Fix controller stages and debug info.
Vsevolod Stakhov
2011-08-01
3
-9
/
+24
*
Another fix for out-source build.
Vsevolod Stakhov
2011-07-30
5
-4
/
+5
*
* Fix build under CentOS 5 with old glib 2.12
Vsevolod Stakhov
2011-07-29
37
-211
/
+208
*
Fix for *BSD.
Vsevolod Stakhov
2011-07-26
1
-2
/
+2
*
Update a sample config file.
0.4.1
Vsevolod Stakhov
2011-07-26
2
-2
/
+6
*
* Add option max_size for regexp module to skip expensive regexp on long mess...
Vsevolod Stakhov
2011-07-26
3
-9
/
+108
*
* Add max_tokens options to avoid classifying and learning with too much toke...
Vsevolod Stakhov
2011-07-26
4
-19
/
+56
*
Another 'proper' place.
Vsevolod Stakhov
2011-07-26
1
-0
/
+1
*
Move hash table creation to the proper place.
Vsevolod Stakhov
2011-07-26
1
-3
/
+2
*
Fix very bad bug in a memory pool allocator.
Vsevolod Stakhov
2011-07-26
4
-22
/
+17
*
* Implement max tasks per worker setting
Vsevolod Stakhov
2011-07-26
1
-0
/
+24
*
Fix up another event related problem.
Vsevolod Stakhov
2011-07-26
2
-6
/
+4
*
Zero memory of pool allocator statistic.
Vsevolod Stakhov
2011-07-25
1
-0
/
+1
*
Fix coredumps when learning message with one empty part.
Vsevolod Stakhov
2011-07-25
1
-8
/
+10
*
Fix for libevent.
0.4.0
Vsevolod Stakhov
2011-07-22
1
-0
/
+4
*
Write error about too few tokens during learning.
Vsevolod Stakhov
2011-07-22
1
-0
/
+5
*
Increase buffer for output.
Vsevolod Stakhov
2011-07-22
1
-1
/
+1
*
Add workaround for clang under linux.
Vsevolod Stakhov
2011-07-21
16
-35
/
+38
*
Another fix to avoid race with settings - add reference counter.
Vsevolod Stakhov
2011-07-21
2
-22
/
+50
*
* Add start script for red hat compatible systems
Vsevolod Stakhov
2011-07-20
22
-56
/
+530
*
Rework http chunked encoding parsing.
Vsevolod Stakhov
2011-07-20
5
-97
/
+115
*
Do not try to use information about dispatcher after callback fails (found by...
Vsevolod Stakhov
2011-07-19
1
-1
/
+0
*
Fix coredumps on some specific messages with specific urls.
Vsevolod Stakhov
2011-07-19
3
-11
/
+24
*
Ref hash table at settings loading.
Vsevolod Stakhov
2011-07-18
1
-1
/
+1
*
Fix statfiles class determination euristic.
Vsevolod Stakhov
2011-07-18
2
-12
/
+12
*
Fix textpart:get_language lua function.
Vsevolod Stakhov
2011-07-18
1
-0
/
+1
*
Create statfiles using learn_spam function for bayes classifier.
Vsevolod Stakhov
2011-07-18
2
-1
/
+19
*
Use event_set correctly after event_del.
Vsevolod Stakhov
2011-07-18
1
-0
/
+1
*
Fix bug with data corruption during settings application.
Vsevolod Stakhov
2011-07-18
1
-1
/
+8
*
Another fix for comparing parts without content - two empty parts are equal.
Vsevolod Stakhov
2011-07-14
1
-1
/
+6
*
Fix coredump on messages with one url only.
Vsevolod Stakhov
2011-07-14
1
-1
/
+1
*
Fix core dumps when no symbols are found in a message.
Vsevolod Stakhov
2011-07-14
1
-1
/
+1
*
* Add learn_spam/learn_ham interface to librspamdclient and to rspamc
Vsevolod Stakhov
2011-07-14
7
-43
/
+156
*
Adjust interval.
Vsevolod Stakhov
2011-07-14
1
-2
/
+2
*
* Remove completion logic from controller: it is hardly used but breaks new c...
Vsevolod Stakhov
2011-07-14
1
-35
/
+26
*
Fix multiply compare_parts_distance calls.
Vsevolod Stakhov
2011-07-14
1
-2
/
+12
*
Ignore arguments order in compare_parts_distance function.
Vsevolod Stakhov
2011-07-14
1
-2
/
+2
*
Change logic of params inside compare parts distance.
Vsevolod Stakhov
2011-07-14
2
-11
/
+51
*
* Add new algorithm based on diff algorithm to compare relatively short text ...
Vsevolod Stakhov
2011-07-13
13
-11
/
+497
*
Add validity detector for statfiles inside classifier.
Vsevolod Stakhov
2011-07-13
3
-2
/
+59
*
* Add second argument to compare_parts_distance function so it can be used as...
Vsevolod Stakhov
2011-07-13
1
-21
/
+37
*
* Add ability to get difference between two parts from lua code
Vsevolod Stakhov
2011-07-12
2
-0
/
+50
*
* First commit to implement multi-statfile filter system with new learning me...
Vsevolod Stakhov
2011-07-12
17
-82
/
+649
*
Cache data of parts distance function to speed up multiply rules with such fu...
Vsevolod Stakhov
2011-07-12
2
-1
/
+24
*
* Make fuzzy hashes utf8 compatible.
Vsevolod Stakhov
2011-07-12
2
-35
/
+75
*
* Add a simple logic of language detection for text parts (unicode script based)
Vsevolod Stakhov
2011-07-11
4
-2
/
+118
*
Fix phishing detection with img flag.
Vsevolod Stakhov
2011-07-11
4
-32
/
+61
[next]