aboutsummaryrefslogtreecommitdiffstats
path: root/src/controller.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused global.Vsevolod Stakhov2014-05-051-2/+0
* Fix enable_password checking.Vsevolod Stakhov2014-05-031-0/+3
* Fix actions output in 'stat' command.Vsevolod Stakhov2014-05-021-1/+1
* Fix controller initialization.Vsevolod Stakhov2014-04-301-1/+1
* Fix issues with scanning messages via controller.Vsevolod Stakhov2014-04-301-8/+15
* Allow to scan via controller as well.Vsevolod Stakhov2014-04-301-0/+2
* Fix destroy order.Vsevolod Stakhov2014-04-301-3/+3
* Fix misprint.Vsevolod Stakhov2014-04-301-1/+1
* Webui is now controller.Vsevolod Stakhov2014-04-301-127/+127
* Place modules.c in BINDIR not SRCDIR.Vsevolod Stakhov2014-04-301-1685/+1417
* Refactor config API.Vsevolod Stakhov2014-04-301-15/+15
* Use unified signal handlers.Vsevolod Stakhov2014-04-221-68/+1
* Refactor task functions.Vsevolod Stakhov2014-04-211-11/+11
* Finish conversion to new inet addr structure.Vsevolod Stakhov2014-04-211-4/+2
* Refactor worker task structure and API.Vsevolod Stakhov2014-04-211-3/+3
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-10/+10
* Deprecate xml config utilities finally.Vsevolod Stakhov2014-04-191-1/+0
* Adopt DNS logging.Vsevolod Stakhov2014-02-201-1/+1
* Simplify states of task. Disable broken code.Vsevolod Stakhov2014-01-191-16/+1
* Parse HTTP requests, cleanup the code.Vsevolod Stakhov2014-01-181-1/+2
* Start moving to HTTP world.Vsevolod Stakhov2014-01-121-9/+3
* Use dynamic buffer for stat and counters.Vsevolod Stakhov2013-12-231-41/+71
* Fix race condition in the controller IO.Vsevolod Stakhov2013-12-041-4/+11
* Fix restfull mode when controller has no password.Vsevolod Stakhov2013-12-011-1/+3
* Fix dispatcher restoration.Vsevolod Stakhov2013-11-151-4/+3
* Set task dispatcher properly during learning.Vsevolod Stakhov2013-11-151-2/+2
* Some fixes to buffered IO.Vsevolod Stakhov2013-11-081-2/+1
* Adopt fuzzy storage and controller.Vsevolod Stakhov2013-09-301-4/+9
* Add stat_reset command.Vsevolod Stakhov2013-07-231-14/+33
* Allow listening on multiply addresses.Vsevolod Stakhov2013-07-201-17/+5
* Do not add extra useless line for restfull output.Vsevolod Stakhov2013-06-071-1/+6
* Improve counters output in the controller.Vsevolod Stakhov2013-06-071-16/+45
* Add saving of actions, symbols and maps.Vsevolod Stakhov2013-01-091-1/+8
* Add webui handler for rspamd (skeleton).Vsevolod Stakhov2013-01-051-0/+144
* * Add meta-classification example.Vsevolod Stakhov2012-10-041-7/+14
* * Add support for dynamic configuration to the controller's interface.Vsevolod Stakhov2012-10-021-2/+125
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-191-1/+1
* Fix learning throught restfull interface.Vsevolod Stakhov2012-09-181-24/+74
* Force restful replies for restful sessions (not tested with all commands).Vsevolod Stakhov2012-09-161-28/+137
* * Initial approach to RESTful controller.Vsevolod Stakhov2012-09-141-62/+243
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
* Avoid using global 'counters' hash, include it in struct rspamd_main.Vsevolod Stakhov2012-06-071-2/+1
* Strict prototypes.Vsevolod Stakhov2012-06-051-2/+2
* Print percents with actions in controller's 'stat' command output.Vsevolod Stakhov2012-06-041-2/+3
* * Allow full access to controller's commands without a password ifVsevolod Stakhov2012-04-231-4/+7
* Fix some problems with learning.Vsevolod Stakhov2012-04-231-31/+13
* Fix controller freezing.Vsevolod Stakhov2012-04-201-3/+4
* * Improve statistics for scanned messages.Vsevolod Stakhov2012-03-261-6/+16
* * More things to be thread-safe:Vsevolod Stakhov2012-02-131-2/+4