summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue when there is no reject score for any metric.Vsevolod Stakhov2015-09-221-3/+8
|
* Print assertions from glib to rspamd logger.Vsevolod Stakhov2015-09-223-0/+13
|
* Fix issue whith broken statfiles.Vsevolod Stakhov2015-09-221-0/+2
|
* Fix time for /graph.Vsevolod Stakhov2015-09-221-4/+5
|
* Optimize logging by skipping hash table search if it's empty.Vsevolod Stakhov2015-09-221-0/+2
|
* Controller sockets are owned by router do not export them to task.Vsevolod Stakhov2015-09-221-6/+5
|
* Cache correct passwords to avoid too high CPU usage.Vsevolod Stakhov2015-09-221-6/+58
|
* Add graph handler to the controller.Vsevolod Stakhov2015-09-213-32/+169
|
* Add rra extraction function.Vsevolod Stakhov2015-09-212-0/+61
|
* Fix assignment order.Vsevolod Stakhov2015-09-211-3/+3
|
* Improve fuzzy IO errors logging.Vsevolod Stakhov2015-09-211-1/+2
|
* Set event base for fuzzy calls.Vsevolod Stakhov2015-09-211-0/+1
|
* Perform some rrd file check.Vsevolod Stakhov2015-09-211-14/+24
|
* Adjust rrd intervals.Vsevolod Stakhov2015-09-211-4/+4
|
* Preserve worker's index when restaring workers.Vsevolod Stakhov2015-09-211-6/+18
|
* Allow only one controller process to manage rrd file.Vsevolod Stakhov2015-09-213-11/+13
|
* Fix Hfilter plugins with the new DNS APIAlexey AL2015-09-201-3/+15
|
* Fix a stupid bug in rrd event initialization.Vsevolod Stakhov2015-09-191-1/+2
|
* Add writing to rrd from the controller.Vsevolod Stakhov2015-09-183-0/+152
|
* Fix DKIM RBLAndrew Lewis2015-09-171-2/+2
|
* Check DKIM domain when whitelisting by DKIM signature.Vsevolod Stakhov2015-09-171-4/+21
|
* Improve dkim domains validation for DMARCVsevolod Stakhov2015-09-171-7/+9
|
* Indexes start from 1 in lua!!!!Vsevolod Stakhov2015-09-171-1/+1
|
* Sanitize spaces in headers' start.Vsevolod Stakhov2015-09-171-0/+5
|
* Add special knob for systemd logging.Vsevolod Stakhov2015-09-173-8/+30
|
* Use tld for whitelisting.Vsevolod Stakhov2015-09-161-7/+2
|
* Fix wrongly placed g_string_free.Vsevolod Stakhov2015-09-162-1/+11
|
* Allow optional multiplier for whitelists.Vsevolod Stakhov2015-09-161-5/+22
|
* Fix logging in DNS.Vsevolod Stakhov2015-09-161-4/+4
|
* Print IP address in logs.Vsevolod Stakhov2015-09-161-2/+3
|
* Match domain name for simple dkim signatures.Vsevolod Stakhov2015-09-161-1/+11
|
* Add Karp-Rabin algorithm for substrings search.Vsevolod Stakhov2015-09-162-0/+46
|
* Fix multiple DKIM signatures for relaxed method.Vsevolod Stakhov2015-09-162-2/+5
|
* Another issue with nested depends.Vsevolod Stakhov2015-09-151-1/+1
|
* Improve url log output.Vsevolod Stakhov2015-09-151-3/+21
|
* Print 'from: ' in logs if a task has no `user` specifiedVsevolod Stakhov2015-09-151-0/+11
|
* Stop logging of encrypted passwords.Vsevolod Stakhov2015-09-151-24/+2
|
* Save controller statistics between restarts.Vsevolod Stakhov2015-09-151-0/+198
|
* Fix rra updates.Vsevolod Stakhov2015-09-151-18/+22
|
* Fix bugs in pdp calculations.Vsevolod Stakhov2015-09-151-22/+6
|
* Add debugging to rrd code.Vsevolod Stakhov2015-09-152-77/+93
|
* Update rrd code.Vsevolod Stakhov2015-09-152-44/+61
|
* Add utility to get calendar ticks.Vsevolod Stakhov2015-09-152-0/+22
|
* Fix dependencies nesting.Vsevolod Stakhov2015-09-151-1/+3
|
* Fix scanning via controller.Vsevolod Stakhov2015-09-152-15/+36
|
* Add initial version of the whitelist plugin.Vsevolod Stakhov2015-09-141-0/+153
|
* Fix parsing of lua tables.Vsevolod Stakhov2015-09-142-7/+12
|
* Improve error handler for lua_pcall.Vsevolod Stakhov2015-09-142-15/+14
|
* Print stack trace on lua errors.Vsevolod Stakhov2015-09-143-48/+91
|
* Unbreak logging in the settings module.Vsevolod Stakhov2015-09-141-5/+5
|