aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol.c
Commit message (Expand)AuthorAgeFilesLines
* * Add urls output to urls commandVsevolod Stakhov2009-07-021-13/+13
* * Improve logic of urls command to extract only those urls that would be chec...Vsevolod Stakhov2009-06-291-45/+3
* * Fix bug with infinite loops caused by outputting long urlsVsevolod Stakhov2009-06-221-0/+1
* * Fix 'urls' commandVsevolod Stakhov2009-06-151-22/+3
* * Add module for blacklisting emails (self documented in sample config)Vsevolod Stakhov2009-06-151-18/+41
* * Add urls command for extracting urlsVsevolod Stakhov2009-06-051-2/+62
* * Rework url parsing algorithmsVsevolod Stakhov2009-06-021-2/+6
* * Add 'User' header that is used by exim MTAVsevolod Stakhov2009-05-191-0/+10
* * Implement PROCESS command that adds header to original messageVsevolod Stakhov2009-05-131-6/+58
* * Strip header values to avoid problems with libc functionsVsevolod Stakhov2009-05-081-0/+2
* * Improve performance of IO reading by reworking IO dispatcher algorithmVsevolod Stakhov2009-05-081-22/+41
* * Fix log lineVsevolod Stakhov2009-03-251-1/+1
* * More accurate work with clockVsevolod Stakhov2009-03-251-2/+2
* * Log scan time and scan length of messagesVsevolod Stakhov2009-03-251-1/+3
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-241-0/+3
* * While printing symbols list on log strip last ',' from loglineVsevolod Stakhov2009-03-191-0/+4
* * Add log line for each message in SA styleVsevolod Stakhov2009-03-111-13/+38
* * Fix redirector connection procedureVsevolod Stakhov2009-03-101-0/+13
* * New rspamd protocol (changed replies)Vsevolod Stakhov2009-03-031-62/+95
* * Add debug for mime parsingVsevolod Stakhov2009-03-021-0/+2
* * Add support of LMTP/SMTP deliveryVsevolod Stakhov2009-02-251-1/+0
* * Fix dispatcher timeouts handlingVsevolod Stakhov2009-02-201-0/+2
* * Implement rspamd IO with IO dispatcher (TODO: still some issues with timeou...Vsevolod Stakhov2009-02-191-24/+26
* * Prepare to migrate to cmake (still need to write install target and working...Vsevolod Stakhov2009-02-161-5/+1
* * Add BSD license textVsevolod Stakhov2009-02-161-0/+24
* * Rework statfiles result processingVsevolod Stakhov2009-01-221-1/+2
* * Add simple utility for sending mail to rspamdVsevolod Stakhov2009-01-161-14/+18
* * Remove strlcpy code and replace it with glib alternativeVsevolod Stakhov2008-12-031-2/+2
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-0/+492