Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rework symbols classes in url parser. | Vsevolod Stakhov | 2015-09-08 | 1 | -40/+160 | |
| | ||||||
* | More fixes to url parser. | Vsevolod Stakhov | 2015-09-08 | 1 | -6/+4 | |
| | ||||||
* | Use folding for symbols header. | Vsevolod Stakhov | 2015-09-08 | 1 | -4/+4 | |
| | ||||||
* | Add lua bindings for headers folding. | Vsevolod Stakhov | 2015-09-08 | 1 | -0/+35 | |
| | ||||||
* | Add headers folding routine. | Vsevolod Stakhov | 2015-09-08 | 3 | -1/+195 | |
| | ||||||
* | Add X-Spam-Level header. | Vsevolod Stakhov | 2015-09-08 | 1 | -1/+11 | |
| | ||||||
* | Fix help message for --mime flag. | Vsevolod Stakhov | 2015-09-08 | 1 | -1/+1 | |
| | ||||||
* | Allow mime output to stdout. | Vsevolod Stakhov | 2015-09-08 | 1 | -26/+31 | |
| | | | | Issue: #357 | |||||
* | Fix text emails parsing. | Vsevolod Stakhov | 2015-09-07 | 1 | -1/+52 | |
| | ||||||
* | Use another approach to parse emails. | Vsevolod Stakhov | 2015-09-07 | 1 | -53/+28 | |
| | ||||||
* | Fix callbacks structure in urls parser. | Vsevolod Stakhov | 2015-09-07 | 1 | -70/+57 | |
| | ||||||
* | Display json output if even cannot parse it if `--json` is on. | Vsevolod Stakhov | 2015-09-07 | 1 | -0/+5 | |
| | ||||||
* | Remove outdated and deprecated code. | Vsevolod Stakhov | 2015-09-06 | 14 | -5814/+0 | |
| | ||||||
* | Add X-Spam-Score header. | Vsevolod Stakhov | 2015-09-04 | 1 | -0/+17 | |
| | ||||||
* | Always try to deliver message in --mime mode. | Vsevolod Stakhov | 2015-09-04 | 1 | -56/+71 | |
| | ||||||
* | Extract mime part, not text part in task:get_parts | Vsevolod Stakhov | 2015-09-04 | 2 | -2/+2 | |
| | ||||||
* | Fix some minor warnings. | Vsevolod Stakhov | 2015-09-03 | 4 | -19/+22 | |
| | ||||||
* | Add tests and fix some issues. | Vsevolod Stakhov | 2015-09-03 | 1 | -4/+5 | |
| | ||||||
* | Fix lua logger arguments parsing. | Vsevolod Stakhov | 2015-09-03 | 1 | -4/+24 | |
| | ||||||
* | Another fix to partial loading of maps. | Vsevolod Stakhov | 2015-09-03 | 1 | -0/+4 | |
| | ||||||
* | Link logging for the map and associated radix trie. | Vsevolod Stakhov | 2015-09-03 | 1 | -1/+7 | |
| | ||||||
* | Allow to get memory pool for radix tree. | Vsevolod Stakhov | 2015-09-03 | 2 | -3/+17 | |
| | ||||||
* | Fix stupid error while reading logger pool argument. | Vsevolod Stakhov | 2015-09-03 | 1 | -2/+2 | |
| | ||||||
* | Another try to fix maps partial load. | Vsevolod Stakhov | 2015-09-03 | 1 | -11/+12 | |
| | ||||||
* | Improve logging for map module. | Vsevolod Stakhov | 2015-09-03 | 1 | -24/+34 | |
| | ||||||
* | Fix reading of maps with comments. | Vsevolod Stakhov | 2015-09-03 | 1 | -8/+25 | |
| | ||||||
* | Add specific logging module for radix trie. | Vsevolod Stakhov | 2015-09-03 | 1 | -17/+34 | |
| | ||||||
* | Fix radix tree size calculations. | Vsevolod Stakhov | 2015-09-03 | 1 | -0/+4 | |
| | ||||||
* | Merge pull request #354 from fatalbanana/patch | Vsevolod Stakhov | 2015-09-02 | 1 | -9/+15 | |
|\ | | | | | Allow ip_score to ignore selected ASNs/countries | |||||
| * | Allow ip_score to ignore selected ASNs/countries | Andrew Lewis | 2015-09-02 | 1 | -9/+15 | |
| | | ||||||
* | | Fix conditions in the logger. | Vsevolod Stakhov | 2015-09-02 | 1 | -218/+213 | |
| | | ||||||
* | | Fix logging of repeated messages. | Vsevolod Stakhov | 2015-09-02 | 1 | -4/+38 | |
| | | ||||||
* | | Fix syslog id output. | Vsevolod Stakhov | 2015-09-02 | 1 | -1/+1 | |
| | | ||||||
* | | Add ability to remove variables from memory pools. | Vsevolod Stakhov | 2015-09-02 | 3 | -5/+44 | |
| | | ||||||
* | | Fix reading of files with no endline character. | Vsevolod Stakhov | 2015-09-02 | 1 | -34/+62 | |
|/ | | | | | Issue: #352 Reported by: @nitgithub | |||||
* | Allow setting upper & lower limit on IP score | Andrew Lewis | 2015-09-02 | 1 | -3/+8 | |
| | ||||||
* | Minor refactoring | Andrew Lewis | 2015-09-02 | 1 | -40/+29 | |
| | ||||||
* | Log neutral scores too | Andrew Lewis | 2015-09-02 | 1 | -18/+16 | |
| | ||||||
* | Support IPv6; avoid polluting IPv4 stats on dual stacks | Andrew Lewis | 2015-09-02 | 1 | -1/+6 | |
| | ||||||
* | Implement conditional debug for modules. | Vsevolod Stakhov | 2015-09-01 | 1 | -2/+19 | |
| | ||||||
* | Add debug_modules option. | Vsevolod Stakhov | 2015-09-01 | 3 | -1/+9 | |
| | ||||||
* | Allow to add lists of strings to hash table. | Vsevolod Stakhov | 2015-09-01 | 2 | -18/+54 | |
| | ||||||
* | Fix logging in sqlite3 modules. | Vsevolod Stakhov | 2015-09-01 | 5 | -88/+120 | |
| | ||||||
* | Fix logging in mmapped files module. | Vsevolod Stakhov | 2015-09-01 | 1 | -76/+78 | |
| | ||||||
* | Fix modules defined by direct path. | Vsevolod Stakhov | 2015-09-01 | 1 | -0/+9 | |
| | ||||||
* | Write message-id and queue-id to logs. | Vsevolod Stakhov | 2015-09-01 | 1 | -0/+9 | |
| | ||||||
* | Fix hang on processing non-mime messages. | Vsevolod Stakhov | 2015-09-01 | 1 | -0/+5 | |
| | ||||||
* | Update logging in lua modules. | Vsevolod Stakhov | 2015-09-01 | 11 | -69/+77 | |
| | ||||||
* | Allow passing pools, tasks and config to lua logger for tags. | Vsevolod Stakhov | 2015-09-01 | 1 | -13/+66 | |
| | ||||||
* | Forgot to adopt debug statements. | Vsevolod Stakhov | 2015-08-31 | 1 | -2/+2 | |
| |