aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.h
Commit message (Collapse)AuthorAgeFilesLines
* More fixes for the new symbols structure.Vsevolod Stakhov2015-08-131-2/+0
|
* Avoid global rspamd_main usage.Vsevolod Stakhov2015-08-061-4/+0
|
* Hide workers and modules definitions.Vsevolod Stakhov2015-08-061-11/+28
|
* Add password encryption mode.Vsevolod Stakhov2015-04-281-0/+7
|
* Implement the concept of fuzzy protocol epoches.Vsevolod Stakhov2015-04-211-0/+12
|
* Fix modules initialization.Vsevolod Stakhov2015-04-171-0/+2
|
* Refactor structures names.Vsevolod Stakhov2015-01-231-1/+1
|
* Remove old statfile_pool logic.Vsevolod Stakhov2015-01-181-2/+0
|
* Refactor function names.Vsevolod Stakhov2014-11-291-2/+2
|
* Add post-signal handler.Vsevolod Stakhov2014-11-011-0/+2
|
* Rework signals processing in workers.Vsevolod Stakhov2014-11-011-2/+10
|
* Fix some problematic includes.Vsevolod Stakhov2014-09-281-14/+16
|
* Rework lists and hashes.Vsevolod Stakhov2014-08-241-7/+0
|
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-62/+66
|
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-75/+71
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-231-71/+75
|
* Remove memcached support.Vsevolod Stakhov2014-04-301-1/+0
|
* Refactor config API.Vsevolod Stakhov2014-04-301-14/+6
|
* Rework worker utilities.Vsevolod Stakhov2014-04-301-31/+1
|
* Use unified signal handlers.Vsevolod Stakhov2014-04-221-1/+0
|
* Refactor task functions.Vsevolod Stakhov2014-04-211-22/+0
|
* Deprecate views: never ever being used.Vsevolod Stakhov2014-04-211-1/+0
|
* Refactor worker task structure and API.Vsevolod Stakhov2014-04-211-101/+6
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-3/+3
|
* Add Log header to prevent logging of a task.Vsevolod Stakhov2014-03-081-0/+1
|
* Move fin_task to a common rspamd_fin_task function.Vsevolod Stakhov2014-01-211-0/+13
|
* Simplify states of task. Disable broken code.Vsevolod Stakhov2014-01-191-6/+2
|
* Parse HTTP requests, cleanup the code.Vsevolod Stakhov2014-01-181-6/+1
| | | | | --HG-- extra : rebase_source : 6b35fbf55fc9fe65d7f033620670bb210928e9b4
* Start moving to HTTP world.Vsevolod Stakhov2014-01-121-1/+3
|
* Add hostname attribute to rspamc protocol.Vsevolod Stakhov2014-01-061-0/+1
|
* Rework rspamd DNS resolver.Vsevolod Stakhov2013-12-101-10/+0
|
* Randomize source port to make a DNS request.Vsevolod Stakhov2013-12-091-0/+1
|
* Fix race condition in the controller IO.Vsevolod Stakhov2013-12-041-2/+2
|
* Rework build and install paths.Vsevolod Stakhov2013-11-191-1/+1
|
* Allow xml->ucl config conversion.Vsevolod Stakhov2013-10-261-1/+1
| | | | | | | 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 build for an old libevent.Vsevolod Stakhov2013-07-241-1/+1
|
* Allow listening on multiply addresses.Vsevolod Stakhov2013-07-201-1/+26
| | | | | | | 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.
* * Add rolling history feature saving last 200 scanned messages.Vsevolod Stakhov2013-01-071-0/+3
| | | | Add /history command handler in webui.
* * Initial approach to RESTful controller.Vsevolod Stakhov2012-09-141-3/+10
| | | | Fix security issues in fstring handling.
* Avoid using global 'counters' hash, include it in struct rspamd_main.Vsevolod Stakhov2012-06-071-0/+1
| | | | | Move worker related utils to separate file and include it in rspamd-mime library. Add some cross-dependencies.
* * Fix spf plugin that was broken in 0.4.7Vsevolod Stakhov2012-04-201-0/+11
| | | | * Add partial ipv6 support for some rspamd modules.
* * Implement pre-filters that realizes concepts to check mail by some ↵Vsevolod Stakhov2012-03-301-0/+6
| | | | | | | | absolute values like: - greylisting - DNS BL/WL - ratelimits
* * Improve statistics for scanned messages.Vsevolod Stakhov2012-03-261-4/+3
|
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-14/+7
| | | | | | | | - 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.
* Allow for post filters to register async events.Vsevolod Stakhov2011-12-161-0/+1
| | | | Some fixes to lua redis library.
* * Finally get rid of stupid savepoints system and migrate to async events ↵Vsevolod Stakhov2011-12-141-10/+0
| | | | | | logic completely Fix lua redis library.
* Reorganize util.c as it should contain only common utilities.Vsevolod Stakhov2011-12-071-0/+18
| | | | Libkvstorage client is now deprecated as I plan to replace it with hiredis library.
* * Fix reopening of logs in case of privilleged run.Vsevolod Stakhov2011-11-301-0/+3
|
* Check for SIGUSR1 by libevent to avoid signals collisions.Vsevolod Stakhov2011-11-301-3/+2
| | | | Remove greylist_storage as it was never used and is actually replaced with basic kvstorage.
* Fix main rspamd worker to work with buffer.c changes.Vsevolod Stakhov2011-11-071-1/+2
|