Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add lua-expr:process method. | Vsevolod Stakhov | 2015-03-19 | 1 | -0/+22 |
| | |||||
* | Finish expression evaluation. | Vsevolod Stakhov | 2015-03-19 | 1 | -2/+13 |
| | |||||
* | Merge pull request #230 from fatalbanana/master | Vsevolod Stakhov | 2015-03-19 | 1 | -20/+39 |
|\ | | | | | Fix luajit/lua headers confusion | ||||
| * | Fix luajit/lua headers confusion | Andrew Lewis | 2015-03-19 | 1 | -20/+39 |
| | | | | | | | | | | Conflicts: CMakeLists.txt | ||||
* | | Merge pull request #229 from fatalbanana/master | Vsevolod Stakhov | 2015-03-19 | 2 | -2/+3 |
|\| | | | | | Fix finding headers from luajit | ||||
| * | Fix debian/control | Andrew Lewis | 2015-03-19 | 1 | -1/+1 |
| | | |||||
| * | Fix finding headers from luajit | Andrew Lewis | 2015-03-19 | 1 | -1/+2 |
| | | |||||
* | | Write optimizator for plus operator. | Vsevolod Stakhov | 2015-03-19 | 1 | -2/+150 |
| | | |||||
* | | Prefer processed elements during optimizations. | Vsevolod Stakhov | 2015-03-19 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #227 from dottedmag/master | Vsevolod Stakhov | 2015-03-18 | 2 | -3/+20 |
|\ \ | | | | | | | Pull changelogs from rspamd-0.8 | ||||
| * | | Pull changelogs from rspamd-0.8 | Mikhail Gusarov | 2015-03-18 | 2 | -3/+20 |
|/ / | |||||
* | | Fix references. | Vsevolod Stakhov | 2015-03-18 | 2 | -29/+38 |
| | | |||||
* | | Fix length when parsing ip4/ip6. | Vsevolod Stakhov | 2015-03-18 | 1 | -2/+2 |
| | | |||||
* | | Fix some more issues in spf. | Vsevolod Stakhov | 2015-03-18 | 1 | -7/+10 |
| | | |||||
* | | Fix issues in spf plugin. | Vsevolod Stakhov | 2015-03-18 | 2 | -10/+14 |
| | | |||||
* | | Use const pointer for LRU cache search. | Vsevolod Stakhov | 2015-03-18 | 2 | -2/+2 |
| | | |||||
* | | Fix errors. | Vsevolod Stakhov | 2015-03-18 | 2 | -24/+38 |
| | | |||||
* | | Merge branch 'spf-rework' | Vsevolod Stakhov | 2015-03-18 | 3 | -868/+787 |
|\ \ | |||||
| * | | Fix refcounts. | Vsevolod Stakhov | 2015-03-18 | 2 | -2/+17 |
| | | | |||||
| * | | Fix spf plugin. | Vsevolod Stakhov | 2015-03-18 | 3 | -101/+27 |
| | | | |||||
| * | | Rework flattening and callback logic. | Vsevolod Stakhov | 2015-03-18 | 2 | -127/+39 |
| | | | |||||
| * | | Rework plain ip6/ip4 parsing. | Vsevolod Stakhov | 2015-03-18 | 2 | -6/+81 |
| | | | |||||
| * | | Add records flattening logic. | Vsevolod Stakhov | 2015-03-18 | 1 | -17/+95 |
| | | | |||||
| * | | Rework DNS callback. | Vsevolod Stakhov | 2015-03-18 | 2 | -318/+124 |
| | | | |||||
| * | | Unify hostmask parsing. | Vsevolod Stakhov | 2015-03-18 | 1 | -40/+124 |
| | | | |||||
| * | | Fix parsing routines. | Vsevolod Stakhov | 2015-03-18 | 1 | -205/+182 |
| | | | |||||
| * | | Start rework for spf structures. | Vsevolod Stakhov | 2015-03-18 | 2 | -98/+148 |
| | | | |||||
| * | | Rework address matching algorithm in SPF plugin. | Vsevolod Stakhov | 2015-03-18 | 1 | -25/+21 |
|/ / | |||||
* | | 2 more test cases. | Vsevolod Stakhov | 2015-03-18 | 1 | -0/+4 |
| | | |||||
* | | Add more unit tests. | Vsevolod Stakhov | 2015-03-18 | 1 | -1/+11 |
| | | |||||
* | | Use reft-associativity by default for all ops. | Vsevolod Stakhov | 2015-03-18 | 1 | -2/+3 |
| | | |||||
* | | Treat '+' as operator symbol. | Vsevolod Stakhov | 2015-03-18 | 1 | -0/+2 |
| | | |||||
* | | Initialize state. | Vsevolod Stakhov | 2015-03-18 | 1 | -1/+1 |
| | | |||||
* | | Fix more issues in expressions parser. | Vsevolod Stakhov | 2015-03-17 | 3 | -6/+18 |
| | | |||||
* | | Fix expressions unit test. | Vsevolod Stakhov | 2015-03-17 | 1 | -3/+4 |
| | | |||||
* | | Merge pull request #225 from fatalbanana/master | Vsevolod Stakhov | 2015-03-17 | 18 | -69/+100 |
|\| | | | | | Try include rspamd.conf.local.override with high priority | ||||
| * | Add specific workaround for debian. | Vsevolod Stakhov | 2015-03-17 | 1 | -0/+4 |
| | | |||||
| * | Reiterate on systemd. | Vsevolod Stakhov | 2015-03-17 | 2 | -19/+28 |
| | | | | | | | | | | Conflicts: CMakeLists.txt | ||||
| * | Use Systemd for Linux family and SysV for other systems. | Andrej Zverev | 2015-03-17 | 2 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are creating conf/rspamd.conf.in as template and declaring two new variables for CMake: DEFAULTS (for SysV): RSPAMD_WORKER_NORMAL = "*:11333" RSPAMD_WORKER_CONTROLLER = "*:11334" For Linux (for Systemd): RSPAMD_WORKER_NORMAL = "systemd:0" RSPAMD_WORKER_CONTROLLER = "systemd:1" During build we replace template with correct values. Conflicts: CMakeLists.txt | ||||
| * | Adapt debian/control for 0.9.x | Andrew Lewis | 2015-03-17 | 1 | -1/+1 |
| | | |||||
| * | Try include rspamd.conf.local.override with high priority | Andrew Lewis | 2015-03-17 | 1 | -1/+2 |
| | | |||||
| * | Remove obsolete conffiles on upgrade | Mikhail Gusarov | 2015-03-17 | 1 | -0/+3 |
| | | |||||
| * | Explicitly set tmpdir in config file | Mikhail Gusarov | 2015-03-17 | 1 | -0/+1 |
| | | |||||
| * | Work around Debian mishandling of systemd socket-activated units | Mikhail Gusarov | 2015-03-17 | 4 | -1/+32 |
| | | | | | | | | | | | | If there is a backward compatibility sysvinit script, then even socket-activated services are started automatically after install/upgrade. | ||||
| * | Fix syntax error in worker-normal.inc | Mikhail Gusarov | 2015-03-17 | 1 | -1/+1 |
| | | |||||
| * | Bump Standards-Version | Mikhail Gusarov | 2015-03-17 | 1 | -1/+1 |
| | | |||||
| * | Fix installing conf/ files | Mikhail Gusarov | 2015-03-17 | 1 | -4/+7 |
| | | |||||
| * | Reorganize configuration files for systemd | Mikhail Gusarov | 2015-03-17 | 12 | -72/+83 |
| | | | | | | | | | | | | Common systemd/non-systemd options were moved to .inc files. rspamd.conf is systemd-enabled one, rspamd.sysvinit.conf is sysvinit-compatible one. | ||||
* | | More to lazy evaluation logic. | Vsevolod Stakhov | 2015-03-17 | 1 | -21/+14 |
| | | |||||
* | | Add processing for AND, NOT and OR operations. | Vsevolod Stakhov | 2015-03-17 | 1 | -0/+102 |
| | |