aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Oops, remove debug.Vsevolod Stakhov2011-06-231-7/+0
|
* * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hashVsevolod Stakhov2011-06-2312-69/+213
| | | | | Fix tags stripping. Fix phishing checks (ignore img tags).
* Another fix with reload command.Vsevolod Stakhov2011-06-201-3/+4
|
* Fix reload command.Vsevolod Stakhov2011-06-202-1/+2
|
* Handle files with zero lenght properly.Vsevolod Stakhov2011-06-172-0/+22
| | | | Reported by: Andrej Zverev
* Fix rspamc client to handle multiply files properly.Vsevolod Stakhov2011-06-171-8/+9
|
* Actually all times are in GMT already, so avoid conversion to prevent dst ↵Vsevolod Stakhov2011-06-152-3/+1
| | | | loosing.
* Add condition to fix inconsistent records in LRU cache.Vsevolod Stakhov2011-06-141-1/+2
|
* Added tag 0.3.14 for changeset e8e79f27ad01Vsevolod Stakhov2011-06-101-0/+1
|
* Write logbuf safely.0.3.14Vsevolod Stakhov2011-06-101-1/+1
|
* Fix trie text search.Vsevolod Stakhov2011-06-101-0/+7
|
* Fix memory issues.Vsevolod Stakhov2011-06-101-1/+9
|
* Improve performance of trie search.Vsevolod Stakhov2011-06-102-1/+3
|
* Fix connecting to xmlrpc server.Vsevolod Stakhov2011-06-101-5/+2
|
* Fixes from previous commit.Vsevolod Stakhov2011-06-103-4/+3
|
* * Add LRU caching structureVsevolod Stakhov2011-06-1010-49/+445
| | | | | | | * Add SPF records cache * Add ability to parse doubles to xmlrpc Several fixes to dns interface. Trie plugin now checks urls as well.
* Up lua version.Vsevolod Stakhov2011-06-091-1/+1
|
* * Add lua http support that makes it easy to send GET and POST request to ↵Vsevolod Stakhov2011-06-094-1/+447
| | | | HTTP servers from lua code
* * Add api for creating XML-rpc callsVsevolod Stakhov2011-06-094-17/+119
|
* * Add lua interface for parsing xmlrpc repliesVsevolod Stakhov2011-06-085-2/+411
|
* * Add more convinient operations into expressions ('and', 'or', 'not')Vsevolod Stakhov2011-06-061-19/+87
|
* * Skip short utf words in statisticsVsevolod Stakhov2011-06-036-15/+24
|
* Misprint.Vsevolod Stakhov2011-06-033-4/+3
|
* Added tag 0.3.13 for changeset e20e33df7a46Vsevolod Stakhov2011-06-031-0/+1
|
* Parse urls with '_' sign in domain name0.3.13Vsevolod Stakhov2011-06-032-7/+8
|
* Merge.Vsevolod Stakhov2011-06-025-20/+195
|\
| * * Add new key-value mapVsevolod Stakhov2011-05-255-20/+195
| | | | | | | | | | * Add lua api support for key-value map * Fix problem in lua configuration initialization to allow `rspamd_config' global work properly
* | Fix bug in librsapmdclient with uninitialized struct field.Vsevolod Stakhov2011-06-022-0/+7
|/ | | | Fix bug in DNS parser that caused invalid parsing of CNAME fields.
* * Fix error in raw headers parsingVsevolod Stakhov2011-05-247-55/+84
| | | | * Improve speed of raw headers access
* Add more options to rspamc client.Vsevolod Stakhov2011-05-132-20/+20
| | | | Remove unused scores.
* Ignore empty from in settings.Vsevolod Stakhov2011-05-131-1/+1
|
* * Strip email addresses from bracesVsevolod Stakhov2011-05-134-5/+38
| | | | Ignore empty domains in settings
* Add log message about action from settingsVsevolod Stakhov2011-05-131-4/+18
|
* * Add blacklist to json settingsVsevolod Stakhov2011-05-132-12/+60
|
* * Improve maillist plugin to detect majordomo, cgp and google groupsVsevolod Stakhov2011-05-111-2/+87
|
* Fix settings using.Vsevolod Stakhov2011-05-113-9/+12
| | | | Revert genmodules logic.
* Add this shit again.Vsevolod Stakhov2011-05-111-0/+4
|
* Forgot to save.Vsevolod Stakhov2011-05-111-4/+0
|
* Fix dependencies in cmake.Vsevolod Stakhov2011-05-113-6/+11
|
* * Add Subject header that indicate how Subject must be rewritten in case of ↵Vsevolod Stakhov2011-05-104-16/+62
| | | | | | 'rewrite subject' action Fix initialization order of json settings.
* Fix initialization order.Vsevolod Stakhov2011-05-101-1/+1
|
* * Rework build process:Vsevolod Stakhov2011-05-1033-1163/+1383
| | | | | | | | | | - add librspamdserver - link this library to all daemons and utils of rspamd - use subdirectories more often * Rework global variables logic - move them to the main process * Fix logging to handle utf-8 correctly * Add statshow utility and make it working * Move printf functions to separate source file
* * Major cleanup of cmake build systemVsevolod Stakhov2011-05-0615-269/+356
| | | | | | * Add initial version of statshow utility for statfiles debugging * Add debugging for statistics * Remove unused utilities
* * Whitelist settings now affects on metric's actionVsevolod Stakhov2011-05-031-0/+11
|
* Added tag 0.3.12 for changeset 391960a4b518Vsevolod Stakhov2011-04-251-0/+1
|
* Update to 0.3.12.0.3.12Vsevolod Stakhov2011-04-251-1/+1
|
* * Add rules for message's dateVsevolod Stakhov2011-04-252-0/+32
|
* * Add functions to lua API to detect message and task date (in GMT)Vsevolod Stakhov2011-04-223-1/+42
|
* * Fix phishing detector to find phished urls with tags insideVsevolod Stakhov2011-04-191-4/+27
|
* * Add ability to specify dns nameservers in a configVsevolod Stakhov2011-04-065-9/+63
| | | | * Add ability to select between round-robin and master-slave algorithms for dns servers