aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/surbl.c
Commit message (Expand)AuthorAgeFilesLines
* * Move evdns initializing to workersVsevolod Stakhov2009-05-051-1/+0
* * Fix parsing regexp with '=' symbol insideVsevolod Stakhov2009-03-271-1/+1
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-241-2/+5
* * Fix bug in redirectorVsevolod Stakhov2009-03-191-1/+1
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-191-0/+4
* * 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-101-15/+28
* * 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-031-5/+8
* * Add ability to check bits from surbl repliesVsevolod Stakhov2009-03-021-8/+60
* * 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 ability to check multiply SURBL'sVsevolod Stakhov2009-03-021-108/+84
* * Fix dispatcher bugs and add some debug outputVsevolod Stakhov2009-03-021-0/+4
* * Fix url-extracterVsevolod Stakhov2009-02-271-6/+12
* * Prepare to migrate to cmake (still need to write install target and working...Vsevolod Stakhov2009-02-161-14/+1
* * Add BSD license textVsevolod Stakhov2009-02-161-0/+24
* * Do another rework of filters/metrics and statfiles processingVsevolod Stakhov2009-01-291-1/+0
* * Make surbl checks workingVsevolod Stakhov2009-01-261-55/+64
* * Remove strlcpy code and replace it with glib alternativeVsevolod Stakhov2008-12-031-5/+16
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-0/+593