aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver
Commit message (Expand)AuthorAgeFilesLines
* [Feature] Add termination callbacks for workersVsevolod Stakhov2016-08-241-0/+14
* [Feature] Allow parsing of mailbox messages from the commandlineVsevolod Stakhov2016-08-232-0/+8
* [Fix] Fix some border cases for DKIM canonicalizationVsevolod Stakhov2016-08-221-28/+47
* [Fix] Make dnssec configurable option disabled by default for nowVsevolod Stakhov2016-08-183-0/+8
* [Fix] Fix reloading on SIGHUPVsevolod Stakhov2016-08-181-1/+1
* [Feature] Log URLs encrypted if we have log encryption pubkeyVsevolod Stakhov2016-08-161-1/+1
* [Feature] Implement encrypted logsVsevolod Stakhov2016-08-162-0/+8
* [Feature] Allow to print message digest in logsVsevolod Stakhov2016-08-153-2/+12
* [Feature] Store task checksumVsevolod Stakhov2016-08-151-0/+1
* [Feature] Fold DKIM-Signature headerVsevolod Stakhov2016-08-152-3/+8
* [Fix] Fix finding tld in util.get_tldVsevolod Stakhov2016-08-141-7/+12
* [Feature] Fix order of pre and postfiltersVsevolod Stakhov2016-08-111-2/+42
* [Minor] Reduce log noise for missing dependenciesVsevolod Stakhov2016-08-111-1/+1
* [CritFix] Check hyperscan cache sanity before loadingVsevolod Stakhov2016-08-091-2/+40
* [Feature] Add some sanity check for very long from/to log elementsVsevolod Stakhov2016-08-091-3/+5
* [Fix] Further fixes for white on white ruleVsevolod Stakhov2016-08-081-2/+4
* [Fix] Fix dependencies id sanity checkVsevolod Stakhov2016-08-071-13/+2
* [Fix] Add missing HTML colorsVsevolod Stakhov2016-08-071-0/+164
* [Feature] Support reacher set of HTML colorsVsevolod Stakhov2016-08-062-61/+597
* [Fix] Fix colors propagation from parent nodesVsevolod Stakhov2016-08-061-0/+2
* [Fix] Further fixes for HTML colorsVsevolod Stakhov2016-08-051-8/+9
* [Minor] Forgotten to save fileVsevolod Stakhov2016-08-051-0/+9
* [Fix] Propagate colors in HTMLVsevolod Stakhov2016-08-051-1/+35
* [Fix] Fix parsing of background colorVsevolod Stakhov2016-08-052-0/+24
* [Fix] Do not set absent hostname to "unknown"Vsevolod Stakhov2016-08-051-5/+0
* [Fix] Fix printing from field in log_urlsVsevolod Stakhov2016-08-051-2/+5
* [Fix] Some more changes to tag's content length calculationsVsevolod Stakhov2016-08-051-3/+18
* [Fix] Further fixes in HTML tags parsingVsevolod Stakhov2016-08-053-24/+59
* [Feature] Store content length for HTML tagsVsevolod Stakhov2016-08-052-0/+5
* [Fix] Fix multiple request headers structureVsevolod Stakhov2016-08-043-20/+111
* [Fix] Restore multiple values headers in protocolVsevolod Stakhov2016-08-041-167/+169
* [Fix] Do not crash on cyclic dependsVsevolod Stakhov2016-08-041-6/+17
* [Minor] Silence warningAndrew Lewis2016-08-031-0/+1
* [Fix] Decode entitles in href partsVsevolod Stakhov2016-08-031-0/+6
* [Fix] Fix largest possible TLD behaviourVsevolod Stakhov2016-08-031-5/+8
* [Fix] Avoid returning NaN as score on scanAndrew Lewis2016-08-031-1/+6
* [Fix] Add spaces to dkim signature to allow foldingVsevolod Stakhov2016-08-021-5/+5
* [Feature] Improve DNS failures when dealing with SPFVsevolod Stakhov2016-08-011-3/+44
* [Feature] Allow limiting of the inbound message sizeVsevolod Stakhov2016-07-303-0/+9
* [Fix] Forgot to commit leftover changesVsevolod Stakhov2016-07-291-1/+16
* [Fix] Ensure that hyperscan cache written is written properlyVsevolod Stakhov2016-07-291-1/+10
* [Feature] Correctly work when there is no hard reject actionVsevolod Stakhov2016-07-275-15/+50
* [Feature] Dynamically detect if a CPU is incompatible with hyperscanVsevolod Stakhov2016-07-222-2/+14
* [Feature] Allow to pass extradata from rspamd to rmilterVsevolod Stakhov2016-07-211-0/+8
* [Fix] Use watchers for spf pluginVsevolod Stakhov2016-07-212-4/+9
* [Fix] Fix border case in urls detectorVsevolod Stakhov2016-07-191-1/+1
* [Fix] Mark expired hashes as not found and not as zero flagVsevolod Stakhov2016-07-191-0/+1
* [Fix] Don't mix hyperscan and pcre processing within a same taskVsevolod Stakhov2016-07-191-2/+7
* [Feature] Reduce number of timers queriesVsevolod Stakhov2016-07-193-25/+43
* [Feature] Implement composites policiesVsevolod Stakhov2016-07-153-2/+66