Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework socket creation logic to support both ipv4 and ipv6 sockets. | Vsevolod Stakhov | 2013-06-01 | 1 | -9/+2 |
| | |||||
* | * Add rolling history feature saving last 200 scanned messages. | Vsevolod Stakhov | 2013-01-07 | 1 | -2/+2 |
| | | | | Add /history command handler in webui. | ||||
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -2/+2 |
| | |||||
* | * Add initial implementation of proxy object | Vsevolod Stakhov | 2012-03-07 | 1 | -3/+57 |
| | | | | * Add simple smtp proxy worker | ||||
* | * More things to be thread-safe: | Vsevolod Stakhov | 2012-02-13 | 1 | -1/+3 |
| | | | | | | | - pool allocator is now thread-safe - lua subsystem now holds lock to avoid lua stack corruption - events subsystem now using conditional variables to wait for async_threads - insert_result is thread-safe now | ||||
* | Add quarks to events to determine source of event inside rspamd. | Vsevolod Stakhov | 2012-02-13 | 1 | -1/+1 |
| | | | | Another try to fix threading. | ||||
* | * Use event_base thread safe API to allow parallelism based on threads | Vsevolod Stakhov | 2011-10-26 | 1 | -1/+1 |
| | |||||
* | Add universal utility function for creating stream sockets. | Vsevolod Stakhov | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | * Improve performance of settings lookup | Vsevolod Stakhov | 2011-06-30 | 1 | -2/+2 |
| | |||||
* | Add rewrite subject action implementation to SMTP proxy. | Vsevolod Stakhov | 2010-10-27 | 1 | -7/+25 |
| | |||||
* | Add add_header action to smtp proxy. | Vsevolod Stakhov | 2010-10-26 | 1 | -0/+72 |
| | | | | In raw mode scan stripped html parts when regexp are not 'raw'. | ||||
* | Fix action settings (reported by Anton Nekhoroshih). | Vsevolod Stakhov | 2010-10-25 | 1 | -0/+223 |
Split smtp code to 'utils', 'protocol' and 'worker' functions. * Add support of actions for smtp worker. |