summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * New rspamd protocol (changed replies)Vsevolod Stakhov2009-03-0310-93/+173
* * Add ability to check bits from surbl repliesVsevolod Stakhov2009-03-026-21/+87
* * Properly set initial state for surbl state machineVsevolod Stakhov2009-03-022-2/+8
* * 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-022-4/+4
* * Remove %m from logging it seems to be unsupported by FreeBSD printf versionVsevolod Stakhov2009-03-0212-44/+42
* * Fix misprintVsevolod Stakhov2009-03-021-2/+3
* * Add forgotten fileVsevolod Stakhov2009-03-021-0/+69
* * Add ability to check multiply SURBL'sVsevolod Stakhov2009-03-022-110/+86
* * Add compatibility with gmime24Vsevolod Stakhov2009-03-0212-17/+353
* * Fix LMTP and DELIVERY parsing in config file while trying to get control cr...Vsevolod Stakhov2009-03-021-3/+9
* * Fix dispatcher bugs and add some debug outputVsevolod Stakhov2009-03-023-6/+36
* * Fix character policy in dispatcherVsevolod Stakhov2009-03-022-3/+10
* * Try not to unref parser too earlyVsevolod Stakhov2009-03-021-6/+4
* * Link with gmime24 if gmime22 is not foundVsevolod Stakhov2009-03-021-1/+6
* * Add debug for mime parsingVsevolod Stakhov2009-03-023-1/+17
* * Fix url-extracterVsevolod Stakhov2009-02-278-45/+61
* * Fix dependencies on perlxs target (do not rebuild it constantly)Vsevolod Stakhov2009-02-274-6/+44
* * Remove cmake logic for installing targets due to fucking libperlVsevolod Stakhov2009-02-261-1/+1
* * Fix logging when process is startingVsevolod Stakhov2009-02-267-7/+26
* * Completely rewrite and reorganize perl APIVsevolod Stakhov2009-02-2615-507/+2200
* * Add support of LMTP/SMTP deliveryVsevolod Stakhov2009-02-255-25/+249
* * Fix memory corruption and lmtp handlingVsevolod Stakhov2009-02-258-70/+168
* * Add initial LMTP support and LDA delivery to rspamdVsevolod Stakhov2009-02-2417-66/+1032
* * Fix dispatcher timeouts handlingVsevolod Stakhov2009-02-205-15/+57
* * Implement rspamd IO with IO dispatcher (TODO: still some issues with timeou...Vsevolod Stakhov2009-02-1914-263/+615
* * Improve logger initializationVsevolod Stakhov2009-02-181-42/+66
* * Fix issue with -fPIC and DynaLoaderVsevolod Stakhov2009-02-182-30/+47
* * Add issue to cmake to make perl module as wellVsevolod Stakhov2009-02-175-10/+150
* * Prepare to migrate to cmake (still need to write install target and working...Vsevolod Stakhov2009-02-1639-1356/+448
* * Add BSD license textVsevolod Stakhov2009-02-1623-11/+547
* * Remove unused field from task objectVsevolod Stakhov2009-02-132-10/+11
* * Init perl and do all perl specific operations from the single place in codeVsevolod Stakhov2009-02-133-62/+111
* * Add log function to perl APIVsevolod Stakhov2009-02-124-2/+62
* * By default number of workers is number of active processors in systemVsevolod Stakhov2009-02-112-16/+24
* * Avoid division by zeroVsevolod Stakhov2009-02-091-1/+8
* * Fill hash buckets with zeroes to avoid invalid pointer usageVsevolod Stakhov2009-02-061-2/+2
* * Try to fix reading a line from user (using pools)Vsevolod Stakhov2009-02-064-6/+54
* * Make doxygen happy about structures membersVsevolod Stakhov2009-02-068-249/+242
* * Move config parse errors from stderr output to standart logging functionsVsevolod Stakhov2009-02-062-10/+39
* * Add some comments and documentationVsevolod Stakhov2009-02-0511-251/+739
* * Do another rework of filters/metrics and statfiles processingVsevolod Stakhov2009-01-2912-126/+198
* * Fix bug with calling consolidation function after stop_pointVsevolod Stakhov2009-01-283-17/+42
* * Use prime number for hash nodes initial valueVsevolod Stakhov2009-01-271-1/+1
* * Add new hash for storing hash data in shared memoryVsevolod Stakhov2009-01-2710-31/+477
* * Make surbl checks workingVsevolod Stakhov2009-01-265-70/+95
* * Rework statfiles result processingVsevolod Stakhov2009-01-228-16/+55
* * Add memory pool allocator statistics to 'stat' report outputVsevolod Stakhov2009-01-211-1/+11
* * Rewrite message parserVsevolod Stakhov2009-01-2112-146/+572
* * Rewrite perl client for rspamd, now it allows access to both normal and con...Vsevolod Stakhov2009-01-197-69/+222