Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Allow adding timers to task (respecting symbols)vstakhov-ev-base-periodics | Vsevolod Stakhov | 2025-03-01 | 1 | -3/+3 |
| | |||||
* | [Feature] Allow to add periodic functions in Lua API | Vsevolod Stakhov | 2025-03-01 | 1 | -1/+112 |
| | |||||
* | [Fix] Remove USPOOF_SINGLE_SCRIPT_CONFUSABLE from the checks | Vsevolod Stakhov | 2024-12-12 | 1 | -1/+12 |
| | | | | | In fact, it just checks if string1 and string2 intersect or not, and it is definitely not the check we want there. | ||||
* | [Rework] Replace fastutf with simdutf | Vsevolod Stakhov | 2024-11-29 | 1 | -1/+1 |
| | | | | | | Simdutf is faster and has way better support of the architectures (especially when it comes to non-x86 stuff). Hence, it is a good idea to use it instead of the non-supported fastutf8 stuff. | ||||
* | [Fix] More fixes to rfc2047 encoding | Vsevolod Stakhov | 2024-11-18 | 1 | -4/+9 |
| | |||||
* | [Fix] Fix memory leak in `lua_new_text` invocations | Vsevolod Stakhov | 2024-11-01 | 1 | -2/+9 |
| | |||||
* | SUBJ_ALL_CAPS is overkill | IKEDA Soji | 2024-05-03 | 1 | -4/+9 |
| | | | | It should consider characters in unicase scripts as being not uppercase. | ||||
* | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 1 | -138/+138 |
| | |||||
* | [Rework] Remove some of the GLib types in lieu of standard ones | Vsevolod Stakhov | 2024-03-18 | 1 | -23/+23 |
| | | | | This types have constant conflicts with the system ones especially on OSX. | ||||
* | [Minor] Another similar `getline` fix | Vsevolod Stakhov | 2024-03-15 | 1 | -2/+2 |
| | |||||
* | [Project] Convert the remaining | Vsevolod Stakhov | 2024-03-05 | 1 | -13/+13 |
| | |||||
* | [Minor] Modernize lua_util_encode_base64 | Vsevolod Stakhov | 2023-09-20 | 1 | -27/+10 |
| | |||||
* | [Rework] Final efforts to make it compileable | Vsevolod Stakhov | 2023-08-16 | 1 | -1/+3 |
| | |||||
* | [Rework] More steps to do refactoring | Vsevolod Stakhov | 2023-08-16 | 1 | -5/+5 |
| | |||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -963/+959 |
| | | | | No meaningful changes. | ||||
* | [Minor] Add Lua API for transliterate function | Vsevolod Stakhov | 2023-07-20 | 1 | -0/+28 |
| | |||||
* | [Minor] More code modernisations | Vsevolod Stakhov | 2023-05-07 | 1 | -36/+19 |
| | |||||
* | [Minor] Fix some legacy | Vsevolod Stakhov | 2023-05-07 | 1 | -60/+27 |
| | |||||
* | [Minor] Lua_util: Add normalize_utf8 utility | Vsevolod Stakhov | 2023-05-05 | 1 | -0/+47 |
| | | | | Issue: #4475 | ||||
* | [Minor] Remove unused stuff | Vsevolod Stakhov | 2023-01-01 | 1 | -1/+1 |
| | |||||
* | [Minor] Try to add workaround for replxx usage with no history | Vsevolod Stakhov | 2022-06-13 | 1 | -0/+2 |
| | | | | Issue: #4133 | ||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 1 | -5/+5 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | [Minor] Allow lua_text in addition to strings | Vsevolod Stakhov | 2021-12-14 | 1 | -7/+13 |
| | |||||
* | [Minor] Save int64 as lua_Integer not lua_Number | Vsevolod Stakhov | 2021-10-20 | 1 | -1/+1 |
| | |||||
* | [Minor] Add helpers to work with boxed int64 numbers | Vsevolod Stakhov | 2021-10-20 | 1 | -1/+73 |
| | |||||
* | [Minor] Check returned value | Vsevolod Stakhov | 2021-10-16 | 1 | -1/+7 |
| | |||||
* | [Minor] Lua_compression: Add support of the compression level for gzip | Vsevolod Stakhov | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix the mess with caseless comparison functions | Vsevolod Stakhov | 2021-08-06 | 1 | -51/+6 |
| | |||||
* | [Minor] Lua: Add rspamd_util.strequal_caseless_utf8 routine | Vsevolod Stakhov | 2021-08-02 | 1 | -0/+41 |
| | |||||
* | [Rework] Move compression routines outside of rspamd_util library | Vsevolod Stakhov | 2021-04-26 | 1 | -315/+6 |
| | |||||
* | [Minor] Lua_util: Allow to use text in several rspamd_util methods | Vsevolod Stakhov | 2021-04-02 | 1 | -32/+36 |
| | |||||
* | [Rework] Move parsers to a separate lua library | Vsevolod Stakhov | 2020-11-11 | 1 | -283/+10 |
| | |||||
* | [Minor] Add erroring to smtp parse date | Vsevolod Stakhov | 2020-10-06 | 1 | -8/+18 |
| | |||||
* | [Minor] Lua_util: Add parse_smtp_date utility | Vsevolod Stakhov | 2020-10-05 | 1 | -0/+40 |
| | |||||
* | [Project] Implement BTC polymod in C as it requires 64 bit ops | Vsevolod Stakhov | 2020-07-28 | 1 | -31/+71 |
| | |||||
* | [Minor] Return nil if base32 decode fails | Vsevolod Stakhov | 2020-07-02 | 1 | -5/+14 |
| | |||||
* | [Minor] Allow to specify compression level for zstd | Vsevolod Stakhov | 2020-06-29 | 1 | -2/+7 |
| | |||||
* | [Minor] Add a simple way to limit number of email addresses | Vsevolod Stakhov | 2020-05-19 | 1 | -1/+1 |
| | |||||
* | [Feature] extend lua api | Jan Smutny | 2020-04-20 | 1 | -0/+1 |
| | | | | add new value accessible by key 'raw' to the table returned by util:parse_mail_address and task:get_from | ||||
* | src/lua/lua_util.c: remove unused function | Jan Smutny | 2020-04-17 | 1 | -45/+0 |
| | |||||
* | [Rework] add alias util:parse_addr for util:parse_mail_address | Jan Smutny | 2020-04-17 | 1 | -0/+46 |
| | |||||
* | [Rework] get rid of util:parse_addr duplicating the util:parse_mail_address, ↵ | Jan Smutny | 2020-04-17 | 1 | -69/+0 |
| | | | | replace where used | ||||
* | [Minor] complete comment part of util:parse_addr and util:parse_mail_address ↵ | Jan Smutny | 2020-04-17 | 1 | -5/+24 |
| | | | | method | ||||
* | [Minor] Correct deflate header detection | Vsevolod Stakhov | 2020-04-13 | 1 | -1/+1 |
| | |||||
* | [Minor] Improve log message for inflate/deflate | Vsevolod Stakhov | 2020-04-13 | 1 | -2/+13 |
| | |||||
* | [Feature] Allow multiple base32 encodings in Lua API | Vsevolod Stakhov | 2020-04-10 | 1 | -5/+25 |
| | |||||
* | [Feature] Add multiple base32 alphabets for decoding | Vsevolod Stakhov | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | [Feature] Support multiple base32 alphabets | Vsevolod Stakhov | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix strict config checks | Vsevolod Stakhov | 2020-02-21 | 1 | -1/+1 |
| | |||||
* | [Minor] Add workaround for old libicu (bug in libicu) | Vsevolod Stakhov | 2020-01-08 | 1 | -2/+5 |
| |