aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * Add more advanced signal processing routineVsevolod Stakhov2009-11-058-16/+125
* * Add ability to add maps from lua scripts and access theirs elementsVsevolod Stakhov2009-11-026-19/+289
* * Parse days and hours in time limitsVsevolod Stakhov2009-10-301-1/+1
* * Implement new system of managing rspamd processesVsevolod Stakhov2009-10-3011-142/+215
* * Fix an issue with workers spawningVsevolod Stakhov2009-10-292-2/+4
* * Add ability to check views by client's ip (that ip from which we have a con...Vsevolod Stakhov2009-10-276-9/+63
* * Convert all string values to lowercase in once_received moduleVsevolod Stakhov2009-10-271-5/+8
* * Fix patterns matching in lua pluginsVsevolod Stakhov2009-10-262-3/+3
* * Remove utf8 usage in forged recipients pluginVsevolod Stakhov2009-10-201-1/+1
* * Fix reading of last blockVsevolod Stakhov2009-10-201-2/+2
* * Do not really check messages that should be skippedVsevolod Stakhov2009-10-195-6/+58
* * Add ability for scanning non-mime (HTML) messagesVsevolod Stakhov2009-10-195-49/+135
* * Small improvement of lua styleVsevolod Stakhov2009-10-173-2/+99
* * Add ability to change statfile size limit in config and allow reindexing of...Vsevolod Stakhov2009-10-164-25/+155
* * Add growing coefficient to factors consolidation callbackVsevolod Stakhov2009-10-166-7/+37
* * Add ability to skip check in viewsVsevolod Stakhov2009-10-164-3/+17
* * Trim brackets in forged recipients pluginVsevolod Stakhov2009-10-141-1/+5
* * Fix getting of message headers from lua pluginsVsevolod Stakhov2009-10-144-55/+81
* * Fix loopVsevolod Stakhov2009-10-141-0/+1
* * Add ability to register rspamd functions from LUAVsevolod Stakhov2009-10-137-62/+272
* * Add ip4 SPF record callbackVsevolod Stakhov2009-10-092-22/+104
* * Forgotten in previous commitVsevolod Stakhov2009-10-091-20/+20
* * Improve logic of lua plugins:Vsevolod Stakhov2009-10-092-17/+67
* * Forgotten headerVsevolod Stakhov2009-10-071-0/+49
* * Port evdns with TXT patch into rspamd and adopt it to work separately from ...Vsevolod Stakhov2009-10-076-2/+4379
* * Add once_received plugin (by dmx)Vsevolod Stakhov2009-10-052-6/+20
* * Add reject score setting for hard rejecting of mail (by Anton Nekhoroshin)Vsevolod Stakhov2009-10-0211-27/+117
* * Retab, no functional changesVsevolod Stakhov2009-10-0250-7033/+6906
* * Fix some memory issues with lua (strings that are returned from lua can be ...Vsevolod Stakhov2009-10-025-6/+9
* * Fix another raceVsevolod Stakhov2009-09-302-4/+28
* * Fix race between learn and classifyVsevolod Stakhov2009-09-284-9/+17
* * Make composites workingVsevolod Stakhov2009-09-254-3/+19
* * Add events to lua resolverVsevolod Stakhov2009-09-252-0/+7
* * Fix learningVsevolod Stakhov2009-09-254-189/+37
* * Fix CRLF parsingVsevolod Stakhov2009-09-241-1/+1
* * Do not read http reply when we got 304 reply codeVsevolod Stakhov2009-09-231-0/+4
* * No IO allowed in events destructorsVsevolod Stakhov2009-09-231-1/+0
* * Another mistake in task object initializationVsevolod Stakhov2009-09-231-1/+4
* * Small fixes in task constructionVsevolod Stakhov2009-09-233-2/+2
* * Implement new system of async events handling (experimental)Vsevolod Stakhov2009-09-2211-149/+388
* * Export definitionsVsevolod Stakhov2009-09-212-2/+5
* * Add time out for sync IO as it can cause unpredictable errorsVsevolod Stakhov2009-09-214-8/+62
* * Fix fuzzy storage bindingVsevolod Stakhov2009-09-211-3/+11
* * Cleanify logic of processes dispatcherVsevolod Stakhov2009-09-214-45/+69
* * Fix -C flag with lua enabledVsevolod Stakhov2009-09-161-0/+3
* * Add decoding entities as it is specified in w3c recommendationsVsevolod Stakhov2009-09-161-21/+336
* * Fix double free of memoryVsevolod Stakhov2009-09-162-4/+3
* * Remove assertVsevolod Stakhov2009-09-163-5/+6
* * Decode all html entitles in html partsVsevolod Stakhov2009-09-163-5/+18
* * Add lua plugin for checking received headersVsevolod Stakhov2009-09-154-4/+72