Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused xml code. | Vsevolod Stakhov | 2013-11-16 | 1 | -7/+0 |
| | |||||
* | Remove statfile pool size as it was broken. | Vsevolod Stakhov | 2013-11-15 | 1 | -1/+1 |
| | |||||
* | Do not listen on SOCK_DGRAM sockets. | Vsevolod Stakhov | 2013-11-10 | 1 | -1/+1 |
| | |||||
* | Allow xml->ucl config conversion. | Vsevolod Stakhov | 2013-10-26 | 1 | -1/+3 |
| | | | | | | | Now it is possible to read UCL configs directly and convert legacy XML to UCL by --convert-config option. Default config is now rspamd.conf, not rspamd.xml. | ||||
* | Fix other stuff to work with rcl modules. | Vsevolod Stakhov | 2013-10-04 | 1 | -5/+0 |
| | |||||
* | Check openssl version for using EVP. | Vsevolod Stakhov | 2013-09-24 | 1 | -0/+5 |
| | |||||
* | Fix accept event handling. | Vsevolod Stakhov | 2013-09-24 | 1 | -1/+1 |
| | |||||
* | Allow multiply bind configurations. | Vsevolod Stakhov | 2013-09-16 | 1 | -15/+19 |
| | |||||
* | Add test for signature checking in rcl. | Vsevolod Stakhov | 2013-08-22 | 1 | -0/+1 |
| | |||||
* | Fix signing procedure. | Vsevolod Stakhov | 2013-08-22 | 1 | -8/+19 |
| | |||||
* | Add ability to sign configs using rspamd. | Vsevolod Stakhov | 2013-08-22 | 1 | -0/+126 |
| | |||||
* | Allow listening on multiply addresses. | Vsevolod Stakhov | 2013-07-20 | 1 | -16/+23 |
| | | | | | | | 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 |
| | |||||
* | Add a simple test of rsa utils in lua. | Vsevolod Stakhov | 2013-06-13 | 1 | -8/+17 |
| | | | | | | 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 | 1 | -8/+48 |
| | | | | | This feature is useful for testing lua modules and writing unit tests for lua modules. | ||||
* | Add preliminary API for rsa verify to lua. | Vsevolod Stakhov | 2013-06-12 | 1 | -1/+12 |
| | |||||
* | Fix listening on sockets. | Vsevolod Stakhov | 2013-06-03 | 1 | -3/+3 |
| | |||||
* | Rework socket creation logic to support both ipv4 and ipv6 sockets. | Vsevolod Stakhov | 2013-06-01 | 1 | -40/+9 |
| | |||||
* | Fix CentOS 5 build. | Vsevolod Stakhov | 2013-03-27 | 1 | -0/+4 |
| | |||||
* | Add locking for maps. | Vsevolod Stakhov | 2013-01-08 | 1 | -0/+10 |
| | | | | Add ability to save rolling history in a file. | ||||
* | * Add rolling history feature saving last 200 scanned messages. | Vsevolod Stakhov | 2013-01-07 | 1 | -0/+3 |
| | | | | Add /history command handler in webui. | ||||
* | Add /maps and /getmap commands to webui. | Vsevolod Stakhov | 2013-01-06 | 1 | -0/+20 |
| | | | | | | Identify maps by id. Initialize secure random numbers using openssl. Add description to maps. | ||||
* | Fix test build and shlibs depends. | Vsevolod Stakhov | 2012-12-15 | 1 | -0/+51 |
| | |||||
* | * Use murmur hash for all hashes as it is more efficient and provides more ↵ | Vsevolod Stakhov | 2012-10-08 | 1 | -2/+2 |
| | | | | | | uniform distribution as glib's default one. * Fix probability renormalization while using advanced classification. | ||||
* | Make mlock option as tunable. | Vsevolod Stakhov | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | * Use mlock to speed up classifiers by locking statfiles in the RAM. | Vsevolod Stakhov | 2012-10-05 | 1 | -0/+2 |
| | |||||
* | Avoid global variables in map logic. | Vsevolod Stakhov | 2012-09-19 | 1 | -46/+1 |
| | | | | * Add support of simple maps like '/path/to/file' as it seems to be more comfortable than 'file:///...' | ||||
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 1 | -1/+1 |
| | | | | | Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c. | ||||
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -3/+3 |
| | |||||
* | * Rework thread pools locking logic to avoid global lua mutex usage. | Vsevolod Stakhov | 2012-08-22 | 1 | -2/+4 |
| | | | | | | Fixed several memory leaks with modern glib. Fixed memory leak in dkim code. Fixed a problem with static global variables in shared libraries. | ||||
* | Fix assertion when using default configuration. | Vsevolod Stakhov | 2012-08-16 | 1 | -1/+1 |
| | |||||
* | Fix spelling. Submitted by: Laszlo Boszormenyi. | Vsevolod Stakhov | 2012-08-10 | 1 | -2/+2 |
| | |||||
* | Avoid using global 'counters' hash, include it in struct rspamd_main. | Vsevolod Stakhov | 2012-06-07 | 1 | -3/+1 |
| | | | | | Move worker related utils to separate file and include it in rspamd-mime library. Add some cross-dependencies. | ||||
* | Strict prototypes. | Vsevolod Stakhov | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | Make it possible to start several rspamd with different configurations from ↵ | Vsevolod Stakhov | 2012-04-24 | 1 | -8/+38 |
| | | | | a single commandline. | ||||
* | Fix proxy logic. | Vsevolod Stakhov | 2012-03-13 | 1 | -27/+32 |
| | |||||
* | Another workaround for old glib. | Vsevolod Stakhov | 2012-02-21 | 1 | -1/+4 |
| | |||||
* | Workaround for old glib. | Vsevolod Stakhov | 2012-02-17 | 1 | -0/+6 |
| | |||||
* | Add quarks to events to determine source of event inside rspamd. | Vsevolod Stakhov | 2012-02-13 | 1 | -0/+3 |
| | | | | Another try to fix threading. | ||||
* | * Introduce new system of worker's and modules initialization: | Vsevolod Stakhov | 2012-01-16 | 1 | -82/+34 |
| | | | | | | | | - Removed legacy limitation of worker's types; - Using GQuarks to identify workers and modules; - Remove modules.sh script; - Add a common system of workers and modules; - Write management and configuration for new architecture. | ||||
* | Add -i flag allowing to run workers as root. | Vsevolod Stakhov | 2011-11-30 | 1 | -15/+27 |
| | |||||
* | * Fix reopening of logs in case of privilleged run. | Vsevolod Stakhov | 2011-11-30 | 1 | -19/+44 |
| | |||||
* | Check for SIGUSR1 by libevent to avoid signals collisions. | Vsevolod Stakhov | 2011-11-30 | 1 | -7/+1 |
| | | | | Remove greylist_storage as it was never used and is actually replaced with basic kvstorage. | ||||
* | * Add incr and decr commands to kvstorage. | Vsevolod Stakhov | 2011-11-10 | 1 | -1/+2 |
| | | | | * Add integers detection inside kvstorage. | ||||
* | Implement lazy backend writing using sync_ops = 0. | Vsevolod Stakhov | 2011-11-08 | 1 | -2/+9 |
| | | | | Allways wait for kvstorage worker to prevent data corruption. | ||||
* | * Initial implementation of threaded kvstorage worker. | Vsevolod Stakhov | 2011-10-27 | 1 | -0/+12 |
| | |||||
* | Add universal utility function for creating stream sockets. | Vsevolod Stakhov | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Try to check spf domain before adding it to LRU hash. | Vsevolod Stakhov | 2011-10-06 | 1 | -7/+7 |
| | | | | Make libutil functions ported from BSD compatible with libbsd in linux. | ||||
* | * Introduce new system of contexts initialization. It would be used for ↵ | Vsevolod Stakhov | 2011-08-18 | 1 | -10/+21 |
| | | | | | | other things in rspamd as well in future. Ignore unknown headers in case of http. | ||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -2/+2 |
| |