aboutsummaryrefslogtreecommitdiffstats
path: root/src/smtp_proto.h
Commit message (Collapse)AuthorAgeFilesLines
* Rework project structure, remove trash files.Vsevolod Stakhov2014-04-211-95/+0
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-1/+1
|
* * Add initial implementation of proxy objectVsevolod Stakhov2012-03-071-1/+5
| | | | * Add simple smtp proxy worker
* * Add start script for red hat compatible systemsVsevolod Stakhov2011-07-201-0/+39
| | | | | | | Add descriptions for some rspamd API functions (no functional changes). --HG-- rename : linux/rspamd => linux/rspamd_debian.in
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-2/+2
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * Add limit of maximum allowed smtp session errorsVsevolod Stakhov2010-06-181-0/+1
|
* * Some performance improvements to IO dispatcher (do not drain the whole ↵Vsevolod Stakhov2010-06-181-1/+1
| | | | | | buffer after a single line readed) * Fix smtp data input
* * Check messages received via smtp proxyVsevolod Stakhov2010-06-101-0/+5
| | | | | | * Add support for sendfile in io dispatcher * Fix issues with compatibility of worker_task and smtp proxy * Proxy DATA command
* * Implement basic SMTP dialog:Vsevolod Stakhov2010-06-091-0/+46
- delay - helo - mail from - rcpt * Implement interaction with smtp upstream (with support of XCLIENT)