Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Project] Add preliminary language detector based on fasttext library | Vsevolod Stakhov | 2023-04-29 | 1 | -0/+1 |
| | |||||
* | [Project] Rework received headers parsing to C++ | Vsevolod Stakhov | 2021-10-03 | 1 | -1/+3 |
| | |||||
* | [Project] Add helper library to handle mime strings in a more safe matter | Vsevolod Stakhov | 2021-09-29 | 1 | -1/+2 |
| | |||||
* | [Rework] Rename filter.h to a more sane name | Vsevolod Stakhov | 2019-08-12 | 1 | -1/+1 |
| | |||||
* | [Project] Start language detection project | Vsevolod Stakhov | 2017-12-30 | 1 | -1/+2 |
| | |||||
* | [Feature] Add mime encoding manipulation routines | Vsevolod Stakhov | 2016-12-15 | 1 | -1/+2 |
| | |||||
* | [Rework] Add preliminary implementation of the mime parser | Vsevolod Stakhov | 2016-12-13 | 1 | -1/+2 |
| | |||||
* | [Minor] Move headers parsing to a separate unit | Vsevolod Stakhov | 2016-12-13 | 1 | -1/+2 |
| | |||||
* | [Rework] Implement content type parser for mime | Vsevolod Stakhov | 2016-12-12 | 1 | -1/+2 |
| | |||||
* | [Rework] More cleanup actions | Vsevolod Stakhov | 2016-10-17 | 1 | -2/+0 |
| | |||||
* | [Feature] Support archive files list extraction | Vsevolod Stakhov | 2016-07-04 | 1 | -1/+2 |
| | |||||
* | [Fix] Fix email address build | Vsevolod Stakhov | 2016-04-23 | 1 | -0/+1 |
| | |||||
* | Remove expressions pollutions from parts of rspamd. | Vsevolod Stakhov | 2015-03-19 | 1 | -1/+1 |
| | |||||
* | Remove useless library. | Vsevolod Stakhov | 2015-02-16 | 1 | -2/+0 |
| | |||||
* | Eliminate mess with linking. | Vsevolod Stakhov | 2015-02-13 | 1 | -23/+7 |
| | |||||
* | Small fixes. | Vsevolod Stakhov | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | Fix static build. | Vsevolod Stakhov | 2015-01-16 | 1 | -0/+1 |
| | |||||
* | Release 0.7.0.0.7.0 | Vsevolod Stakhov | 2014-09-11 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use HTTP protocol for all operatiosn * Webui worker is now removed and controller works as webui * Allow to serve static files via controller by option `static_dir` * Rspamd interface is now a part of rspamd * Rspamc client has been rewritten to use HTTP and non-blocking mode allowing to start multiple operations simultaneously (see `-n` option) * Lua API was completely reworked to satisfy modern standards of LUA: * Module `lua-message` was removed * Reduced number of superglobals registered by rspamd * Many functions has been redesigned * Symbols registration is now more convenient * Users settings has been rewritten as lua plugin * Reworked headers system as gmime's based one misses many headers and is very slow to get headers values * Reorganized code and removed embedded jannsson by using UCL for all json parsing * Migrated to `librdns` for DNS resolving that improves concurrency for DNS requests significantly * Fixed tonns of bugs in MIME processing * Improved metrcis and default symbol's weights * Added new RBL's * Fixed a number of issues in the modules * Removed several memory leaks found * Fix unicode processing * Fix fuzzy checking for unicode parts * Significantly improve documentation and especially LUA API docs * See migration notes at https://rspamd.com/doc/migration.html Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | Pre-compile config.h | Vsevolod Stakhov | 2014-08-29 | 1 | -1/+2 |
| | |||||
* | Move protocol functions to libserver. | Vsevolod Stakhov | 2014-05-02 | 1 | -1/+0 |
| | |||||
* | Rework worker utilities. | Vsevolod Stakhov | 2014-04-30 | 1 | -2/+1 |
| | |||||
* | Rework project structure, remove trash files. | Vsevolod Stakhov | 2014-04-21 | 1 | -0/+29 |