aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver
Commit message (Expand)AuthorAgeFilesLines
* Tune html blocks.Vsevolod Stakhov2015-08-202-8/+10
* Simplify colors parsing.Vsevolod Stakhov2015-08-201-16/+3
* Add HTML colors parser.Vsevolod Stakhov2015-08-202-9/+113
* Parse HTML styles.Vsevolod Stakhov2015-08-202-36/+184
* Ignore broken dependencies.Vsevolod Stakhov2015-08-191-1/+4
* Fix bits operations.Vsevolod Stakhov2015-08-181-11/+10
* Add guard for fuzzy storage.Vsevolod Stakhov2015-08-181-0/+5
* Fix key attributes support.Vsevolod Stakhov2015-08-181-8/+4
* Fix composites processing.Vsevolod Stakhov2015-08-181-0/+1
* Weight is an alias for scores symbols.Vsevolod Stakhov2015-08-131-1/+11
* More fixes for the new symbols structure.Vsevolod Stakhov2015-08-136-36/+51
* Fix some issues with new symbols structure.Vsevolod Stakhov2015-08-132-6/+6
* Rework symbols configuration.Vsevolod Stakhov2015-08-134-240/+258
* Allow default value for sections key attribute.Vsevolod Stakhov2015-08-131-6/+19
* Implement the concept of nested sections.Vsevolod Stakhov2015-08-133-93/+171
* Rework symbols weights.Vsevolod Stakhov2015-08-122-2/+2
* Remove weight definition from symbols cache.Vsevolod Stakhov2015-08-122-142/+15
* Fix some more issues with files scanning.Vsevolod Stakhov2015-08-111-0/+2
* Move and refactor url decoding routine.Vsevolod Stakhov2015-08-113-95/+7
* Use arguments splitting for files scanning.Vsevolod Stakhov2015-08-111-22/+24
* '+' is space in URL encoding.Vsevolod Stakhov2015-08-111-2/+6
* Really disable unconfigured lua modules.Vsevolod Stakhov2015-08-081-0/+5
* Allow to override lua paths from command line.Vsevolod Stakhov2015-08-071-2/+40
* Store RULESDIR in the code and UCL.Vsevolod Stakhov2015-08-071-9/+13
* Add conditional enabling of modules.Vsevolod Stakhov2015-08-062-11/+13
* Avoid global rspamd_main usage.Vsevolod Stakhov2015-08-063-12/+4
* Hide workers and modules definitions.Vsevolod Stakhov2015-08-065-14/+22
* Add universal routine to check if a modules is enabled.Vsevolod Stakhov2015-08-063-19/+139
* Fix metrics loading.Vsevolod Stakhov2015-08-063-21/+25
* Implement universal rspamd_config_add_metric_symbol function.Vsevolod Stakhov2015-08-063-51/+107
* Allow quoted filenames in scan input.Vsevolod Stakhov2015-08-052-8/+17
* Fix option placement.Vsevolod Stakhov2015-07-281-5/+5
* Allow to specify classification headers in the options.Vsevolod Stakhov2015-07-282-0/+8
* Support type alias for tokenizer.Vsevolod Stakhov2015-07-271-0/+8
* Classify errors are non-fatal errors.Vsevolod Stakhov2015-07-271-2/+4
* More changes to tokenization.Vsevolod Stakhov2015-07-272-6/+6
* Fix pass all flag.Vsevolod Stakhov2015-07-241-0/+4
* If there is no url within <a> then do not add exception.Vsevolod Stakhov2015-07-231-12/+16
* Fix height attribute parsing.Vsevolod Stakhov2015-07-231-1/+1
* Fix hang.Vsevolod Stakhov2015-07-231-0/+2
* Add HTML images concept.Vsevolod Stakhov2015-07-232-10/+102
* Implement unique HTML tags.Vsevolod Stakhov2015-07-222-11/+19
* Fix ignored elements in HTML parsing.Vsevolod Stakhov2015-07-211-29/+52
* Use new dns API.Vsevolod Stakhov2015-07-213-33/+15
* Add constraints to dns requests ammount per task.Vsevolod Stakhov2015-07-215-0/+39
* prevent a crash (while restarting rspamd as service).Andrej Zverev2015-07-191-1/+1
* Remove legacy fuzzy code completely.Vsevolod Stakhov2015-07-182-110/+3
* Work with empty href.Vsevolod Stakhov2015-07-171-1/+1
* Do not ignore content after blank tags.Vsevolod Stakhov2015-07-171-1/+1
* Improve tag_exists function.Vsevolod Stakhov2015-07-172-7/+31