summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.7.2.Vsevolod Stakhov2014-10-151-1/+1
|
* Release 0.7.1.0.7.1Vsevolod Stakhov2014-09-301-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 Stakhov2014-09-181-0/+1
|
* Include our source directories before any tests.Vsevolod Stakhov2014-09-121-0/+2
|
* Add 'dist' target.Vsevolod Stakhov2014-09-051-1/+6
|
* Prepare for release.Vsevolod Stakhov2014-09-011-0/+6
|
* Pre-compile config.hVsevolod Stakhov2014-08-291-0/+28
|
* Help CMake find Lua on pkgsrc systemsSebastian Wiedenroth2014-05-141-0/+1
|
* Add WWWDIR macro to rspamd configuration.Vsevolod Stakhov2014-04-241-0/+4
|
* Rework project structure, remove trash files.Vsevolod Stakhov2014-04-211-137/+5
|
* Do not link to libintl explicitly on BSD.Vsevolod Stakhov2014-04-111-12/+0
|
* Move some rarely used includes from config.hVsevolod Stakhov2014-04-101-0/+1
|
* Use libucl as git submodule.Vsevolod Stakhov2014-04-101-1/+4
|
* In ubuntu hiredis is libhiredis.Vsevolod Stakhov2014-04-031-1/+1
|
* Add systemd unitMikhail Gusarov2014-03-291-0/+9
|
* Fix name of pkg-config snippet for hiredisMikhail Gusarov2014-02-241-1/+1
|
* Integrate rspamd with librdns.Vsevolod Stakhov2014-02-191-1/+2
|
* Add rdns as a submodule.Vsevolod Stakhov2014-02-191-0/+4
|
* Move xxhash to contrib.Vsevolod Stakhov2014-02-181-4/+5
|
* Remove judy and use glib hash tables.Vsevolod Stakhov2014-02-181-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 Stakhov2014-02-041-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 Stakhov2014-01-291-1/+0
|
* Rework resolver library.Vsevolod Stakhov2014-01-271-2/+1
|
* Remove legacy client and rework build system.Vsevolod Stakhov2014-01-191-2/+1
| | | | | --HG-- rename : lib/CMakeLists.txt => src/CMakeLists.txt
* Break, break, break.Vsevolod Stakhov2014-01-121-2/+2
|
* Start new HTTP based reply handler.Vsevolod Stakhov2014-01-121-1/+1
|
* Stop for 0.6.7.0.6.7Vsevolod Stakhov2014-01-101-2/+2
|
* 0.7 era start.Vsevolod Stakhov2014-01-091-2/+2
|
* Fix simultaneous bind to ipv6 and ipv6 sockets.Vsevolod Stakhov2014-01-091-0/+1
|
* Implement http server using http_parser.Vsevolod Stakhov2014-01-081-1/+3
|
* rspamd:Bradley Giesbrecht2013-12-261-0/+1
| | | | - Fix building shared on OS X.
* Fix linking libraries.Vsevolod Stakhov2013-12-261-5/+7
|
* Rework build system.Vsevolod Stakhov2013-12-261-196/+82
|
* Slowly move to 0.6.6Vsevolod Stakhov2013-12-241-1/+1
|
* Remove dead variable.Vsevolod Stakhov2013-12-211-4/+1
|
* Update to 0.6.5.0.6.5Vsevolod Stakhov2013-12-201-2/+2
|
* Do not link unneeded libraries if possible.Vsevolod Stakhov2013-12-191-0/+1
|
* Update version to 0.6.4.Vsevolod Stakhov2013-12-181-1/+1
|
* Update version.Vsevolod Stakhov2013-12-091-1/+1
|
* Fix debian build files.Vsevolod Stakhov2013-12-041-0/+4
|
* Rework fuzzy check module.Vsevolod Stakhov2013-12-041-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 Stakhov2013-12-021-6/+10
|
* Do not overwrite config files.Vsevolod Stakhov2013-12-021-6/+37
|
* Update version to 0.6.1.Vsevolod Stakhov2013-12-021-2/+1
|
* Install default configs.Vsevolod Stakhov2013-11-251-0/+12
|
* Set rpath correctly.Vsevolod Stakhov2013-11-211-13/+13
|
* Check for libutil more strictly.Vsevolod Stakhov2013-11-201-4/+5
|
* Rework build and install paths.Vsevolod Stakhov2013-11-191-169/+52
|
* Fix work with lua 5.2 eventually.Vsevolod Stakhov2013-11-051-2/+2
|
* Replace RCL to UCL from libucl to avoid duplicity in the code.Vsevolod Stakhov2013-10-221-2/+5
|