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
/
message.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Do not add extra byte while converting text to utf
Vsevolod Stakhov
2010-07-29
1
-1
/
+1
*
* Another try to save regexps in cache correctly
Vsevolod Stakhov
2010-07-28
1
-1
/
+1
*
* Try to save images hashes to fuzzy storage to stop some annoying spammers
Vsevolod Stakhov
2010-07-27
1
-0
/
+8
*
* More debug
Vsevolod Stakhov
2010-07-25
1
-1
/
+4
*
* Add rspamd_log variable to lua plugins to access logging functions
Vsevolod Stakhov
2010-07-25
1
-3
/
+29
*
* Merge
Vsevolod Stakhov
2010-07-19
1
-1
/
+1
|
\
|
*
* Improve logging
Vsevolod Stakhov
2010-07-19
1
-1
/
+1
*
|
* Fix chartable module in utf mode
Vsevolod Stakhov
2010-07-05
1
-1
/
+1
|
/
*
* Fix more gmime2.4 issues
Vsevolod Stakhov
2010-05-31
1
-10
/
+29
*
* Fix build with gmime24
Vsevolod Stakhov
2010-05-27
1
-2
/
+18
*
* Add ability to add flags to fuzzy hashes
Vsevolod Stakhov
2010-05-05
1
-1
/
+21
*
* Fix statistics of messages in controller
cebka@lenovo-laptop
2010-03-17
1
-4
/
+0
*
* Introduce new logging system:
Vsevolod Stakhov
2009-12-22
1
-14
/
+14
*
* Add ability for scanning non-mime (HTML) messages
Vsevolod Stakhov
2009-10-19
1
-49
/
+105
*
* Fix getting of message headers from lua plugins
Vsevolod Stakhov
2009-10-14
1
-3
/
+6
*
* Retab, no functional changes
Vsevolod Stakhov
2009-10-02
1
-522
/
+530
*
* Fix learning
Vsevolod Stakhov
2009-09-25
1
-155
/
+0
*
* Decode all html entitles in html parts
Vsevolod Stakhov
2009-09-16
1
-0
/
+1
*
* Add asynchronous DNS resolver to lua API
Vsevolod Stakhov
2009-09-04
1
-1
/
+1
*
* Fix processing of empty parts
Vsevolod Stakhov
2009-08-21
1
-0
/
+2
*
* Fix some more bugs with empty parts
Vsevolod Stakhov
2009-07-30
1
-1
/
+1
*
* Fix some issues with empty parts
Vsevolod Stakhov
2009-07-30
1
-2
/
+2
*
* Add support for empty text or html parts
Vsevolod Stakhov
2009-07-29
1
-6
/
+16
*
* Fix multipart nesting
Vsevolod Stakhov
2009-07-27
1
-3
/
+19
*
* Add received headers parser
Vsevolod Stakhov
2009-07-22
1
-0
/
+229
*
* Try to search for headers in multipart parts if headers are not found in pa...
Vsevolod Stakhov
2009-07-08
1
-0
/
+75
*
* Check return value from evdns_resolve
Vsevolod Stakhov
2009-07-03
1
-0
/
+2
*
* Extract url encoded urls from html texts
Vsevolod Stakhov
2009-07-03
1
-3
/
+5
*
* Remove some warnings
Vsevolod Stakhov
2009-07-01
1
-1
/
+1
*
* Rework url parsing algorithms
Vsevolod Stakhov
2009-06-02
1
-5
/
+15
*
* Fix bug with gboolean usage
Vsevolod Stakhov
2009-05-30
1
-1
/
+8
*
* Try to handle fake text/html parts correctly while extracting URLs
Vsevolod Stakhov
2009-05-29
1
-1
/
+1
*
* Add simple html parser and tag balancing detector
Vsevolod Stakhov
2009-05-15
1
-6
/
+23
*
* Fix work with raw headers and with senders in message
Vsevolod Stakhov
2009-05-14
1
-2
/
+46
*
* Fix memory leak when ref'ing message mime part without unrefing it
Vsevolod Stakhov
2009-05-08
1
-1
/
+10
*
* Misprint
Vsevolod Stakhov
2009-04-21
1
-1
/
+0
*
* Fix bug with headers iteration function
Vsevolod Stakhov
2009-04-21
1
-11
/
+11
*
* Add initial version of chartable plugin: now it can only detects mixed unic...
Vsevolod Stakhov
2009-04-21
1
-1
/
+1
*
* Add raw mode flag for improving performance by avoiding expensive utf8 tran...
Vsevolod Stakhov
2009-04-21
1
-0
/
+5
*
* Add some debug
Vsevolod Stakhov
2009-04-20
1
-16
/
+54
*
* Fix urls extracting, avoid code repeating
Vsevolod Stakhov
2009-04-17
1
-2
/
+2
*
* For mime parts set flag 'raw' and if we cannot determine charset of part or...
Vsevolod Stakhov
2009-04-15
1
-4
/
+8
*
* Fix allocating and freeing of byte array
Vsevolod Stakhov
2009-04-15
1
-2
/
+2
*
* Try to convert each text part of messages to utf8 to avoid problems with re...
Vsevolod Stakhov
2009-04-15
1
-25
/
+64
*
* Check mime regexp only in text and html parts
Vsevolod Stakhov
2009-04-03
1
-0
/
+2
*
* Add 3 functions:
Vsevolod Stakhov
2009-03-30
1
-0
/
+5
*
* Unref wrapper as well
Vsevolod Stakhov
2009-03-26
1
-0
/
+2
*
* Do not try to process empty parts
Vsevolod Stakhov
2009-03-26
1
-21
/
+24
*
* Unref stream to avoid memory leaking
Vsevolod Stakhov
2009-03-25
1
-1
/
+5
*
* Fix using of local variable
Vsevolod Stakhov
2009-03-25
1
-1
/
+3
[next]