aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused xml code.Vsevolod Stakhov2013-11-161-7/+0
|
* Remove statfile pool size as it was broken.Vsevolod Stakhov2013-11-151-1/+1
|
* Do not listen on SOCK_DGRAM sockets.Vsevolod Stakhov2013-11-101-1/+1
|
* Allow xml->ucl config conversion.Vsevolod Stakhov2013-10-261-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 Stakhov2013-10-041-5/+0
|
* Check openssl version for using EVP.Vsevolod Stakhov2013-09-241-0/+5
|
* Fix accept event handling.Vsevolod Stakhov2013-09-241-1/+1
|
* Allow multiply bind configurations.Vsevolod Stakhov2013-09-161-15/+19
|
* Add test for signature checking in rcl.Vsevolod Stakhov2013-08-221-0/+1
|
* Fix signing procedure.Vsevolod Stakhov2013-08-221-8/+19
|
* Add ability to sign configs using rspamd.Vsevolod Stakhov2013-08-221-0/+126
|
* Allow listening on multiply addresses.Vsevolod Stakhov2013-07-201-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 Stakhov2013-07-081-4/+0
|
* Add a simple test of rsa utils in lua.Vsevolod Stakhov2013-06-131-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 Stakhov2013-06-131-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 Stakhov2013-06-121-1/+12
|
* Fix listening on sockets.Vsevolod Stakhov2013-06-031-3/+3
|
* Rework socket creation logic to support both ipv4 and ipv6 sockets.Vsevolod Stakhov2013-06-011-40/+9
|
* Fix CentOS 5 build.Vsevolod Stakhov2013-03-271-0/+4
|
* Add locking for maps.Vsevolod Stakhov2013-01-081-0/+10
| | | | Add ability to save rolling history in a file.
* * Add rolling history feature saving last 200 scanned messages.Vsevolod Stakhov2013-01-071-0/+3
| | | | Add /history command handler in webui.
* Add /maps and /getmap commands to webui.Vsevolod Stakhov2013-01-061-0/+20
| | | | | | Identify maps by id. Initialize secure random numbers using openssl. Add description to maps.
* Fix test build and shlibs depends.Vsevolod Stakhov2012-12-151-0/+51
|
* * Use murmur hash for all hashes as it is more efficient and provides more ↵Vsevolod Stakhov2012-10-081-2/+2
| | | | | | uniform distribution as glib's default one. * Fix probability renormalization while using advanced classification.
* Make mlock option as tunable.Vsevolod Stakhov2012-10-081-1/+1
|
* * Use mlock to speed up classifiers by locking statfiles in the RAM.Vsevolod Stakhov2012-10-051-0/+2
|
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-191-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 Stakhov2012-09-101-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 Stakhov2012-09-041-3/+3
|
* * Rework thread pools locking logic to avoid global lua mutex usage.Vsevolod Stakhov2012-08-221-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 Stakhov2012-08-161-1/+1
|
* Fix spelling. Submitted by: Laszlo Boszormenyi.Vsevolod Stakhov2012-08-101-2/+2
|
* Avoid using global 'counters' hash, include it in struct rspamd_main.Vsevolod Stakhov2012-06-071-3/+1
| | | | | Move worker related utils to separate file and include it in rspamd-mime library. Add some cross-dependencies.
* Strict prototypes.Vsevolod Stakhov2012-06-051-1/+1
|
* Make it possible to start several rspamd with different configurations from ↵Vsevolod Stakhov2012-04-241-8/+38
| | | | a single commandline.
* Fix proxy logic.Vsevolod Stakhov2012-03-131-27/+32
|
* Another workaround for old glib.Vsevolod Stakhov2012-02-211-1/+4
|
* Workaround for old glib.Vsevolod Stakhov2012-02-171-0/+6
|
* Add quarks to events to determine source of event inside rspamd.Vsevolod Stakhov2012-02-131-0/+3
| | | | Another try to fix threading.
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-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 Stakhov2011-11-301-15/+27
|
* * Fix reopening of logs in case of privilleged run.Vsevolod Stakhov2011-11-301-19/+44
|
* Check for SIGUSR1 by libevent to avoid signals collisions.Vsevolod Stakhov2011-11-301-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 Stakhov2011-11-101-1/+2
| | | | * Add integers detection inside kvstorage.
* Implement lazy backend writing using sync_ops = 0.Vsevolod Stakhov2011-11-081-2/+9
| | | | Allways wait for kvstorage worker to prevent data corruption.
* * Initial implementation of threaded kvstorage worker.Vsevolod Stakhov2011-10-271-0/+12
|
* Add universal utility function for creating stream sockets.Vsevolod Stakhov2011-10-181-1/+1
|
* Try to check spf domain before adding it to LRU hash.Vsevolod Stakhov2011-10-061-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 Stakhov2011-08-181-10/+21
| | | | | | other things in rspamd as well in future. Ignore unknown headers in case of http.
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-2/+2
|