summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* * Updates to spf system:Vsevolod Stakhov2009-12-041-0/+152
* * Add check_smtp_data function for checking some fields from SMTP dialogVsevolod Stakhov2009-11-221-5/+140
* * Add right way to pass config params with common names to lua scriptsVsevolod Stakhov2009-11-112-10/+9
* * Add ability to add maps from lua scripts and access theirs elementsVsevolod Stakhov2009-11-021-0/+73
* * 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
* * Small improvement of lua styleVsevolod Stakhov2009-10-171-1/+1
* * Trim brackets in forged recipients pluginVsevolod Stakhov2009-10-141-1/+5
* * Fix getting of message headers from lua pluginsVsevolod Stakhov2009-10-141-10/+21
* * Add ability to register rspamd functions from LUAVsevolod Stakhov2009-10-133-7/+76
* * Forgotten in previous commitVsevolod Stakhov2009-10-091-20/+20
* * Improve logic of lua plugins:Vsevolod Stakhov2009-10-092-17/+67
* * Port evdns with TXT patch into rspamd and adopt it to work separately from ...Vsevolod Stakhov2009-10-071-1/+1
* * Add once_received plugin (by dmx)Vsevolod Stakhov2009-10-051-0/+15
* * Retab, no functional changesVsevolod Stakhov2009-10-025-1200/+1175
* * Fix some memory issues with lua (strings that are returned from lua can be ...Vsevolod Stakhov2009-10-023-3/+6
* * No IO allowed in events destructorsVsevolod Stakhov2009-09-231-1/+0
* * Another mistake in task object initializationVsevolod Stakhov2009-09-231-1/+4
* * Implement new system of async events handling (experimental)Vsevolod Stakhov2009-09-222-62/+58
* * Add time out for sync IO as it can cause unpredictable errorsVsevolod Stakhov2009-09-211-2/+1
* * Add lua plugin for checking received headersVsevolod Stakhov2009-09-151-0/+53
* * Handle base10 encoded ip addresses correctlyVsevolod Stakhov2009-08-312-736/+777
* * Migrate fuzzy storage to use UDP instead of TCPVsevolod Stakhov2009-08-251-2/+2
* * Fix processing of empty partsVsevolod Stakhov2009-08-213-22/+30
* * Fix memory leakage in controllerVsevolod Stakhov2009-08-211-2/+16
* * Improve loggingVsevolod Stakhov2009-08-181-1/+4
* * Fix bug with parsing raw headers for messages that have mixed line ending s...Vsevolod Stakhov2009-08-101-1/+3
* * Make fuzzy storage working (tested checking, adding and deleting of fuzzy h...Vsevolod Stakhov2009-07-311-23/+63
* * Fix some more bugs with empty partsVsevolod Stakhov2009-07-301-4/+4
* * Fix some issues with empty partsVsevolod Stakhov2009-07-301-0/+5
* * Add support for empty text or html partsVsevolod Stakhov2009-07-291-0/+10
* * Add support for extending controller protocol by modulesVsevolod Stakhov2009-07-291-0/+136
* * Add client part for fuzzy checksums storageVsevolod Stakhov2009-07-281-0/+290
* * Add new map 'redirector_hosts_map' for determining which hosts should be ch...Vsevolod Stakhov2009-07-282-13/+33
* * Add http maps supportVsevolod Stakhov2009-07-212-2/+2
* * Introduce new common system of map files, that can be used for different ty...Vsevolod Stakhov2009-07-202-23/+11
* * Fix symbol planning, add cache_file directive to config fileVsevolod Stakhov2009-07-144-10/+10
* * Rework the whole filters systemVsevolod Stakhov2009-07-135-126/+168
* * Try to search for headers in multipart parts if headers are not found in pa...Vsevolod Stakhov2009-07-081-1/+1
* * Check return value from evdns_resolveVsevolod Stakhov2009-07-031-2/+3
* * Rework structure and API of statfiles functions to improve performance and ...Vsevolod Stakhov2009-07-021-1/+1
* * Add urls output to urls commandVsevolod Stakhov2009-07-022-8/+21
* * Fix possible memory leakage by freeing g_error resoursesVsevolod Stakhov2009-06-301-0/+4
* * Fixed awfully stupid error in surbl moduleVsevolod Stakhov2009-06-301-1/+1
* * Add views support (not completely tested yet)Vsevolod Stakhov2009-06-294-43/+57
* * Improve logic of urls command to extract only those urls that would be chec...Vsevolod Stakhov2009-06-292-37/+136
* * Avoid using static variables for callbacksVsevolod Stakhov2009-06-261-8/+10
* * Fix static buffer usageVsevolod Stakhov2009-06-251-1/+1
* * Introduce new system of workers spawning and configuring, now rspamd can be...Vsevolod Stakhov2009-06-172-44/+44