summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add informational messages about modules initializationVsevolod Stakhov2015-11-277-4/+21
* Fix order of loadingVsevolod Stakhov2015-11-271-3/+3
* Use atomic ops if possibleVsevolod Stakhov2015-11-266-5/+37
* Fix stupid error when removing `words` memberVsevolod Stakhov2015-11-261-4/+3
* Generate fuzzy hashes from task metadata (URLs and headers)Vsevolod Stakhov2015-11-261-0/+146
* Use the same hash seed for urls as we need some static orderVsevolod Stakhov2015-11-261-1/+1
* Remove legacy words, use merely normalized_wordsVsevolod Stakhov2015-11-266-34/+10
* Add SUBJ_ALL_CAPS ruleVsevolod Stakhov2015-11-261-1/+25
* Add is_uppercase utility for utf8 stringsVsevolod Stakhov2015-11-261-0/+53
* Fix delayed forkVsevolod Stakhov2015-11-261-1/+0
* Fix raw logic inversion in `get_header` methodVsevolod Stakhov2015-11-261-1/+1
* Add additional checks for mail addressesVsevolod Stakhov2015-11-261-2/+4
* More fixes for url parsingVsevolod Stakhov2015-11-261-0/+12
* Fix race condition when opening sqlite dbVsevolod Stakhov2015-11-251-3/+9
* Move all updates to a single transaction.Vsevolod Stakhov2015-11-253-63/+78
* Implement new fuzzy updates architectureVsevolod Stakhov2015-11-251-16/+171
* Use the correct key to fix memory issuesVsevolod Stakhov2015-11-251-2/+1
* Do not enable accept event with no handlerVsevolod Stakhov2015-11-251-12/+14
* Clean log buffer when forkingVsevolod Stakhov2015-11-251-0/+15
* Implement listening for srv pipe in the main processVsevolod Stakhov2015-11-254-29/+67
* Add method to send data to server pipe.Vsevolod Stakhov2015-11-252-2/+119
* Start work on worker->main pipe interfaceVsevolod Stakhov2015-11-254-2/+172
* Cleanup controller session structure.Vsevolod Stakhov2015-11-251-30/+0
* Slightly improve logging in fuzzy.Vsevolod Stakhov2015-11-241-3/+5
* Fix another stupid mistake for adding hashesVsevolod Stakhov2015-11-241-4/+19
* Parse more headers if they are missed in HTTPVsevolod Stakhov2015-11-241-0/+30
* When returning headers, reverse list to restore the original orderVsevolod Stakhov2015-11-241-0/+1
* Fix parsing of IPv6 received headers.Vsevolod Stakhov2015-11-241-11/+27
* Fix critical issue in adding fuzzy hashesVsevolod Stakhov2015-11-242-37/+36
* Add more diagnostic to fuzzy errorsVsevolod Stakhov2015-11-242-9/+42
* Reduce the default limitVsevolod Stakhov2015-11-241-2/+2
* Fix parsing of tags with spaces used for obfuscationVsevolod Stakhov2015-11-241-0/+27
* Improve numbers humanisationVsevolod Stakhov2015-11-231-13/+12
* Restore '-c' flag in the clientVsevolod Stakhov2015-11-231-1/+4
* Restore multiple classifiers supportVsevolod Stakhov2015-11-238-45/+71
* Fix _NORESOLVE_MX symbols in hfilterVsevolod Stakhov2015-11-231-61/+62
* Add check_for_mime('mime_attachement') functionVsevolod Stakhov2015-11-231-0/+23
* Rework SA plugin for some problematic casesVsevolod Stakhov2015-11-231-21/+88
* Fix some memory issuesVsevolod Stakhov2015-11-232-10/+13
* Add 'check_relays_unparseable' supportVsevolod Stakhov2015-11-231-1/+16
* Fix indexing for received headers.Vsevolod Stakhov2015-11-231-2/+2
* Some more fixes to OSB algorithmVsevolod Stakhov2015-11-232-6/+14
* Add 'reresolve' command to the control interfaceVsevolod Stakhov2015-11-233-5/+45
* Do not reresolve upstreams with no resolver definedVsevolod Stakhov2015-11-231-1/+1
* Test for atomic ops.Vsevolod Stakhov2015-11-233-0/+17
* Improve debugging for bayes.Vsevolod Stakhov2015-11-231-11/+51
* Fix calculationsVsevolod Stakhov2015-11-231-2/+4
* Avoid long double typeVsevolod Stakhov2015-11-231-19/+8
* Add rspamd_upstream_reresolve routine.Vsevolod Stakhov2015-11-222-45/+97
* Use context variables instead of default onesVsevolod Stakhov2015-11-221-11/+14