aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Search for urls in query parts of html urls as well.Vsevolod Stakhov2015-09-231-0/+43
|
* Fix double free if no password has been specified.Vsevolod Stakhov2015-09-231-5/+0
| | | | Reported by: Golub Mikhail
* Initialize rrd fields before writing to file.Vsevolod Stakhov2015-09-231-0/+5
|
* Allow to extract URLs from query strings of other URLs.Vsevolod Stakhov2015-09-231-12/+47
| | | | | Issue: #361 Reported by: @socksrambler
* Fix issue with the last element in the radix trie.Vsevolod Stakhov2015-09-231-9/+35
|
* Reiterate on colors one more time.Vsevolod Stakhov2015-09-231-3/+3
|
* Fix issue with va_list passing.Vsevolod Stakhov2015-09-231-2/+3
| | | | | Issue: #379 Reported by: @Gottox
* Improve pie colors.Vsevolod Stakhov2015-09-231-7/+5
|
* Add descriptions for whitelist maps.Vsevolod Stakhov2015-09-231-1/+2
|
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-2263-66/+64
|
* 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
|