aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow to change fold_max variable.Vsevolod Stakhov2015-09-094-5/+16
* More fixes to emails parsing.Vsevolod Stakhov2015-09-091-67/+49
* Turn on folding for now as gmime breaks everything.Vsevolod Stakhov2015-09-091-1/+1
* More fixes on per-languages and per-user stats.Vsevolod Stakhov2015-09-081-22/+32
* Fix creating languages on learning.Vsevolod Stakhov2015-09-082-1/+25
* Fix stupid cast issue.Vsevolod Stakhov2015-09-081-2/+2
* Rework symbols classes in url parser.Vsevolod Stakhov2015-09-081-40/+160
* More fixes to url parser.Vsevolod Stakhov2015-09-081-6/+4
* Use folding for symbols header.Vsevolod Stakhov2015-09-081-4/+4
* 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
* Remove outdated and deprecated code.Vsevolod Stakhov2015-09-0614-5814/+0
* 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-031-4/+5
* 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 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
* | 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
|/
* 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