aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix modules defined by direct path.Vsevolod Stakhov2015-09-011-0/+9
* Write message-id and queue-id to logs.Vsevolod Stakhov2015-09-011-0/+9
* Fix hang on processing non-mime messages.Vsevolod Stakhov2015-09-011-0/+5
* Update logging in lua modules.Vsevolod Stakhov2015-09-0111-69/+77
* Allow passing pools, tasks and config to lua logger for tags.Vsevolod Stakhov2015-09-011-13/+66
* Forgot to adopt debug statements.Vsevolod Stakhov2015-08-311-2/+2
* Update other C module for the new logger.Vsevolod Stakhov2015-08-315-46/+66
* Update surbl module for the new logger.Vsevolod Stakhov2015-08-311-21/+32
* Update controller and worker for the new logger.Vsevolod Stakhov2015-08-302-90/+149
* Update lua code for the new logger.Vsevolod Stakhov2015-08-306-44/+51
* Update mime code for the new logger.Vsevolod Stakhov2015-08-304-76/+81
* Fix one more map pool.Vsevolod Stakhov2015-08-291-1/+3