Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 0.7.2. | Vsevolod Stakhov | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Release 0.7.1.0.7.1 | Vsevolod Stakhov | 2014-09-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix typo in stat output. * Fix issues with includes crossing with the system includes * Restore testing framework * Add radix trie test suite * Implement new path-compressed radix trie. - The performance benefit over the old algorithm is about 1.5 times. - Memory usage is significantly lower as well. - Now radix trie can accept any IPv4/IPv6 values * Various improvements to the memory pools code * Fix writing reply to a client when no filters are defined * Write base32 encoded fuzzy * Fix 'soft reject' action * Fix rspamd reload and modules reconfiguration * Fix subject rewriting for the default subject * Fix states for processing task and pre-filters * Fix issues with connection closing * Fix crashes in rdns * Fix ratelimit pre-filter * Update exim patch. - Update to the recent exim version - Strip extra leading src/ from the patch - Remove sendfile since it was broken - Fix rspamd spam report for exim * Improve documentation Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | Resatore check for sched_yield. | Vsevolod Stakhov | 2014-09-18 | 1 | -0/+1 |
| | |||||
* | Include our source directories before any tests. | Vsevolod Stakhov | 2014-09-12 | 1 | -0/+2 |
| | |||||
* | Add 'dist' target. | Vsevolod Stakhov | 2014-09-05 | 1 | -1/+6 |
| | |||||
* | Prepare for release. | Vsevolod Stakhov | 2014-09-01 | 1 | -0/+6 |
| | |||||
* | Pre-compile config.h | Vsevolod Stakhov | 2014-08-29 | 1 | -0/+28 |
| | |||||
* | Help CMake find Lua on pkgsrc systems | Sebastian Wiedenroth | 2014-05-14 | 1 | -0/+1 |
| | |||||
* | Add WWWDIR macro to rspamd configuration. | Vsevolod Stakhov | 2014-04-24 | 1 | -0/+4 |
| | |||||
* | Rework project structure, remove trash files. | Vsevolod Stakhov | 2014-04-21 | 1 | -137/+5 |
| | |||||
* | Do not link to libintl explicitly on BSD. | Vsevolod Stakhov | 2014-04-11 | 1 | -12/+0 |
| | |||||
* | Move some rarely used includes from config.h | Vsevolod Stakhov | 2014-04-10 | 1 | -0/+1 |
| | |||||
* | Use libucl as git submodule. | Vsevolod Stakhov | 2014-04-10 | 1 | -1/+4 |
| | |||||
* | In ubuntu hiredis is libhiredis. | Vsevolod Stakhov | 2014-04-03 | 1 | -1/+1 |
| | |||||
* | Add systemd unit | Mikhail Gusarov | 2014-03-29 | 1 | -0/+9 |
| | |||||
* | Fix name of pkg-config snippet for hiredis | Mikhail Gusarov | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | Integrate rspamd with librdns. | Vsevolod Stakhov | 2014-02-19 | 1 | -1/+2 |
| | |||||
* | Add rdns as a submodule. | Vsevolod Stakhov | 2014-02-19 | 1 | -0/+4 |
| | |||||
* | Move xxhash to contrib. | Vsevolod Stakhov | 2014-02-18 | 1 | -4/+5 |
| | |||||
* | Remove judy and use glib hash tables. | Vsevolod Stakhov | 2014-02-18 | 1 | -31/+0 |
| | | | | | | | | There is no significant advantage to use Judy arrays over glib HashTables to store hashes in fuzzy storage. Therefore, drop support of Judy completely. Also rename `use_judy` parameter to `strict_hash` indicating that hashes are matched strictly (not a fuzzy match but a hash lookup). | ||||
* | Use libottery for secure random numbers. | Vsevolod Stakhov | 2014-02-04 | 1 | -1/+3 |
| | | | | | | | | | | Libottery itself is hosted here: https://github.com/nmathewson/libottery This import is a rough adoptation of libottery to use it for secure random numbers in rspamd when needed (and in DNS resolver specifically). This import makes the internal chacha20 code useless, hence it is removed now. | ||||
* | Cleanup. | Vsevolod Stakhov | 2014-01-29 | 1 | -1/+0 |
| | |||||
* | Rework resolver library. | Vsevolod Stakhov | 2014-01-27 | 1 | -2/+1 |
| | |||||
* | Remove legacy client and rework build system. | Vsevolod Stakhov | 2014-01-19 | 1 | -2/+1 |
| | | | | | --HG-- rename : lib/CMakeLists.txt => src/CMakeLists.txt | ||||
* | Break, break, break. | Vsevolod Stakhov | 2014-01-12 | 1 | -2/+2 |
| | |||||
* | Start new HTTP based reply handler. | Vsevolod Stakhov | 2014-01-12 | 1 | -1/+1 |
| | |||||
* | Stop for 0.6.7.0.6.7 | Vsevolod Stakhov | 2014-01-10 | 1 | -2/+2 |
| | |||||
* | 0.7 era start. | Vsevolod Stakhov | 2014-01-09 | 1 | -2/+2 |
| | |||||
* | Fix simultaneous bind to ipv6 and ipv6 sockets. | Vsevolod Stakhov | 2014-01-09 | 1 | -0/+1 |
| | |||||
* | Implement http server using http_parser. | Vsevolod Stakhov | 2014-01-08 | 1 | -1/+3 |
| | |||||
* | rspamd: | Bradley Giesbrecht | 2013-12-26 | 1 | -0/+1 |
| | | | | - Fix building shared on OS X. | ||||
* | Fix linking libraries. | Vsevolod Stakhov | 2013-12-26 | 1 | -5/+7 |
| | |||||
* | Rework build system. | Vsevolod Stakhov | 2013-12-26 | 1 | -196/+82 |
| | |||||
* | Slowly move to 0.6.6 | Vsevolod Stakhov | 2013-12-24 | 1 | -1/+1 |
| | |||||
* | Remove dead variable. | Vsevolod Stakhov | 2013-12-21 | 1 | -4/+1 |
| | |||||
* | Update to 0.6.5.0.6.5 | Vsevolod Stakhov | 2013-12-20 | 1 | -2/+2 |
| | |||||
* | Do not link unneeded libraries if possible. | Vsevolod Stakhov | 2013-12-19 | 1 | -0/+1 |
| | |||||
* | Update version to 0.6.4. | Vsevolod Stakhov | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | Update version. | Vsevolod Stakhov | 2013-12-09 | 1 | -1/+1 |
| | |||||
* | Fix debian build files. | Vsevolod Stakhov | 2013-12-04 | 1 | -0/+4 |
| | |||||
* | Rework fuzzy check module. | Vsevolod Stakhov | 2013-12-04 | 1 | -2/+3 |
| | | | | | | | | | | - Now all checks are organized to rules. - Allow to specify read_only rules to avoid problems on learning. - Use better normalizer for fuzzy module and it now returns values from 0 to 1.0 (like bayes does). - Update configuration accordingly. - Drop legacy configuration support. - Detect tanh as well and provide some reasonable (linear) fallback. | ||||
* | Workaround for FreeBSD ports. | Vsevolod Stakhov | 2013-12-02 | 1 | -6/+10 |
| | |||||
* | Do not overwrite config files. | Vsevolod Stakhov | 2013-12-02 | 1 | -6/+37 |
| | |||||
* | Update version to 0.6.1. | Vsevolod Stakhov | 2013-12-02 | 1 | -2/+1 |
| | |||||
* | Install default configs. | Vsevolod Stakhov | 2013-11-25 | 1 | -0/+12 |
| | |||||
* | Set rpath correctly. | Vsevolod Stakhov | 2013-11-21 | 1 | -13/+13 |
| | |||||
* | Check for libutil more strictly. | Vsevolod Stakhov | 2013-11-20 | 1 | -4/+5 |
| | |||||
* | Rework build and install paths. | Vsevolod Stakhov | 2013-11-19 | 1 | -169/+52 |
| | |||||
* | Fix work with lua 5.2 eventually. | Vsevolod Stakhov | 2013-11-05 | 1 | -2/+2 |
| | |||||
* | Replace RCL to UCL from libucl to avoid duplicity in the code. | Vsevolod Stakhov | 2013-10-22 | 1 | -2/+5 |
| |