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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Add logic for filtering messages with tokenizer/classifier pair
Vsevolod Stakhov
2008-12-10
6
-20
/
+168
*
* Implement learning using classifiers and tokenizers API
Vsevolod Stakhov
2008-12-08
2
-1
/
+31
*
* Add simple implementation of classifiers abstraction and winnow classifier
Vsevolod Stakhov
2008-12-04
7
-8
/
+176
*
* Use binary tree in tokenizers, that would provide us fast checking for uniq...
Vsevolod Stakhov
2008-12-04
3
-21
/
+30
*
* Remove strlcpy code and replace it with glib alternative
Vsevolod Stakhov
2008-12-03
15
-122
/
+52
*
* Add learning interface to rspamd (still requires classifier to work)
Vsevolod Stakhov
2008-12-02
10
-39
/
+246
*
* Add config routines for stat files
Vsevolod Stakhov
2008-12-01
6
-0
/
+138
*
* Write functions to operate blocks in stat files
Vsevolod Stakhov
2008-11-28
6
-4
/
+214
*
* Add initial implementation of statistics files handling API
Vsevolod Stakhov
2008-11-27
3
-1
/
+303
*
* Add simple locking interface to mem_pool library
Vsevolod Stakhov
2008-11-26
2
-4
/
+32
*
* Add simple implementation of OSB tokenizer
Vsevolod Stakhov
2008-11-07
4
-7
/
+156
*
* Use utf8 in description files
Vsevolod Stakhov
2008-11-06
3
-82
/
+82
*
* Add description of classifying process
Vsevolod Stakhov
2008-11-06
1
-0
/
+93
*
* Add simple hash function for hashing tokens
Vsevolod Stakhov
2008-11-05
3
-0
/
+57
*
* Optimize configure by using caching of determined options (more than 2 time...
Vsevolod Stakhov
2008-11-01
2
-16
/
+133
*
* Reorganize structure of source files
Vsevolod Stakhov
2008-11-01
41
-92
/
+128
*
* Add determining page size function to mem_pool library
Vsevolod Stakhov
2008-10-26
6
-12
/
+39
*
* Add main logging functions (log to file, syslog and console)
Vsevolod Stakhov
2008-10-26
8
-0
/
+265
*
* Add ability to handle multiply recipients
Vsevolod Stakhov
2008-10-25
4
-3
/
+43
*
* Stylify and fix util functions that was gathered from libutil code (memory ...
Vsevolod Stakhov
2008-10-24
9
-110
/
+140
*
* Add initial implementation of control interface
Vsevolod Stakhov
2008-10-23
9
-26
/
+478
*
* Add initial implementation of regexp module
Vsevolod Stakhov
2008-10-22
2
-2
/
+249
*
* Parse header regexps in other way (header_name=/some_regexp/flags)
Vsevolod Stakhov
2008-10-20
3
-2
/
+20
*
* Add support of shared memory chunks to memory pool allocator. Also add lock...
Vsevolod Stakhov
2008-10-16
4
-3
/
+241
*
* Implement composite symbols
cebka@cebka-laptop
2008-10-14
8
-36
/
+154
*
* Configure modules when worker starts for simplifying reconfig procedure
cebka@cebka-laptop
2008-10-14
7
-43
/
+107
*
* Implement destructors stack in memory pool, so there is now
cebka@mailsupport.rambler.ru
2008-10-14
3
-4
/
+38
*
* Add utility function for parsing regexp from given string (type flags and p...
cebka@mailsupport.rambler.ru
2008-10-14
2
-0
/
+115
*
* Implement expression parser (convertor to inverse polish record)
cebka@cebka-laptop
2008-10-13
11
-61
/
+407
*
* Write protocol output functions
cebka@cebka-laptop
2008-10-10
7
-7
/
+240
*
* Add routines to perl api to access new results adding function and getting ...
cebka@mailsupport.rambler.ru
2008-09-24
1
-0
/
+38
*
* Remove unused debug messages from url library
cebka@mailsupport.rambler.ru
2008-09-24
2
-3
/
+0
*
* Add filter processing function which implements new filter's logic
cebka@mailsupport.rambler.ru
2008-09-24
4
-13
/
+182
*
* Rework config file memory allocation to separate memory pool for easy reloa...
cebka@mailsupport.rambler.ru
2008-09-24
6
-75
/
+53
*
* Implement factors consolidation function (default consolidation function fo...
cebka@mailsupport.rambler.ru
2008-09-24
2
-1
/
+34
*
* Rework logic of filters
cebka@mailsupport.rambler.ru
2008-09-23
12
-432
/
+403
*
* Small updates to memory pool library
cebka@mailsupport.rambler.ru
2008-09-23
12
-88
/
+133
*
* Optimize memory pools allocator
cebka@mailsupport.rambler.ru
2008-09-22
6
-18
/
+67
*
* Use internal task pool for memcached operation exported for perl
cebka@mailsupport.rambler.ru
2008-09-21
2
-10
/
+9
*
* Place all protocol logic in separate file
cebka@mailsupport.rambler.ru
2008-09-20
5
-101
/
+288
*
* Avoid realloc for memory pools by making memory pool chains
cebka@mailsupport.rambler.ru
2008-09-18
3
-17
/
+31
*
* Add memory pool support.
cebka@mailsupport.rambler.ru
2008-09-18
5
-2
/
+78
*
* Add support of variables and variable substitution in config file
cebka@mailsupport.rambler.ru
2008-09-18
4
-19
/
+106
*
* Write test case for async memcached library
cebka@mailsupport.rambler.ru
2008-09-16
7
-42
/
+130
*
* Fix include dependencies
cebka@mailsupport.rambler.ru
2008-09-16
8
-8
/
+15
*
* Add utility for extracting urls from message
Vsevolod Stakhov
2008-09-10
6
-12
/
+185
*
* Fix url parser (get regexp from our mail system)
Vsevolod Stakhov
2008-09-09
6
-167
/
+143
*
* Fix url length while passing them to normalizer
Vsevolod Stakhov
2008-09-08
2
-9
/
+7
*
* Use glib logger and regexp matching functions
Vsevolod Stakhov
2008-09-08
4
-49
/
+76
*
* Add initial test suite using glib test suite
Vsevolod Stakhov
2008-09-08
6
-2
/
+156
[next]