summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* * Fix parsing regexp with '=' symbol insideVsevolod Stakhov2009-03-271-1/+1
* * Fix bug in expressions parser and optimizerVsevolod Stakhov2009-03-241-2/+3
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-242-2/+7
* * Fix expression optimizatorVsevolod Stakhov2009-03-241-1/+4
* * Use pool allocator for temp strings in headersVsevolod Stakhov2009-03-241-2/+2
* * Add smart handling of message headersVsevolod Stakhov2009-03-241-12/+12
* * Misprint in optimizer functionVsevolod Stakhov2009-03-191-2/+2
* * Fix bug in redirectorVsevolod Stakhov2009-03-192-1/+2
* * Add optimization support for regexpsVsevolod Stakhov2009-03-191-2/+45
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-192-4/+13
* * With flag -t syntax of modules variables is also inspectedVsevolod Stakhov2009-03-191-4/+14
* * Allow escaped quotes in quoted strings, for example "\"some string\""Vsevolod Stakhov2009-03-181-0/+3
* * Add ability to match raw headersVsevolod Stakhov2009-03-171-3/+44
* * Some fixes to regexp moduleVsevolod Stakhov2009-03-121-0/+7
* * Add log line for each message in SA styleVsevolod Stakhov2009-03-111-6/+6
* * Fix redirector connection procedureVsevolod Stakhov2009-03-101-9/+15
* * Not increase save point counter when we actually do not send requestsVsevolod Stakhov2009-03-101-1/+1
* * Avoid extra requests to surbls saving them into requests cacheVsevolod Stakhov2009-03-102-15/+30
* * Fix logic of parsing hoster's domains in surbl moduleVsevolod Stakhov2009-03-061-2/+5
* * Fix bad memory leaks and memory corruption in url detecting moduleVsevolod Stakhov2009-03-061-2/+5
* * Fix misprint in surbl moduleVsevolod Stakhov2009-03-031-2/+2
* * Unify socket creation and accepting by using utility functionsVsevolod Stakhov2009-03-031-19/+5
* * New rspamd protocol (changed replies)Vsevolod Stakhov2009-03-032-6/+9
* * Add ability to check bits from surbl repliesVsevolod Stakhov2009-03-022-9/+66
* * Properly set initial state for surbl state machineVsevolod Stakhov2009-03-021-2/+1
* * Set read timeout for redirector instead of connect timeoutVsevolod Stakhov2009-03-021-2/+2
* * htonl->htons as port is uint16_t, so lower bytes are zeroed or undefined wh...Vsevolod Stakhov2009-03-021-3/+3
* * Remove %m from logging it seems to be unsupported by FreeBSD printf versionVsevolod Stakhov2009-03-021-3/+3
* * Fix misprintVsevolod Stakhov2009-03-021-2/+3
* * Add forgotten fileVsevolod Stakhov2009-03-021-0/+69
* * Add ability to check multiply SURBL'sVsevolod Stakhov2009-03-021-108/+84
* * Add compatibility with gmime24Vsevolod Stakhov2009-03-021-0/+4
* * Fix dispatcher bugs and add some debug outputVsevolod Stakhov2009-03-021-0/+4
* * Fix url-extracterVsevolod Stakhov2009-02-271-6/+12
* * Implement rspamd IO with IO dispatcher (TODO: still some issues with timeou...Vsevolod Stakhov2009-02-191-1/+1
* * Prepare to migrate to cmake (still need to write install target and working...Vsevolod Stakhov2009-02-162-27/+2
* * Add BSD license textVsevolod Stakhov2009-02-162-0/+48
* * Do another rework of filters/metrics and statfiles processingVsevolod Stakhov2009-01-292-3/+2
* * Make surbl checks workingVsevolod Stakhov2009-01-261-55/+64
* * Rewrite message parserVsevolod Stakhov2009-01-211-1/+6
* * Remove strlcpy code and replace it with glib alternativeVsevolod Stakhov2008-12-031-5/+16
* * Reorganize structure of source filesVsevolod Stakhov2008-11-012-0/+840