Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [Test] Init URL parser before running unit tests | Mikhail Galanin | 2018-09-19 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #2497 from negram/doc-misprint-fix | Vsevolod Stakhov | 2018-09-18 | 1 | -1/+1 | |
|\ | | | | | [Minor] Misprint in function doc | |||||
| * | [Minor] Misprint in function doc | Mikhail Galanin | 2018-09-18 | 1 | -1/+1 | |
| | | ||||||
* | | [Conf] Slashing change: add settings configuration to the vanilla set | Vsevolod Stakhov | 2018-09-18 | 2 | -0/+67 | |
| | | ||||||
* | | [Fix] Show the proper frame when using lua_util.debugm | Vsevolod Stakhov | 2018-09-18 | 1 | -2/+6 | |
| | | ||||||
* | | [Minor] Allow stack pos in logger.logx as well | Vsevolod Stakhov | 2018-09-18 | 1 | -3/+13 | |
| | | ||||||
* | | [Minor] Accept stack pos when showing debug in logger.debugm | Vsevolod Stakhov | 2018-09-18 | 1 | -13/+27 | |
|/ | ||||||
* | [Minor] Improve `hash` processor | Vsevolod Stakhov | 2018-09-18 | 1 | -1/+6 | |
| | ||||||
* | [Minor] Simplify methods invocation | Vsevolod Stakhov | 2018-09-18 | 1 | -35/+66 | |
| | ||||||
* | [Project] Implement implicit conversions to userdata | Vsevolod Stakhov | 2018-09-18 | 1 | -66/+103 | |
| | ||||||
* | [Project] Add method concept | Vsevolod Stakhov | 2018-09-18 | 1 | -2/+4 | |
| | ||||||
* | Merge pull request #2495 from negram/sa_body-regex | Vsevolod Stakhov | 2018-09-18 | 1 | -0/+2 | |
|\ | | | | | [Test] Input data for the last test case | |||||
| * | [Test] Input data for the last test case | Mikhail Galanin | 2018-09-18 | 1 | -0/+2 | |
| | | ||||||
* | | Merge pull request #2493 from negram/sa_body-regex | Vsevolod Stakhov | 2018-09-18 | 2 | -0/+53 | |
|\| | | | | | Sa body regex | |||||
| * | [Test] Added test for case "hello.\nagain" | Mikhail Galanin | 2018-09-18 | 2 | -0/+7 | |
| | | ||||||
| * | [Test] Forgotten config | Mikhail Galanin | 2018-09-18 | 1 | -0/+46 | |
| | | ||||||
* | | Merge pull request #2492 from negram/sa_body-regex | Vsevolod Stakhov | 2018-09-18 | 4 | -2/+76 | |
|\| | | | | | Sa body regex | |||||
| * | [Test] Test for regexps in {sa_body} and urls with newlines | Mikhail Galanin | 2018-09-18 | 3 | -0/+62 | |
| | | ||||||
| * | [Minor] Insert spaces only if text part is not suspected to be a link | Mikhail Galanin | 2018-09-18 | 1 | -2/+14 | |
| | | | | | | | | | | | | | | sa_body requires newlines to be replaces with spaces. However, some email clients highlight URL in triangular braces (<>) even if it's broken by a newline. Let's just remove \n if current text part potentially can be such URL. | |||||
* | | Merge pull request #2491 from negram/fix-use-after-free | Vsevolod Stakhov | 2018-09-18 | 1 | -0/+2 | |
|\ \ | |/ |/| | [Minor] Fixed error reported by ASAN: do not try using already pop-ed… | |||||
| * | [Minor] Fixed error reported by ASAN: do not try usins already pop-ed watcher | Mikhail Galanin | 2018-09-18 | 1 | -0/+2 | |
|/ | | | | | The watcher is pop-ed once session is over but reference to the structure remains in Lua and then being removed from lua dtor. In this case we try to pop it second time. Bad. | |||||
* | Merge pull request #2489 from moisseev/eslint | Vsevolod Stakhov | 2018-09-17 | 5 | -8/+8 | |
|\ | | | | | [Minor] Remove extra parentheses | |||||
| * | [Minor] Remove extra parentheses | Alexander Moisseev | 2018-09-17 | 5 | -8/+8 | |
| | | ||||||
* | | Merge pull request #2488 from moisseev/fr | Vsevolod Stakhov | 2018-09-17 | 1 | -1/+6 | |
|\ \ | | | | | | | [Feature] Relax FORGED_RECIPIENTS | |||||
| * | | [Feature] Relax FORGED_RECIPIENTS | Alexander Moisseev | 2018-09-16 | 1 | -1/+6 | |
| | | | | | | | | | | | | allow alias expansion and forwarding (Postfix) | |||||
* | | | [Minor] Rework allowed types logic | Vsevolod Stakhov | 2018-09-17 | 1 | -3/+19 | |
| | | | ||||||
* | | | [Minor] Change function name to a more appropriate one | Vsevolod Stakhov | 2018-09-17 | 1 | -7/+8 | |
| | | | ||||||
* | | | [Minor] Allow spaces and stars as separators in selectors | Vsevolod Stakhov | 2018-09-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | [Minor] Fix some minor issues | Vsevolod Stakhov | 2018-09-17 | 2 | -2/+2 | |
| | | | ||||||
* | | | [Project] Add implicit conversion logic to selectors | Vsevolod Stakhov | 2018-09-17 | 1 | -9/+72 | |
| | | | ||||||
* | | | [Project] Rework selectors logic | Vsevolod Stakhov | 2018-09-17 | 1 | -61/+87 | |
| | | | ||||||
* | | | [Minor] Fixes to regexp selectors | Vsevolod Stakhov | 2018-09-17 | 3 | -2/+6 | |
| |/ |/| | ||||||
* | | [Minor] Allow to set custom delimiter for regexp selectors | Vsevolod Stakhov | 2018-09-17 | 1 | -1/+7 | |
| | | ||||||
* | | [Feature] Cache selectors results in re runtime | Vsevolod Stakhov | 2018-09-17 | 1 | -14/+59 | |
| | | ||||||
* | | Merge pull request #2487 from moisseev/eslint | Vsevolod Stakhov | 2018-09-16 | 9 | -144/+137 | |
|\ \ | |/ |/| | [Minor] JS code style changes | |||||
| * | [Minor] Enforce consistent key-value spacing | Alexander Moisseev | 2018-09-16 | 9 | -65/+67 | |
| | | ||||||
| * | [Minor] Enforce return after callback | Alexander Moisseev | 2018-09-15 | 2 | -2/+1 | |
| | | ||||||
| * | [Minor] Drop Crockford's `switch` indentation | Alexander Moisseev | 2018-09-15 | 3 | -53/+53 | |
| | | ||||||
| * | [Minor] Initialize variables at declaration | Alexander Moisseev | 2018-09-15 | 6 | -19/+12 | |
| | | ||||||
| * | [Minor] Require capitalized constructor names | Alexander Moisseev | 2018-09-15 | 3 | -8/+7 | |
| | | ||||||
* | | [Minor] Fix selectors invocation | Vsevolod Stakhov | 2018-09-16 | 1 | -13/+12 | |
| | | ||||||
* | | [Minor] Add implicit header type for regexps | Vsevolod Stakhov | 2018-09-16 | 1 | -2/+9 | |
| | | ||||||
* | | [Minor] Add more methods to lua selectors | Vsevolod Stakhov | 2018-09-16 | 1 | -0/+41 | |
| | | ||||||
* | | Merge pull request #2486 from heraklit256/rbl-blocklist | Vsevolod Stakhov | 2018-09-15 | 1 | -0/+1 | |
|\ \ | | | | | | | make sure blocklist.de-rule for Received IPs only triggers once | |||||
| * | | make sure blocklist.de-rule for Received IPs only triggers once | heraklit256 | 2018-09-14 | 1 | -0/+1 | |
| | | | ||||||
* | | | [Minor] Fix invocation | Vsevolod Stakhov | 2018-09-15 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | [Project] Implement selectors support in re_cache | Vsevolod Stakhov | 2018-09-15 | 1 | -0/+104 | |
| | | ||||||
* | | [Project] Implement selectors registration for regular expressions | Vsevolod Stakhov | 2018-09-15 | 3 | -0/+150 | |
| | | ||||||
* | | [Minor] Add method create_selector_closure | Vsevolod Stakhov | 2018-09-15 | 1 | -0/+21 | |
| | | ||||||
* | | [Project] Add initial support for selectors in regexps | Vsevolod Stakhov | 2018-09-15 | 3 | -24/+84 | |
| | |