Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build for an old libevent. | Vsevolod Stakhov | 2013-07-24 | 2 | -2/+2 |
| | |||||
* | Fix a problem with listening on sockets. | Vsevolod Stakhov | 2013-07-23 | 2 | -0/+10 |
| | | | | Add stat_reset command to rspamc while I'm here. | ||||
* | Add stat_reset command. | Vsevolod Stakhov | 2013-07-23 | 1 | -14/+33 |
| | | | | | This command is designed to get statistics from rspamd and reset it to a zero state. | ||||
* | Allow listening on multiply addresses. | Vsevolod Stakhov | 2013-07-20 | 14 | -143/+290 |
| | | | | | | | Now rspamd can listen on multiply ipv4/ipv6 addresses. Removed legacy workers (lmtp, kvstorage) as they are never used in production. Try to unify workers initialization. | ||||
* | Remove unused code. | Vsevolod Stakhov | 2013-07-08 | 1 | -4/+0 |
| | |||||
* | Implement per-suffix bits support in surbl plugin. | Vsevolod Stakhov | 2013-07-02 | 2 | -42/+44 |
| | |||||
* | Reverse a list of module options to preserve order. | Vsevolod Stakhov | 2013-07-02 | 1 | -0/+2 |
| | |||||
* | Reduce tokenization noize to improve bayes. | Vsevolod Stakhov | 2013-07-01 | 1 | -7/+32 |
| | |||||
* | Save http date for lua. | Vsevolod Stakhov | 2013-06-26 | 1 | -0/+12 |
| | |||||
* | Parse HTTP date in map requests. | Vsevolod Stakhov | 2013-06-26 | 3 | -6/+294 |
| | |||||
* | Do not query empty hashes. | Vsevolod Stakhov | 2013-06-26 | 1 | -2/+10 |
| | |||||
* | Handle metaoptions more properly. | Vsevolod Stakhov | 2013-06-26 | 1 | -28/+23 |
| | |||||
* | Do not search plaintext email objects in html parts. | Vsevolod Stakhov | 2013-06-25 | 1 | -1/+1 |
| | |||||
* | Remove ambiguity from url parser. | Vsevolod Stakhov | 2013-06-24 | 1 | -3/+0 |
| | |||||
* | More fixes to received parser. | Vsevolod Stakhov | 2013-06-24 | 1 | -8/+20 |
| | |||||
* | Handle another case in received parser. | Vsevolod Stakhov | 2013-06-24 | 1 | -5/+11 |
| | |||||
* | Received parser fix. | Vsevolod Stakhov | 2013-06-24 | 1 | -3/+3 |
| | |||||
* | Improve received headers parser to accept exim style received. | Vsevolod Stakhov | 2013-06-24 | 1 | -33/+97 |
| | |||||
* | Fix urls detection for strings with multiply dots. | Vsevolod Stakhov | 2013-06-24 | 1 | -0/+10 |
| | |||||
* | Fix portability on Solaris. | Vsevolod Stakhov | 2013-06-20 | 2 | -2/+28 |
| | |||||
* | Classify task in webui scan method. | Vsevolod Stakhov | 2013-06-18 | 1 | -0/+1 |
| | |||||
* | Another fix for tld urls. | Vsevolod Stakhov | 2013-06-17 | 1 | -2/+2 |
| | |||||
* | Fix url detection at the beginning of a message. | Vsevolod Stakhov | 2013-06-17 | 1 | -0/+4 |
| | |||||
* | Improve urls parsing. | Vsevolod Stakhov | 2013-06-17 | 1 | -346/+318 |
| | | | | | | | | For tld matches use more strict constraint to avoid non-url objects detection by a suffix trie. For example, aaa.rum@mail.com could be previously treated as m@mail.com email. This patch tries to resolve this issue. | ||||
* | Rework suffix trie implementation. | Vsevolod Stakhov | 2013-06-14 | 1 | -57/+64 |
| | |||||
* | Support metaoptions in lua configuration. | Vsevolod Stakhov | 2013-06-14 | 6 | -9/+78 |
| | |||||
* | Add a simple test of rsa utils in lua. | Vsevolod Stakhov | 2013-06-13 | 2 | -43/+342 |
| | | | | | | Support RSA signing in lua_rsa module. Add save function for rsa_signature. Fix test logic for lua modules. | ||||
* | Add ability to perform lua tests by rspamd. | Vsevolod Stakhov | 2013-06-13 | 3 | -8/+50 |
| | | | | | This feature is useful for testing lua modules and writing unit tests for lua modules. | ||||
* | Fix RSA signature handling. | Vsevolod Stakhov | 2013-06-13 | 1 | -46/+42 |
| | |||||
* | Add preliminary API for rsa verify to lua. | Vsevolod Stakhov | 2013-06-12 | 4 | -2/+414 |
| | |||||
* | Export rspamd paths to lua. | Vsevolod Stakhov | 2013-06-12 | 1 | -0/+8 |
| | |||||
* | Reset mods counter on cache file sync. | Vsevolod Stakhov | 2013-06-11 | 1 | -0/+1 |
| | |||||
* | Add expiration logic. | Vsevolod Stakhov | 2013-06-11 | 1 | -26/+84 |
| | |||||
* | Update fuzzy storage in a separate thread. | Vsevolod Stakhov | 2013-06-11 | 2 | -83/+170 |
| | |||||
* | Detect exp2l as well. Update to 0.5.6. | Vsevolod Stakhov | 2013-06-10 | 1 | -0/+2 |
| | |||||
* | Test for expl function presence. | Vsevolod Stakhov | 2013-06-09 | 1 | -0/+4 |
| | |||||
* | Adopt to lua 5.2. | Vsevolod Stakhov | 2013-06-08 | 18 | -43/+62 |
| | |||||
* | Fix output for counters command. | Vsevolod Stakhov | 2013-06-07 | 2 | -17/+15 |
| | |||||
* | Support counters in rspamc client. | Vsevolod Stakhov | 2013-06-07 | 1 | -4/+120 |
| | |||||
* | Do not add extra useless line for restfull output. | Vsevolod Stakhov | 2013-06-07 | 1 | -1/+6 |
| | |||||
* | Improve counters output in the controller. | Vsevolod Stakhov | 2013-06-07 | 1 | -16/+45 |
| | |||||
* | Another buffers fix. | Vsevolod Stakhov | 2013-06-06 | 1 | -1/+0 |
| | |||||
* | Update buffers logic for streaming read. | Vsevolod Stakhov | 2013-06-06 | 2 | -10/+9 |
| | |||||
* | Another fix to streaming handle. | Vsevolod Stakhov | 2013-06-06 | 1 | -0/+1 |
| | |||||
* | Fix misprint in operator. | Vsevolod Stakhov | 2013-06-06 | 1 | -1/+1 |
| | |||||
* | Stream read fix. | Vsevolod Stakhov | 2013-06-06 | 1 | -2/+10 |
| | |||||
* | Remove broken line. | Vsevolod Stakhov | 2013-06-06 | 1 | -1/+0 |
| | |||||
* | Avoid arrays addresses manipulation. | Vsevolod Stakhov | 2013-06-06 | 1 | -3/+20 |
| | |||||
* | Allow parsing streams without Content-Length. | Vsevolod Stakhov | 2013-06-06 | 2 | -6/+49 |
| | |||||
* | Remove endless counter incrementing. | Vsevolod Stakhov | 2013-06-06 | 1 | -1/+2 |
| | | | | | | | In some cases it is not enough to perform compare and exchange and we still can get race condition in atomic incrementing. Therefore, it is better to loose a history event than to log error message each time. |