summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add unit test for headers folding.Vsevolod Stakhov2015-09-081-0/+59
* Add lua bindings for headers folding.Vsevolod Stakhov2015-09-081-0/+35
* Add headers folding routine.Vsevolod Stakhov2015-09-083-1/+195
* Add X-Spam-Level header.Vsevolod Stakhov2015-09-081-1/+11
* Fix help message for --mime flag.Vsevolod Stakhov2015-09-081-1/+1
* Allow mime output to stdout.Vsevolod Stakhov2015-09-081-26/+31
* Fix text emails parsing.Vsevolod Stakhov2015-09-071-1/+52
* Use another approach to parse emails.Vsevolod Stakhov2015-09-071-53/+28
* Fix callbacks structure in urls parser.Vsevolod Stakhov2015-09-071-70/+57
* Display json output if even cannot parse it if `--json` is on.Vsevolod Stakhov2015-09-071-0/+5
* Update roff manual.Vsevolod Stakhov2015-09-061-2/+12
* Remove outdated and deprecated code.Vsevolod Stakhov2015-09-0614-5814/+0
* Update index.Vsevolod Stakhov2015-09-051-0/+1
* Add dmarc module documentation.Vsevolod Stakhov2015-09-051-0/+44
* Update rspamc manual page.Vsevolod Stakhov2015-09-051-0/+6
* Add X-Spam-Score header.Vsevolod Stakhov2015-09-041-0/+17
* Always try to deliver message in --mime mode.Vsevolod Stakhov2015-09-041-56/+71
* Extract mime part, not text part in task:get_partsVsevolod Stakhov2015-09-042-2/+2
* Fix some minor warnings.Vsevolod Stakhov2015-09-034-19/+22
* Add tests and fix some issues.Vsevolod Stakhov2015-09-032-4/+6
* Fix lua logger arguments parsing.Vsevolod Stakhov2015-09-031-4/+24
* Another fix to partial loading of maps.Vsevolod Stakhov2015-09-031-0/+4
* Link logging for the map and associated radix trie.Vsevolod Stakhov2015-09-031-1/+7
* Allow to get memory pool for radix tree.Vsevolod Stakhov2015-09-032-3/+17
* Fix stupid error while reading logger pool argument.Vsevolod Stakhov2015-09-031-2/+2
* Another try to fix maps partial load.Vsevolod Stakhov2015-09-031-11/+12
* Improve logging for map module.Vsevolod Stakhov2015-09-031-24/+34
* Fix reading of maps with comments.Vsevolod Stakhov2015-09-031-8/+25
* Add specific logging module for radix trie.Vsevolod Stakhov2015-09-031-17/+34
* Fix radix tree size calculations.Vsevolod Stakhov2015-09-031-0/+4
* Merge pull request #354 from fatalbanana/patchVsevolod Stakhov2015-09-021-9/+15
|\
| * Allow ip_score to ignore selected ASNs/countriesAndrew Lewis2015-09-021-9/+15
* | Fix documentation.Vsevolod Stakhov2015-09-021-1/+1
* | Fix conditions in the logger.Vsevolod Stakhov2015-09-021-218/+213
* | Fix logging of repeated messages.Vsevolod Stakhov2015-09-021-4/+38
* | Fix syslog id output.Vsevolod Stakhov2015-09-021-1/+1
* | Update logger documentation.Vsevolod Stakhov2015-09-021-8/+30
* | Add ability to remove variables from memory pools.Vsevolod Stakhov2015-09-023-5/+44
* | Fix reading of files with no endline character.Vsevolod Stakhov2015-09-021-34/+62
* | Merge pull request #353 from fatalbanana/patchVsevolod Stakhov2015-09-022-61/+58
|\|
| * Allow setting upper & lower limit on IP scoreAndrew Lewis2015-09-021-3/+8
| * Minor refactoringAndrew Lewis2015-09-021-40/+29
| * Log neutral scores tooAndrew Lewis2015-09-021-18/+16
| * Support IPv6; avoid polluting IPv4 stats on dual stacksAndrew Lewis2015-09-021-1/+6
|/
* Implement conditional debug for modules.Vsevolod Stakhov2015-09-011-2/+19
* Add debug_modules option.Vsevolod Stakhov2015-09-013-1/+9
* Allow to add lists of strings to hash table.Vsevolod Stakhov2015-09-012-18/+54
* Fix logging in sqlite3 modules.Vsevolod Stakhov2015-09-015-88/+120
* Fix logging in mmapped files module.Vsevolod Stakhov2015-09-011-76/+78
* Fix luajit detection if lua is also installed.Vsevolod Stakhov2015-09-011-1/+1