aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove ugly tld detection.Vsevolod Stakhov2015-04-301-2/+2
|
* Fix comparision operators.Vsevolod Stakhov2015-04-301-6/+6
|
* Rework rspamd mime regexp processing.Vsevolod Stakhov2015-04-301-58/+70
|
* Fix bayes probability calculations.Vsevolod Stakhov2015-04-301-3/+5
|
* Restore logic to deal with shutdown.Vsevolod Stakhov2015-04-301-8/+13
|
* Allow to get mime part from text part in lua.Vsevolod Stakhov2015-04-291-0/+27
|
* Store mime objects inside part structures.Vsevolod Stakhov2015-04-292-4/+11
|
* Add line counts to lua mimepart API.Vsevolod Stakhov2015-04-291-0/+27
|
* Add lines count calculation to text parts.Vsevolod Stakhov2015-04-292-1/+18
|
* Use binary flags for part flags.Vsevolod Stakhov2015-04-2910-57/+67
|
* Implicitly initialize regexp library.Vsevolod Stakhov2015-04-283-18/+22
|
* Try to guess url_tld if it is not specified.Vsevolod Stakhov2015-04-281-0/+21
|
* Do not try to dereference null pointer.Vsevolod Stakhov2015-04-281-15/+18
|
* Fix error message.Vsevolod Stakhov2015-04-281-2/+9
|
* Write composite name which parsing has been failed.Vsevolod Stakhov2015-04-281-0/+2
|
* Remove debugging assertion...Vsevolod Stakhov2015-04-281-2/+0
|
* Add password encryption mode.Vsevolod Stakhov2015-04-283-7/+54
|
* Be more clever about logging of JIT support.Vsevolod Stakhov2015-04-271-22/+49
|
* Improve unknown symbols metric configuration.Vsevolod Stakhov2015-04-271-9/+11
|
* Expression parsing errors are not asserts actually.Vsevolod Stakhov2015-04-271-43/+82
|
* Correctly handle workers spawn errors.Vsevolod Stakhov2015-04-271-13/+22
|
* Fix expiration for fuzzy hashes.Vsevolod Stakhov2015-04-271-4/+28
| | | | | Issue: #267 Reported by: @moiseev
* Slightly improve style.Vsevolod Stakhov2015-04-271-4/+4
|
* Merge pull request #270 from awhitesong/liburlVsevolod Stakhov2015-04-261-0/+52
|\ | | | | extract all URLs from a text
| * some more formatting changesDhawal Arora2015-04-241-1/+2
| |
| * minor syntax changes and pushed rspamd{url} to stackDhawal Arora2015-04-241-10/+16
| |
| * extract all URLs from a textDhawal Arora2015-04-241-0/+45
| |
* | Fix ips logic for surblVsevolod Stakhov2015-04-241-11/+15
| |
* | Add routine to recommend users to encrypt their passwords.Vsevolod Stakhov2015-04-241-0/+47
| |
* | Fix encrypted password comparision.Vsevolod Stakhov2015-04-241-3/+7
| |
* | Fix pbkdf merge.Vsevolod Stakhov2015-04-241-149/+225
| | | | | | | | | | | | | | | | - Fix formatting; - Add constant time memcmp; - Fix logic of compatision; - Fix memory leak; - Other small tunes and fixes
* | Tune group max score limit.Vsevolod Stakhov2015-04-241-4/+6
| |
* | Merge pull request #271 from dark-al/masterVsevolod Stakhov2015-04-241-58/+162
|\ \ | | | | | | Add pbkdf2 password support to controller
| * | Add pbkdf2 password support to controllerAnton Belka2015-04-241-58/+162
| |/
* | Fix logic of parsing symbol groups.Vsevolod Stakhov2015-04-241-2/+2
| |
* | Fix output of learn counts of statfiles.Vsevolod Stakhov2015-04-241-3/+3
| |
* | Allow to specify IP as well as bits for surbl.Vsevolod Stakhov2015-04-242-17/+72
|/
* Rework phishing detection to reduce false positives rate.Vsevolod Stakhov2015-04-231-43/+9
| | | | | | Now we use TLD to match phished URL's. Sometimes, we could miss real positives by not checking strictly for subdomains, however, this change should reduce false positives rate of this rule significantly.
* Fix ipv6 addresses and other issues in url parser.Vsevolod Stakhov2015-04-231-6/+40
|
* Reduce test cycles to speedup tests.Vsevolod Stakhov2015-04-231-1/+2
|
* Fix TLD sanity checking.Vsevolod Stakhov2015-04-221-2/+2
|
* Parse ipv6 URL's.Vsevolod Stakhov2015-04-221-0/+40
|
* Ignore URL's with unknown TLD for now.Vsevolod Stakhov2015-04-221-5/+25
|
* Set default sync timeout.Vsevolod Stakhov2015-04-221-2/+3
|
* Push inet addr instead of the string for lua worker.Vsevolod Stakhov2015-04-221-1/+1
|
* Allow to specify sync timeout for fuzzy storage.Vsevolod Stakhov2015-04-221-31/+14
|
* Add PBKDF2-HMAC-Blake2 function.Vsevolod Stakhov2015-04-212-0/+74
|
* Show fuzzy checked statistics in the client.Vsevolod Stakhov2015-04-211-0/+26
|
* Remove unused function.Vsevolod Stakhov2015-04-211-27/+0
|
* Provide data for fuzzy checks statistics.Vsevolod Stakhov2015-04-211-0/+20
|