Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 1.1.41.1.4rspamd-1.1 | Vsevolod Stakhov | 2016-02-22 | 2 | -1/+26 |
* | Merge pull request #535 from fatalbanana/rspamd-1.1 | Vsevolod Stakhov | 2016-02-22 | 1 | -2/+3 |
|\ | |||||
| * | RPM: Add missing file to spec (Fixes #516) | Andrew Lewis | 2016-02-22 | 1 | -0/+1 |
| * | RPM BuildRequires: s/perl/perl-Digest-MD5/ | Andrew Lewis | 2016-02-22 | 1 | -2/+2 |
|/ | |||||
* | Treat meta tags as embedded tags | Vsevolod Stakhov | 2016-02-18 | 1 | -1/+1 |
* | Revert "Properly set `flag` in fuzzy replies" | Vsevolod Stakhov | 2016-02-16 | 1 | -1/+0 |
* | Fix MISSING_MIMEOLE rule for modern OE | Vsevolod Stakhov | 2016-02-16 | 1 | -1/+6 |
* | Add some documentation for once_received module | Vsevolod Stakhov | 2016-02-13 | 1 | -0/+22 |
* | Rework once_received module | Vsevolod Stakhov | 2016-02-13 | 1 | -49/+71 |
* | Add aliases for task:get_from_ip | Vsevolod Stakhov | 2016-02-13 | 1 | -0/+3 |
* | Unbreak function pointer passing | Vsevolod Stakhov | 2016-02-10 | 1 | -9/+1 |
* | Reduce weights for some hfilter patterns | Vsevolod Stakhov | 2016-02-10 | 1 | -1/+1 |
* | Fix error in printing hex | Vsevolod Stakhov | 2016-02-10 | 1 | -2/+2 |
* | Fix varargs processing (found by coverity) | Vsevolod Stakhov | 2016-02-10 | 1 | -1/+4 |
* | Same result checking error found by coverity | Vsevolod Stakhov | 2016-02-10 | 1 | -1/+5 |
* | Fix issues found by coverity | Vsevolod Stakhov | 2016-02-10 | 1 | -5/+9 |
* | Fix issue with out-of-boundary reading | Vsevolod Stakhov | 2016-02-10 | 1 | -1/+1 |
* | Fix arguments order | Vsevolod Stakhov | 2016-02-10 | 1 | -1/+1 |
* | Properly set `flag` in fuzzy replies | Vsevolod Stakhov | 2016-02-10 | 1 | -0/+1 |
* | Fix metas memoization in SA plugin | Vsevolod Stakhov | 2016-02-06 | 1 | -1/+4 |
* | More sanity checks | Vsevolod Stakhov | 2016-02-05 | 1 | -1/+1 |
* | Add safety guard for rule | Vsevolod Stakhov | 2016-02-05 | 1 | -1/+1 |
* | Fix leaks in lua error paths | Vsevolod Stakhov | 2016-02-05 | 20 | -11/+54 |
* | Print traceback on lua errors in lua config | Vsevolod Stakhov | 2016-02-05 | 1 | -6/+21 |
* | Release 1.1.31.1.3 | Vsevolod Stakhov | 2016-02-04 | 1 | -0/+16 |
* | Document pre-filtering for maps | Vsevolod Stakhov | 2016-02-04 | 1 | -0/+36 |
* | Add possibility to set pre-result using multimap | Vsevolod Stakhov | 2016-02-04 | 1 | -11/+53 |
* | Pre filters should actually skip processing | Vsevolod Stakhov | 2016-02-04 | 3 | -4/+15 |
* | Add notice in the contributions file | Vsevolod Stakhov | 2016-02-04 | 1 | -0/+20 |
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 196 | -3999/+2308 |
* | Switch project to the apache2 license | Vsevolod Stakhov | 2016-02-04 | 1 | -23/+68 |
* | Fix parsing nested braces inside logger vars | Vsevolod Stakhov | 2016-02-03 | 1 | -1/+7 |
* | Add utility to manage digital signatures | Vsevolod Stakhov | 2016-02-03 | 3 | -0/+389 |
* | Fix eddsa keys generation | Vsevolod Stakhov | 2016-02-03 | 1 | -3/+6 |
* | Remove realpath call | Vsevolod Stakhov | 2016-02-02 | 1 | -7/+0 |
* | Add plain open file API method | Vsevolod Stakhov | 2016-02-02 | 4 | -0/+42 |
* | Add more fields to ucl definition of the keypair | Vsevolod Stakhov | 2016-02-02 | 1 | -0/+13 |
* | Fix keypair output | Vsevolod Stakhov | 2016-02-02 | 1 | -10/+43 |
* | Fix hex encoding | Vsevolod Stakhov | 2016-02-02 | 1 | -3/+3 |
* | Implement keypairs generation for signing | Vsevolod Stakhov | 2016-02-02 | 2 | -47/+108 |
* | Add ECDSA signatures as well | Vsevolod Stakhov | 2016-02-02 | 1 | -1/+77 |
* | Add test vectors for eddsa | Vsevolod Stakhov | 2016-02-02 | 3 | -1/+202 |
* | Add hex encoding/decoding routines | Vsevolod Stakhov | 2016-02-02 | 2 | -0/+87 |
* | Add basic routines for digital signatures | Vsevolod Stakhov | 2016-02-02 | 5 | -16/+169 |
* | Reserve rspamd_sig_t for signatures | Vsevolod Stakhov | 2016-02-02 | 3 | -19/+22 |
* | Fix set_from_ip method | Vsevolod Stakhov | 2016-02-01 | 1 | -1/+28 |
* | Fix warnings | Vsevolod Stakhov | 2016-02-01 | 1 | -3/+3 |
* | Add more diagnostic for lua subr errors | Vsevolod Stakhov | 2016-01-31 | 1 | -4/+8 |
* | Fix parsing of ip:port strings | Vsevolod Stakhov | 2016-01-31 | 1 | -1/+3 |
* | Another workaround to avoid __int128 warning | Vsevolod Stakhov | 2016-01-30 | 2 | -20/+20 |