aboutsummaryrefslogtreecommitdiffstats
path: root/src/map.h
Commit message (Collapse)AuthorAgeFilesLines
* Add module options checkerVsevolod Stakhov2010-12-081-0/+4
| | | | | Improve time limits handling Fix smtp proxy options parsing
* Add some comments about maps and logging internals.Vsevolod Stakhov2010-11-261-1/+46
|
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-9/+9
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * Fix stupid error with surbl module reconfig (another one, blame me)Vsevolod Stakhov2010-07-051-0/+1
| | | | * Do not show duplicate urls in url header
* * New logic of SURBL module:Vsevolod Stakhov2010-06-181-0/+4
| | | | | | | | | | | | | - remove completely 2tld - add option "exception" - for domains from exception list check (level + 1) parts of url: If we have url mail.some.com.ru and have com.ru in exception list then we would check some.com.ru. If we have some.com.ru in exceptions list them mail.some.com.ru would be checked and so on. - optimized parsing of surbl requests * Use system mkstemp(3) on systems where it is available as glib implementation has poor security and generate rather predictable temporary file names.
* * Adopt printf function from nginx for comfortable printing of some data ↵Vsevolod Stakhov2009-11-301-0/+2
| | | | | | | types (fixed strings, pids etc) * Fix work of http maps (they were broken in some places before) * Fix sync of statfiles (not fully tested yet)
* * Add chunked replies support for http mapsVsevolod Stakhov2009-09-151-0/+3
|
* * Add http maps supportVsevolod Stakhov2009-07-211-3/+3
|
* * Introduce new common system of map files, that can be used for different ↵Vsevolod Stakhov2009-07-201-0/+55
types of maps. This includes new logic of callbacks and callbacks calling, files are monitored with evtimers with jittering. HTTP support would be included soon as well.