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
*
* Add support for dynamic configuration to the client.
Vsevolod Stakhov
2012-10-02
2
-61
/
+94
*
* Add support for dynamic configuration to the controller's interface.
Vsevolod Stakhov
2012-10-02
6
-44
/
+342
*
Allow multiply statfiles with a same label.
Vsevolod Stakhov
2012-10-02
3
-9
/
+19
*
* Add dynamic configuration dumping.
Vsevolod Stakhov
2012-10-01
6
-1
/
+222
*
* Link dynamic configuration to the main build.
Vsevolod Stakhov
2012-09-25
1
-9
/
+190
*
Add skeleton of dynamic configuration logic.
Vsevolod Stakhov
2012-09-19
2
-0
/
+198
*
* Add map_watch_interval configurable.
Vsevolod Stakhov
2012-09-19
5
-129
/
+147
*
Avoid global variables in map logic.
Vsevolod Stakhov
2012-09-19
22
-104
/
+75
*
Use universal mutex type to avoid glib collisions.
Vsevolod Stakhov
2012-09-19
2
-21
/
+7
*
Restore fuzzy learn operations.
Vsevolod Stakhov
2012-09-18
2
-72
/
+243
*
Fix learning throught restfull interface.
Vsevolod Stakhov
2012-09-18
2
-27
/
+77
*
Remove legacy stuff from librspamdclient.
Vsevolod Stakhov
2012-09-18
1
-14
/
+23
*
Rewrite controller's logic in librspamdclient and rspamc application.
Vsevolod Stakhov
2012-09-17
1
-131
/
+74
*
Force restful replies for restful sessions (not tested with all commands).
Vsevolod Stakhov
2012-09-16
3
-32
/
+141
*
* Initial approach to RESTful controller.
Vsevolod Stakhov
2012-09-14
7
-80
/
+284
*
Another debian license fix.
Vsevolod Stakhov
2012-09-10
58
-58
/
+58
*
Update copyright (required by debian).
Vsevolod Stakhov
2012-09-04
68
-187
/
+187
*
Make lua logger format safe.
Vsevolod Stakhov
2012-08-24
1
-4
/
+4
*
Fix xmlrpc lua parsing code.
0.5.2
Vsevolod Stakhov
2012-08-22
1
-5
/
+3
*
Fix url detector.
Vsevolod Stakhov
2012-08-22
1
-1
/
+10
*
* Rework thread pools locking logic to avoid global lua mutex usage.
Vsevolod Stakhov
2012-08-22
28
-260
/
+215
*
Fix deadlock in lua HTTP bindings.
Vsevolod Stakhov
2012-08-22
1
-4
/
+5
*
Do not try to detect tld urls inside HTML texts as it generates too much fals...
Vsevolod Stakhov
2012-08-21
5
-292
/
+308
*
Fix assertion when using default configuration.
Vsevolod Stakhov
2012-08-16
1
-1
/
+1
*
Fix CR and LF while performing simple headers canonicalization.
Vsevolod Stakhov
2012-08-14
1
-5
/
+38
*
Another fix for simple canonicalization for body.
Vsevolod Stakhov
2012-08-14
1
-10
/
+83
*
Fix relaxed body canonization algorithm for several complex cases.
Vsevolod Stakhov
2012-08-14
1
-0
/
+10
*
* Add DNS resolver lua bindings.
Vsevolod Stakhov
2012-08-13
8
-58
/
+586
*
Fix spelling. Submitted by: Laszlo Boszormenyi.
Vsevolod Stakhov
2012-08-10
4
-5
/
+5
*
Do not append CRLF in case of relaxed canonization algorithm. Pointed out by ...
Vsevolod Stakhov
2012-08-09
1
-0
/
+1
*
* Add lua mime_part library to get an access to all message part attributes (...
0.5.1
Vsevolod Stakhov
2012-08-06
3
-1
/
+216
*
Add detection of simple urls with tld detection algorithm.
Vsevolod Stakhov
2012-08-06
1
-13
/
+333
*
When inserting a url to the tree also check phishing status to avoid masking ...
Vsevolod Stakhov
2012-08-06
1
-0
/
+4
*
More debian fixes.
Vsevolod Stakhov
2012-08-03
1
-0
/
+2
*
* Add lua worker type and lua worker bindings.
Vsevolod Stakhov
2012-07-26
14
-39
/
+878
*
Fix build on FreeBSD 9.1 and Current. Thanks to Anton Yuzjaninov for testing.
Vsevolod Stakhov
2012-07-26
1
-0
/
+4
*
* Add lua_buffer bindings to async buffered rspamd API.
Vsevolod Stakhov
2012-07-24
4
-2
/
+405
*
* Add async_session and memory pool objects lua bindings.
Vsevolod Stakhov
2012-07-09
7
-2
/
+625
*
Log smtp FROM in urls output if smtp user is not defined.
Vsevolod Stakhov
2012-06-19
1
-1
/
+2
*
* Allow to use other composites inside a composite's expression
Vsevolod Stakhov
2012-06-14
3
-5
/
+69
*
Fix dependency.
Vsevolod Stakhov
2012-06-07
1
-1
/
+1
*
Allow NO_SHARED build to use static archives for internal libraries.
Vsevolod Stakhov
2012-06-07
3
-12
/
+15
*
Avoid using global 'counters' hash, include it in struct rspamd_main.
Vsevolod Stakhov
2012-06-07
8
-193
/
+224
*
Version some lonely libraries.
Vsevolod Stakhov
2012-06-05
3
-0
/
+3
*
Strict prototypes.
Vsevolod Stakhov
2012-06-05
16
-21
/
+21
*
Fix static build.
Vsevolod Stakhov
2012-06-05
7
-14
/
+28
*
* Split rspamd build to several independent libraries to reduce overhead.
Vsevolod Stakhov
2012-06-05
7
-31
/
+42
*
* DKIM module now check only first signature as others must be rejected or sk...
Vsevolod Stakhov
2012-06-05
5
-70
/
+142
*
Change ptr array creation function.
Vsevolod Stakhov
2012-06-04
1
-1
/
+1
*
Print percents with actions in controller's 'stat' command output.
Vsevolod Stakhov
2012-06-04
1
-2
/
+3
[next]