aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | * Fix parsing of some broken urlsVsevolod Stakhov2010-07-051-1/+1
* | * Fix chartable module in utf modeVsevolod Stakhov2010-07-052-4/+4
* | * Fix detection of numeric urls (reported by citrin)Vsevolod Stakhov2010-07-058-27/+39
* | * Fix stupid error with surbl module reconfig (another one, blame me)Vsevolod Stakhov2010-07-055-31/+71
* | * Add resolv.conf parsing into dns.cVsevolod Stakhov2010-07-016-21/+129
* | * Fix stupid bug in calculating buffer length while reading file mapsVsevolod Stakhov2010-07-011-2/+3
* | * Handle lua tag in way that it is not required to write additional text:Vsevolod Stakhov2010-07-011-2/+18
* | * Misprint != -> ==Vsevolod Stakhov2010-07-011-1/+1
|/
* * Add ability to make whitelist for spf checksVsevolod Stakhov2010-06-301-2/+17
* * Understand short names of facility in logging configVsevolod Stakhov2010-06-301-13/+13
* * MergeVsevolod Stakhov2010-06-291-8/+10
|\
| * * Announce weights and syncAndrej Zverev2010-06-281-8/+10
* | * Add ability to set filters for smtp worker for each smtp stageVsevolod Stakhov2010-06-294-1/+911
|/
* * Remove events in handlersVsevolod Stakhov2010-06-282-2/+7
* * Make session before registering eventsVsevolod Stakhov2010-06-281-8/+6
* * Register dns requests in session tooVsevolod Stakhov2010-06-281-0/+6
* * Delay timer must be registered in async session to correctly handle connect...Vsevolod Stakhov2010-06-281-0/+1
* * Fix reconfigure process of surbl moduleVsevolod Stakhov2010-06-282-2/+27
* * Fix URLS commandVsevolod Stakhov2010-06-241-5/+6
* * Use rspamd_snprintf instead of libc oneVsevolod Stakhov2010-06-2416-183/+172
* * Fix states in smtp dialogVsevolod Stakhov2010-06-242-3/+6
* * Check return value of each rspamd_dispatcher_write as in case of write erro...Vsevolod Stakhov2010-06-2412-160/+428
* * Send to upstream QUIT command at the end of sessionVsevolod Stakhov2010-06-231-4/+24
* * Add more information about why we drop smtp connectionVsevolod Stakhov2010-06-232-2/+7
* * Fix -lintl detectionVsevolod Stakhov2010-06-232-3/+8
* * Fix compatibility issuesVsevolod Stakhov2010-06-239-30/+58
* * Pass env from main() arguments instead of platform specific global environVsevolod Stakhov2010-06-222-2/+2
* * TIMEDB->TIMEBVsevolod Stakhov2010-06-221-1/+1
* * Darwin sendfile(2) supportVsevolod Stakhov2010-06-221-4/+9
* * Rewrite buffered input for line policy (again)Vsevolod Stakhov2010-06-2212-51/+146
* * Try to fix memmove issues in io dispatcherVsevolod Stakhov2010-06-212-11/+11
* * New logic of SURBL module:Vsevolod Stakhov2010-06-188-166/+212
* * Add limit of maximum allowed smtp session errorsVsevolod Stakhov2010-06-184-0/+27
* * MergeVsevolod Stakhov2010-06-181-1/+1
|\
| * * Fix misprintAndrej Zverev2010-06-181-1/+1
* | * Some performance improvements to IO dispatcher (do not drain the whole buff...Vsevolod Stakhov2010-06-186-75/+50
|/
* * Copy from and rcpt correctlyVsevolod Stakhov2010-06-181-9/+18
* * Get weights of symbol from default metric for symbols cacheVsevolod Stakhov2010-06-184-7/+47
* * Fix QUIT command in SMTP workerVsevolod Stakhov2010-06-171-34/+40
* * Implement initial version of greylisting triplets storageVsevolod Stakhov2010-06-179-14/+430
* * announce the "password" keyword in usage listAndrej Zverev2010-06-171-2/+6
* * Fix misprint (by Andrej Zverev)Vsevolod Stakhov2010-06-171-1/+1
* * Incorrectly removed in previous commitVsevolod Stakhov2010-06-172-0/+7
* * Change metric logicVsevolod Stakhov2010-06-1622-668/+261
* * Fix SMTPVsevolod Stakhov2010-06-113-20/+22
* * Check messages received via smtp proxyVsevolod Stakhov2010-06-108-35/+564
* * Implement basic SMTP dialog:Vsevolod Stakhov2010-06-096-45/+883
* * Clean up cache items correctlyVsevolod Stakhov2010-06-091-0/+2
* * Add more logic for dynamic rulesVsevolod Stakhov2010-06-085-13/+143
* * Add experimental support of dynamic rules to regexp moduleVsevolod Stakhov2010-06-013-45/+317