Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework project structure, remove trash files. | Vsevolod Stakhov | 2014-04-21 | 1 | -134/+0 |
| | |||||
* | Refactor memory pool naming. | Vsevolod Stakhov | 2014-04-20 | 1 | -10/+10 |
| | |||||
* | Include checksum in a map struct. | Vsevolod Stakhov | 2014-01-05 | 1 | -9/+14 |
| | |||||
* | Use getaddrinfo when opening sockets. | Vsevolod Stakhov | 2013-05-31 | 1 | -1/+1 |
| | |||||
* | Add locking for maps. | Vsevolod Stakhov | 2013-01-08 | 1 | -0/+2 |
| | | | | Add ability to save rolling history in a file. | ||||
* | Add /maps and /getmap commands to webui. | Vsevolod Stakhov | 2013-01-06 | 1 | -3/+7 |
| | | | | | | Identify maps by id. Initialize secure random numbers using openssl. Add description to maps. | ||||
* | Avoid global variables in map logic. | Vsevolod Stakhov | 2012-09-19 | 1 | -4/+6 |
| | | | | * Add support of simple maps like '/path/to/file' as it seems to be more comfortable than 'file:///...' | ||||
* | * Use event_base thread safe API to allow parallelism based on threads | Vsevolod Stakhov | 2011-10-26 | 1 | -1/+2 |
| | |||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -5/+5 |
| | |||||
* | Rework http chunked encoding parsing. | Vsevolod Stakhov | 2011-07-20 | 1 | -8/+8 |
| | |||||
* | * Add new key-value map | Vsevolod Stakhov | 2011-05-25 | 1 | -0/+6 |
| | | | | | * Add lua api support for key-value map * Fix problem in lua configuration initialization to allow `rspamd_config' global work properly | ||||
* | Add module options checker | Vsevolod Stakhov | 2010-12-08 | 1 | -0/+4 |
| | | | | | Improve time limits handling Fix smtp proxy options parsing | ||||
* | Add some comments about maps and logging internals. | Vsevolod Stakhov | 2010-11-26 | 1 | -1/+46 |
| | |||||
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -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 Stakhov | 2010-07-05 | 1 | -0/+1 |
| | | | | * Do not show duplicate urls in url header | ||||
* | * New logic of SURBL module: | Vsevolod Stakhov | 2010-06-18 | 1 | -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 Stakhov | 2009-11-30 | 1 | -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 maps | Vsevolod Stakhov | 2009-09-15 | 1 | -0/+3 |
| | |||||
* | * Add http maps support | Vsevolod Stakhov | 2009-07-21 | 1 | -3/+3 |
| | |||||
* | * Introduce new common system of map files, that can be used for different ↵ | Vsevolod Stakhov | 2009-07-20 | 1 | -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. |